This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:edge2:troubleshooting:windows-install [2023/07/27 23:08] hyphop created |
products:sbc:edge2:troubleshooting:windows-install [2024/07/04 03:50] (current) sravan |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ~~tag> |
+ | ====== Edge2 Windows install ARM UEFI ====== | ||
+ | |||
+ | This document guides the installation of the Windows 11 Image for the Edge2. | ||
+ | |||
+ | <WRAP info > | ||
+ | This image is purely experimental and is not recommended for general use, and is currently only for testing purposes. \\ | ||
+ | Please check the hardware support status [[gh> | ||
+ | |||
+ | As the USB 2.0 remains nonfunctional, | ||
+ | We recommend using a standard USB 3.0 hub that has been verified to work on other Windows-on-arm devices to expand the number of available USB ports. | ||
+ | |||
+ | Wi-Fi and Bluetooth are also non functional, for networking you will need to rely on a USB network dongle. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== OOWOW Online script | ||
+ | |||
+ | Simplest way to install Windows to eMMC by [[software/ | ||
+ | |||
+ | <WRAP important > | ||
+ | During the initial Windows Setup you will need to bypass the system enrollment, | ||
+ | |||
+ | * Start the Window 11 setup. | ||
+ | * When you see the Let's connect you to a network screen with the grayed-out Next button, press '' | ||
+ | * After you execute this command, your system will restart. | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | </ | ||
+ | |||
+ | ===== Build Installation disk ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ====== Links ====== | ||
+ | |||
+ | * https:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * WIP: | ||
+ | |||
+ | * [[/ | ||
+ | |||
+ | |||
+ | /* | ||
+ | |||
+ | ===== UEFI bootload on eMMC ===== | ||
+ | |||
+ | WIP:... | ||
+ | |||
+ | ```sh write-uefi-bootloader-to-emmc | ||
+ | EFI=edge2_UEFI_Release_v0.7.1.img | ||
+ | wget https:// | ||
+ | DISK=${DISK: | ||
+ | dd skip=2048 seek=$((0x4000)) count=$((0x4000)) of=$DISK if=$EFI conv=fsync, | ||
+ | ``` | ||
+ | ===== workli ===== | ||
+ | |||
+ | <WRAP important > | ||
+ | doesn' | ||
+ | </ | ||
+ | |||
+ | ```sh | ||
+ | mkdir -p ~/ | ||
+ | cd ~/edge2-win | ||
+ | git clone https:// | ||
+ | cd workli | ||
+ | sudo bash ./workli.sh | ||
+ | ``` | ||
+ | |||
+ | boot from USB only | ||
+ | |||
+ | '' | ||
+ | |||
+ | |||
+ | ===== WOR-flasher ===== | ||
+ | |||
+ | <WRAP important > | ||
+ | doesn' | ||
+ | </ | ||
+ | |||
+ | Make installation disk ''/ | ||
+ | |||
+ | ```sh create windows installation disk for edge2 | ||
+ | mkdir -p ~/ | ||
+ | cd ~/edge2-win | ||
+ | git clone https:// | ||
+ | |||
+ | [ -d ~/ | ||
+ | ( # add eMMC driver to .. | ||
+ | mkdir -p ~/ | ||
+ | cd ~/ | ||
+ | wget https:// | ||
+ | unzip dwcsdhc.zip | ||
+ | cabextract dwcsdhc.cab | ||
+ | mv driver/* . | ||
+ | rm *.zip *.cab | ||
+ | echo ' | ||
+ | ) | ||
+ | |||
+ | DEVICE=/ | ||
+ | BID=22621.1702 \ | ||
+ | CAN_INSTALL_ON_SAME_DRIVE=1 \ | ||
+ | RPI_MODEL=4 \ | ||
+ | WIN_LANG=en-us \ | ||
+ | bash ./ | ||
+ | |||
+ | ``` | ||
+ | |||
+ | {{local: | ||
+ | |||
+ | */ | ||