Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:edge2:troubleshooting:windows-install

This is an old revision of the document!


Edge2 Windows install

Build on Linux host

WIP: preparing custom scripts for build image

workli

mkdir -p ~/edge2-win 
cd ~/edge2-win
git clone https://github.com/buddyjojo/workli
cd workli
sudo bash ./workli.sh

boot from USB only

Shift+F10 type oobe\bypassnro

WOR-flasher

WIP: doesn't work well

Make installation disk /dev/sdX, Windows 11 latest id BID=22621.1702

create windows installation disk for edge2
mkdir -p ~/edge2-win 
cd ~/edge2-win
git clone https://github.com/Botspot/wor-flasher
 
DEVICE=/dev/sdX \
BID=22621.1702 \
CAN_INSTALL_ON_SAME_DRIVE=1 \
RPI_MODEL=4 \
WIN_LANG=en-us \
bash ./install-wor.sh
Last modified: 2023/08/02 01:55 by hyphop