I was able to get the windows 10 arm for RPi3 deployment started using instructions from this you tube video:
How To Install Full Windows 10 On the Raspberry Pi 3 - 3 B+ Its Slow Laggy And AWESOME!
The installation ended with error code 2, could not find the BSP drivers.
I found this other video on you tube which I will be trying tomorrow. I did notice some download links from this video don't show up on the website
how to Install Windows 10 on Raspberry Pi 4 with USB support and 3GB ram. WOR part 12.
I was wondering if there is a better/more composite resource to complete the deployment of windows 10 arm on raspberry pi3?
Thanks,
Priya
windows 10 ARM for raspberry pi 3
Re: windows 10 ARM for raspberry pi 3
I had the most luck following instructions on this you tube video:
How to install Windows 10 WoA (not iot) on raspberry pi 3 (Nova Spirit). The installation completed successfully. However there are no USB drivers. I downloaded a zipped driver file from git hub and even this did not have any USB drivers. When I tried to use the image from the SD card to boot the raspberry pi, keyboard commands were not registered. Can you provide any resources for this?
Thank you,
Priya
How to install Windows 10 WoA (not iot) on raspberry pi 3 (Nova Spirit). The installation completed successfully. However there are no USB drivers. I downloaded a zipped driver file from git hub and even this did not have any USB drivers. When I tried to use the image from the SD card to boot the raspberry pi, keyboard commands were not registered. Can you provide any resources for this?
Thank you,
Priya
0 x
Re: windows 10 ARM for raspberry pi 3
Here are logs from my install. They seem to indicate drivers are there and all went ok. But when I boot the RPi, I am unable to use the keyboard and mouse to proceed with the boot process. Any pointers on what went wrong? Thanks,
Priya
2020-08-03 14:13:06.1736 [info] Windows on Raspberry 64-bit (version 2.0.0-alpha.3)
2020-08-03 14:13:06.2492 [info] OS: Windows 10 Pro ver 1903 (18362.1.amd64fre.19h1_release.190318-1202)
2020-08-03 14:13:06.4666 [info] Loaded language: en-US
2020-08-03 14:13:06.5085 [info] Checking for updates...
2020-08-03 14:13:07.7906 [info] No updates found.
2020-08-03 14:13:10.1936 [info] Loading disks...
2020-08-03 14:13:10.2135 [info] Disk 1 - SDHC Card - Removable Media - 29 GB
2020-08-03 14:13:10.2135 [info] 1 disk(s) found
2020-08-03 14:13:11.4333 [info] Selected device: Raspberry Pi 3
2020-08-03 14:13:15.4051 [info] Loading disks...
2020-08-03 14:13:15.4211 [info] Disk 1 - SDHC Card - Removable Media - 29 GB
2020-08-03 14:13:15.4211 [info] 1 disk(s) found
2020-08-03 14:13:18.7397 [info] Selected disk: Disk 1 - SDHC Card - Removable Media - 29 GB
2020-08-03 14:13:37.8838 [info] Selected image (ISO): 17134.191.180713-1753.RS4_RELEASE_SVC_PROD2_CLIENTPRO_OEMRET_A64FRE_EN-US.ISO
2020-08-03 14:13:37.9526 [info] Mounting the ISO image...
2020-08-03 14:13:41.4085 [info] ISO file mounted on: D:\
2020-08-03 14:13:41.4085 [info] Found WIM image: D:\sources\install.wim
2020-08-03 14:13:41.4704 [info] Selected edition: Windows 10 Pro build 17134.191
2020-08-03 14:14:02.1831 [info] Selected drivers package: C:\Users\priya.nadathur\Downloads\RPi3_Windows_ARM64_Drivers_v0.1.zip
2020-08-03 14:14:02.1930 [debug] Extracting the package to: C:\Users\priya.nadathur\Downloads\WOR2.0alpha3\temp\drivers
2020-08-03 14:14:02.2768 [debug] The package has been extracted to: C:\Users\priya.nadathur\Downloads\WOR2.0alpha3\temp\drivers
2020-08-03 14:14:02.2768 [info] Validating drivers package...
2020-08-03 14:14:02.2768 [info] The selected drivers package is valid.
2020-08-03 14:14:12.3372 [info] UEFI package source: server
2020-08-03 14:14:12.3372 [info] UEFI package remote repository: worproject/RaspberryPiPkg
2020-08-03 14:14:12.3601 [debug] Verifying the local asset...
2020-08-03 14:14:12.3661 [debug] Local asset ID: "20538805"
2020-08-03 14:14:12.3791 [debug] Getting the latest release from "worproject/RaspberryPiPkg"
2020-08-03 14:14:12.7833 [debug] Release name: "v20.04.04", ID: "25202259"
2020-08-03 14:14:12.7833 [debug] Getting the latest asset from release "25202259"
2020-08-03 14:14:12.7833 [debug] Asset name: "RPI_EFI_v20.04.04.zip", ID: "20538805"
2020-08-03 14:14:12.7833 [debug] The local asset is up-to-date!
2020-08-03 14:14:36.6525 [info] The installation process has started!
2020-08-03 14:14:36.6595 [info] Formatting the target device...
2020-08-03 14:14:36.6595 [debug] Launch diskpart.exe with the following commands: select disk 1 , clean , exit
2020-08-03 14:14:39.8446 [debug] diskpart.exe process output:
Microsoft DiskPart version 10.0.18362.1
Copyright (C) Microsoft Corporation.
On computer: DEANOLIVER
DISKPART>
Disk 1 is now the selected disk.
DISKPART>
DiskPart succeeded in cleaning the disk.
DISKPART>
Leaving DiskPart...
2020-08-03 14:14:43.3513 [info] The target device has been erased!
2020-08-03 14:14:43.3513 [info] Allocated partition letters:
2020-08-03 14:14:43.3513 [info] Windows partition: K
2020-08-03 14:14:43.3622 [info] Boot partition: L
2020-08-03 14:14:43.3622 [info] Creating the partitions...
2020-08-03 14:14:43.3622 [debug] Launch diskpart.exe with the following commands: select disk 1 , convert mbr , create partition primary size=128 , format fs=fat32 quick label=BOOT , assign letter=L , active , create partition primary , format fs=ntfs quick label=Windows , assign letter=K , exit
2020-08-03 14:14:52.9811 [debug] diskpart.exe process output:
Microsoft DiskPart version 10.0.18362.1
Copyright (C) Microsoft Corporation.
On computer: DEANOLIVER
DISKPART>
Disk 1 is now the selected disk.
DISKPART>
DiskPart successfully converted the selected disk to MBR format.
DISKPART>
DiskPart succeeded in creating the specified partition.
DISKPART>
0 percent completed
0 percent completed
100 percent completed
DiskPart successfully formatted the volume.
DISKPART>
DiskPart successfully assigned the drive letter or mount point.
DISKPART>
DiskPart marked the current partition as active.
DISKPART>
DiskPart succeeded in creating the specified partition.
DISKPART>
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
100 percent completed
DiskPart successfully formatted the volume.
DISKPART>
DiskPart successfully assigned the drive letter or mount point.
DISKPART>
Leaving DiskPart...
2020-08-03 14:14:52.9811 [info] The partitions have been created!
2020-08-03 14:14:52.9911 [info] Applying the WIM image to: K
2020-08-03 14:14:52.9911 [trace] Started wimlib
2020-08-03 14:51:12.1352 [trace] wimlib finished the task successfully!
2020-08-03 14:51:12.1352 [info] The image has been applied to: K
2020-08-03 14:51:12.1433 [info] Installing the drivers...
2020-08-03 14:51:29.2488 [info] The drivers have been installed!
2020-08-03 14:51:29.2538 [info] Installing the boot files on: L
2020-08-03 14:51:30.0230 [info] The boot files have been copied to: L
2020-08-03 14:51:30.0389 [info] Creating the BCD...
2020-08-03 14:51:30.0579 [debug] Launch bcdboot.exe with the following arguments: K:\Windows /s L: /f UEFI
2020-08-03 14:51:35.2802 [debug] bcdboot.exe process output: Boot files successfully created.
2020-08-03 14:51:35.2802 [info] The BCD has been created!
2020-08-03 14:51:35.2852 [info] Setting testsigning and nointegritychecks on...
2020-08-03 14:51:35.2852 [debug] Launch bcdedit.exe with the following arguments: /store L:\EFI\Microsoft\Boot\BCD /set {default} testsigning on
2020-08-03 14:51:35.6088 [debug] bcdedit.exe process output: The operation completed successfully.
2020-08-03 14:51:35.6188 [debug] Launch bcdedit.exe with the following arguments: /store L:\EFI\Microsoft\Boot\BCD /set {default} nointegritychecks on
2020-08-03 14:51:35.8871 [debug] bcdedit.exe process output: The operation completed successfully.
2020-08-03 14:51:35.8871 [info] testsigning and nointegritychecks have been enabled!
2020-08-03 14:51:35.8871 [info] Disabling the recovery environment...
2020-08-03 14:51:35.8951 [debug] Launch bcdedit.exe with the following arguments: /store L:\EFI\Microsoft\Boot\BCD /set {default} recoveryenabled no
2020-08-03 14:51:36.1545 [debug] bcdedit.exe process output: The operation completed successfully.
2020-08-03 14:51:36.1545 [info] The recovery environment has been disabled!
2020-08-03 14:51:36.1646 [info] The installation has been finished!
2020-08-03 14:51:36.1777 [info] Elapsed time: 00:36:59
Priya
2020-08-03 14:13:06.1736 [info] Windows on Raspberry 64-bit (version 2.0.0-alpha.3)
2020-08-03 14:13:06.2492 [info] OS: Windows 10 Pro ver 1903 (18362.1.amd64fre.19h1_release.190318-1202)
2020-08-03 14:13:06.4666 [info] Loaded language: en-US
2020-08-03 14:13:06.5085 [info] Checking for updates...
2020-08-03 14:13:07.7906 [info] No updates found.
2020-08-03 14:13:10.1936 [info] Loading disks...
2020-08-03 14:13:10.2135 [info] Disk 1 - SDHC Card - Removable Media - 29 GB
2020-08-03 14:13:10.2135 [info] 1 disk(s) found
2020-08-03 14:13:11.4333 [info] Selected device: Raspberry Pi 3
2020-08-03 14:13:15.4051 [info] Loading disks...
2020-08-03 14:13:15.4211 [info] Disk 1 - SDHC Card - Removable Media - 29 GB
2020-08-03 14:13:15.4211 [info] 1 disk(s) found
2020-08-03 14:13:18.7397 [info] Selected disk: Disk 1 - SDHC Card - Removable Media - 29 GB
2020-08-03 14:13:37.8838 [info] Selected image (ISO): 17134.191.180713-1753.RS4_RELEASE_SVC_PROD2_CLIENTPRO_OEMRET_A64FRE_EN-US.ISO
2020-08-03 14:13:37.9526 [info] Mounting the ISO image...
2020-08-03 14:13:41.4085 [info] ISO file mounted on: D:\
2020-08-03 14:13:41.4085 [info] Found WIM image: D:\sources\install.wim
2020-08-03 14:13:41.4704 [info] Selected edition: Windows 10 Pro build 17134.191
2020-08-03 14:14:02.1831 [info] Selected drivers package: C:\Users\priya.nadathur\Downloads\RPi3_Windows_ARM64_Drivers_v0.1.zip
2020-08-03 14:14:02.1930 [debug] Extracting the package to: C:\Users\priya.nadathur\Downloads\WOR2.0alpha3\temp\drivers
2020-08-03 14:14:02.2768 [debug] The package has been extracted to: C:\Users\priya.nadathur\Downloads\WOR2.0alpha3\temp\drivers
2020-08-03 14:14:02.2768 [info] Validating drivers package...
2020-08-03 14:14:02.2768 [info] The selected drivers package is valid.
2020-08-03 14:14:12.3372 [info] UEFI package source: server
2020-08-03 14:14:12.3372 [info] UEFI package remote repository: worproject/RaspberryPiPkg
2020-08-03 14:14:12.3601 [debug] Verifying the local asset...
2020-08-03 14:14:12.3661 [debug] Local asset ID: "20538805"
2020-08-03 14:14:12.3791 [debug] Getting the latest release from "worproject/RaspberryPiPkg"
2020-08-03 14:14:12.7833 [debug] Release name: "v20.04.04", ID: "25202259"
2020-08-03 14:14:12.7833 [debug] Getting the latest asset from release "25202259"
2020-08-03 14:14:12.7833 [debug] Asset name: "RPI_EFI_v20.04.04.zip", ID: "20538805"
2020-08-03 14:14:12.7833 [debug] The local asset is up-to-date!
2020-08-03 14:14:36.6525 [info] The installation process has started!
2020-08-03 14:14:36.6595 [info] Formatting the target device...
2020-08-03 14:14:36.6595 [debug] Launch diskpart.exe with the following commands: select disk 1 , clean , exit
2020-08-03 14:14:39.8446 [debug] diskpart.exe process output:
Microsoft DiskPart version 10.0.18362.1
Copyright (C) Microsoft Corporation.
On computer: DEANOLIVER
DISKPART>
Disk 1 is now the selected disk.
DISKPART>
DiskPart succeeded in cleaning the disk.
DISKPART>
Leaving DiskPart...
2020-08-03 14:14:43.3513 [info] The target device has been erased!
2020-08-03 14:14:43.3513 [info] Allocated partition letters:
2020-08-03 14:14:43.3513 [info] Windows partition: K
2020-08-03 14:14:43.3622 [info] Boot partition: L
2020-08-03 14:14:43.3622 [info] Creating the partitions...
2020-08-03 14:14:43.3622 [debug] Launch diskpart.exe with the following commands: select disk 1 , convert mbr , create partition primary size=128 , format fs=fat32 quick label=BOOT , assign letter=L , active , create partition primary , format fs=ntfs quick label=Windows , assign letter=K , exit
2020-08-03 14:14:52.9811 [debug] diskpart.exe process output:
Microsoft DiskPart version 10.0.18362.1
Copyright (C) Microsoft Corporation.
On computer: DEANOLIVER
DISKPART>
Disk 1 is now the selected disk.
DISKPART>
DiskPart successfully converted the selected disk to MBR format.
DISKPART>
DiskPart succeeded in creating the specified partition.
DISKPART>
0 percent completed
0 percent completed
100 percent completed
DiskPart successfully formatted the volume.
DISKPART>
DiskPart successfully assigned the drive letter or mount point.
DISKPART>
DiskPart marked the current partition as active.
DISKPART>
DiskPart succeeded in creating the specified partition.
DISKPART>
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
0 percent completed
100 percent completed
DiskPart successfully formatted the volume.
DISKPART>
DiskPart successfully assigned the drive letter or mount point.
DISKPART>
Leaving DiskPart...
2020-08-03 14:14:52.9811 [info] The partitions have been created!
2020-08-03 14:14:52.9911 [info] Applying the WIM image to: K
2020-08-03 14:14:52.9911 [trace] Started wimlib
2020-08-03 14:51:12.1352 [trace] wimlib finished the task successfully!
2020-08-03 14:51:12.1352 [info] The image has been applied to: K
2020-08-03 14:51:12.1433 [info] Installing the drivers...
2020-08-03 14:51:29.2488 [info] The drivers have been installed!
2020-08-03 14:51:29.2538 [info] Installing the boot files on: L
2020-08-03 14:51:30.0230 [info] The boot files have been copied to: L
2020-08-03 14:51:30.0389 [info] Creating the BCD...
2020-08-03 14:51:30.0579 [debug] Launch bcdboot.exe with the following arguments: K:\Windows /s L: /f UEFI
2020-08-03 14:51:35.2802 [debug] bcdboot.exe process output: Boot files successfully created.
2020-08-03 14:51:35.2802 [info] The BCD has been created!
2020-08-03 14:51:35.2852 [info] Setting testsigning and nointegritychecks on...
2020-08-03 14:51:35.2852 [debug] Launch bcdedit.exe with the following arguments: /store L:\EFI\Microsoft\Boot\BCD /set {default} testsigning on
2020-08-03 14:51:35.6088 [debug] bcdedit.exe process output: The operation completed successfully.
2020-08-03 14:51:35.6188 [debug] Launch bcdedit.exe with the following arguments: /store L:\EFI\Microsoft\Boot\BCD /set {default} nointegritychecks on
2020-08-03 14:51:35.8871 [debug] bcdedit.exe process output: The operation completed successfully.
2020-08-03 14:51:35.8871 [info] testsigning and nointegritychecks have been enabled!
2020-08-03 14:51:35.8871 [info] Disabling the recovery environment...
2020-08-03 14:51:35.8951 [debug] Launch bcdedit.exe with the following arguments: /store L:\EFI\Microsoft\Boot\BCD /set {default} recoveryenabled no
2020-08-03 14:51:36.1545 [debug] bcdedit.exe process output: The operation completed successfully.
2020-08-03 14:51:36.1545 [info] The recovery environment has been disabled!
2020-08-03 14:51:36.1646 [info] The installation has been finished!
2020-08-03 14:51:36.1777 [info] Elapsed time: 00:36:59
0 x
Re: windows 10 ARM for raspberry pi 3
this was a successful installation after all! I had to use a regular keyboard (not one from the pi kit) and hit esc soon enough.
Thanks,
Priya
Thanks,
Priya
0 x