linux-sunxi / u-boot-sunxi

Allwinner A1x native u-boot support
https://github.com/linux-sunxi/u-boot-sunxi/wiki
315 stars 333 forks source link

How do I use lichee-dev branch for installing U-boot on NAND? #109

Open Goosegit11 opened 10 months ago

Goosegit11 commented 10 months ago

My device is A20 OLinuXino Micro with 4 GB NAND flash memory. Allwinner A20 SOC, sun7i.

My Linux filesystem is on SATA SSD and U-boot currently is on SD card. I want to move U-boot to the NAND flash memory.

According to this article I need to compile U-boot from lichee-dev branch https://linux-sunxi.org/Installing_to_NAND

But I don't see configs directory there, and in boards.cfg there is only sun4i and sun5i. So how do I compile it?