NUC977
build uboot
編譯步驟
$ cd $ wget https://github.com/steward-fu/nuc977/releases/download/v1.0/toolchain.tar.gz $ tar xvf toolchain.tar.gz $ sudo mv toolchain /opt/nuc977 $ export PATH=$PATH:/opt/nuc977/usr/bin $ wget https://github.com/steward-fu/nuc977/releases/download/v1.0/uboot.tar.gz $ tar xvf uboot.tar.gz $ cd uboot $ make distclean $ make nuc970_config $ make all
燒錄後
U-Boot 2013.04-rc2 (Jan 04 2021 - 21:19:03) CPU: NUC977 DRAM: 64 MiB NAND: No NAND device found!!! NAND Flash not found ! 0 MiB MMC: mmc: 0 SF: Detected W25Q128 with page size 4 KiB, total 16 MiB In: serial Out: serial Err: serial Net: emac Hit any key to stop autoboot: 0 SF: Detected W25Q128 with page size 4 KiB, total 16 MiB Wrong Image Format for bootm command ERROR: can't get kernel image! U-Boot>