(MIPS II) M200 (Newton1)

Build Kernel


步驟如下:

$ cd
$ git clone https://github.com/steward-fu/newton
$ cd newton
$ 7za x toolchain_kernel.7z
$ sudo mv newton /opt
$ export PATH=$PATH:/opt/newton/usr/bin
$ 7za x kernel.7z
$ cd kernel
$ make ARCH=mips newton_defconfig
$ make ARCH=mips -j4 uImage

P.S. arch/mips/boot/compressed/uImage就是燒錄用的Kernel檔案


返回上一頁