Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt-UWP-RaspBerry Pi3 B+ (Win 10 IoT)
Forum Updated to NodeBB v4.3 + New Features

Qt-UWP-RaspBerry Pi3 B+ (Win 10 IoT)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
11 Posts 2 Posters 881 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CCoo
    wrote on last edited by
    #1

    Hi,

    I created a test project by Qt5.15.0 in order to deploy this project to my Raspberry Pi3 B+ which OS is Win 10 IoT. The kits I chose for this test project are following,

    1. Desktop Qt 5.15.0 MSVC2019 64bit
    2. Qt 5.15.0 for UWP 32bit (MSVC2019)
    3. Qt 5.15.0 for UWP 64bit (MSVC2019)
    4. Qt 5.15.0 for UWP ARMv7 (MSVC2019)

    After I built my project and got an ARM release folder (build-myProject-Qt_5_15_0_for_UWP_ARMv7_MSVC_2019-Release), I created "myProject.appx", "myProject.pvk", "myProject.cer" and "myProject.pfx" for my project as well.

    When I used "Windows Device Portal" to install my project which is including "myProject.cer", "myProject.appx", and its dependency "Microsoft.VCLibs.arm.Debug.14.00.appx" from the path <C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\Appx\Debug\ARM>, I got an error which is showed in this link: Failed picture

    Are there any ways to solve this problem?

    Thanks so much

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Its not possible to see picture.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        CCoo
        wrote on last edited by
        #3

        How about this link
        New Failed Picture

        1 Reply Last reply
        1
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          Thats much better
          alt text

          1 Reply Last reply
          0
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi
            I think you need to update your device.

            C 1 Reply Last reply
            0
            • mrjjM mrjj

              Hi
              I think you need to update your device.

              C Offline
              C Offline
              CCoo
              wrote on last edited by
              #6

              @mrjj

              My RPi3 B+ uses "RaspberryPi 3B+ Technical Preview Build 17661", can it be updated? Because when I updated my RPi3 B+, it failed. I don't know how to do it...

              mrjjM 1 Reply Last reply
              0
              • C CCoo

                @mrjj

                My RPi3 B+ uses "RaspberryPi 3B+ Technical Preview Build 17661", can it be updated? Because when I updated my RPi3 B+, it failed. I don't know how to do it...

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @CCoo
                Hmm nope , seems not
                Build Number 17763.253. February 2019.
                is the newest you can get.
                So it wants a higher windows version that you can currently get on the PI board :(

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  CCoo
                  wrote on last edited by CCoo
                  #8

                  Hi,

                  @mrjj
                  All right..
                  How about Qt side? Is it possible to create a package with a lower version to match the RPi?

                  mrjjM 1 Reply Last reply
                  0
                  • C CCoo

                    Hi,

                    @mrjj
                    All right..
                    How about Qt side? Is it possible to create a package with a lower version to match the RPi?

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @CCoo
                    Hi
                    It might work with a lower Qt version for the arm.
                    They use 5.12 here
                    https://stefanwick.com/2018/10/21/qt-uwp-raspberry-pi/

                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      CCoo
                      wrote on last edited by
                      #10

                      @mrjj
                      Hi
                      Oh, I did refer to that link before and followed the steps mentioned by that link as well. Thanks so much. However, Are there any ways to modify "MinVersion" to the version that I need in "AppxMainifest.xml" so that when I build my project, the output of "AppxMainifest.xml" will change the value of "MinVersion"? (Shown as following)

                      "<Dependencies>
                      <TargetDeviceFamily Name="Windows.Universal"
                      MinVersion="10.0.19041.0"
                      MaxVersionTested="10.0.19041.0" />
                      <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.0.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
                      </Dependencies>"

                      mrjjM 1 Reply Last reply
                      0
                      • C CCoo

                        @mrjj
                        Hi
                        Oh, I did refer to that link before and followed the steps mentioned by that link as well. Thanks so much. However, Are there any ways to modify "MinVersion" to the version that I need in "AppxMainifest.xml" so that when I build my project, the output of "AppxMainifest.xml" will change the value of "MinVersion"? (Shown as following)

                        "<Dependencies>
                        <TargetDeviceFamily Name="Windows.Universal"
                        MinVersion="10.0.19041.0"
                        MaxVersionTested="10.0.19041.0" />
                        <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.0.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
                        </Dependencies>"

                        mrjjM Offline
                        mrjjM Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        @CCoo
                        Hi
                        I dont know if one can cheat it that way but do try !
                        I cross fingers it can be that easy.

                        1 Reply Last reply
                        0

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved