8000 GitHub - RevySR/orangepi_zero2w_uboot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RevySR/orangepi_zero2w_uboot

Repository files navigation

orangepi zero2w

Compile U-Boot

bash build.sh

Enter FEL-mode via SDCard

# In Debian, install sunxi-tools
sudo apt-get install -y sunxi-tools
sudo dd if=/usr/share/sunxi-tools/fel-sdboot.sunxi of=/dev/mmcblk0 bs=1024 seek=8
sync

Installing on SPI flash via USB in FEL mode

sudo apt-get install -y sunxi-tools
sudo sunxi-fel spiflash-write 0 u-boot/u-boot-sunxi-with-spl.bin

Booting via the USB(-OTG) FEL mode

sudo apt-get install sunxi-tools
sudo sunxi-fel uboot u-boot/u-boot-sunxi-with-spl.bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0