F1C100S

build uboot


步驟如下:

$ cd
$ wget https://github.com/steward-fu/lichee-nano/releases/download/v1.0/toolchain.tar.gz
$ tar xvf toolchain.tar.gz
$ sudo mv lichee-nano /opt
$ export PATH=$PATH:/opt/lichee-nano/bin

$ wget https://github.com/steward-fu/lichee-nano/releases/download/v1.0/uboot.tar.gz
$ tar xvf uboot.tar.gz
$ cd uboot
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- licheepi_nano_spiflash_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -j8

P.S. u-boot-sunxi-with-spl.bin


返回上一頁