$ cd $ wget https://github.com/steward-fu/website/releases/download/iriver-d88/mipseltools-gcc412-glibc261.tar $ tar xvf mipseltools-gcc412-glibc261.tar $ sudo mv mipseltools-gcc412-glibc261 /opt/ $ export PATH=/opt/mipseltools-gcc412-glibc261/bin:$PATH $ mipsel-linux-gcc --version mipsel-linux-gcc (GCC) 4.1.2 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ cd $ wget https://github.com/steward-fu/website/releases/download/iriver-d88/src_bootloader-jz4755_d88_uboot-2009.05.zip $ unzip src_bootloader-jz4755_d88_uboot-2009.05.zip $ cd bootloader-jz4755_d88_uboot-2009.05 $ make cetus_nand_config $ make -j4
P.S. 因為UART1連接到WM8731,除非是要使用UART Debug,不然傳入console=ttyS1,57600n8會造成Kernel無法啟動