iriver Dicple D8 >> Debian 6

build uboot


參考資料:
1. github

如下:

$ cd
$ wget https://github.com/steward-fu/archives/releases/download/d8/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
$ git clone https://github.com/steward-fu/kernel -b jz4755_d8_linux-2.6.24_debian
$ make d8_defconfig
$ make uImage modules -j4
$ INSTALL_MOD_PATH=out make modules_install

P.S. arch/mips/boot/uImage


返回上一頁