$ cd $ wget https://github.com/steward-fu/website/releases/download/newton/toolchain_uboot.7z $ 7za x toolchain_uboot.7z $ sudo mv newton /opt $ export STAGING_DIR=/opt/newton $ export PATH=$PATH:/opt/newton/bin $ wget https://github.com/steward-fu/website/releases/download/newton/src_uboot.7z $ 7za x src_uboot.7z $ cd uboot $ make ARCH=mips newton_uImage_msc0_config $ make ARCH=mips -j4
P.S. u-boot-with-spl-mbr.bin就是燒錄用的UBoot檔案