This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:edge2:troubleshooting:windows-install [2023/07/31 02:15] hyphop [Edge2 Windows install] |
products:sbc:edge2:troubleshooting:windows-install [2024/07/04 03:50] (current) sravan |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~tag> Edge2 Windows~~ | + | ~~tag> Edge2 Windows |
- | ====== Edge2 Windows install ====== | + | ====== Edge2 Windows install |
+ | |||
+ | 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:// | ||
+ | * 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 ~/edge2-win | ||
+ | cd ~/ | ||
+ | git clone https:// | ||
+ | cd workli | ||
+ | sudo bash ./ | ||
+ | ``` | ||
+ | |||
+ | boot from USB only | ||
+ | |||
+ | '' | ||
===== WOR-flasher ===== | ===== WOR-flasher ===== | ||
- | Make installation disk ''/dev/ | + | <WRAP important > |
+ | doesn't work well | ||
+ | </WRAP> | ||
- | ```sh | + | Make installation disk ''/ |
+ | |||
+ | ```sh create windows installation disk for edge2 | ||
mkdir -p ~/ | mkdir -p ~/ | ||
cd ~/edge2-win | cd ~/edge2-win | ||
git clone https:// | 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=/ | DEVICE=/ | ||
Line 22: | Line 119: | ||
``` | ``` | ||
- | ===== Links ===== | + | {{local: |
- | | + | */ |
- | * https:// | + | |