(MIPS II) M200 (Newton1)
Build UBoot
步驟如下:
$ cd $ git clone https://github.com/steward-fu/newton $ cd newton $ 7za x toolchain_uboot.7z $ sudo mv newton /opt $ export STAGING_DIR=/opt/newton $ export PATH=$PATH:/opt/newton/bin $ 7za x uboot.7z $ cd uboot $ make ARCH=mips newton_uImage_msc0_config $ make ARCH=mips -j4
P.S. u-boot-with-spl-mbr.bin就是燒錄用的UBoot檔案