掌機 - GP2X Caanoo - Build U-Boot



$ cd
$ wget https://github.com/steward-fu/website/releases/download/caanoo/GPH_SDK-10.08-Linux.7z
$ 7za x GPH_SDK-10.08-Linux.7z
$ sudo cp -a GPH_SDK /opt/caanoo/
$ export PATH=$PATH:/opt/caanoo/tools/gcc-4.2.4-glibc-2.7-eabi/bin

$ wget https://github.com/steward-fu/website/releases/download/caanoo/uboot.tar.gz
$ tar xvf uboot.tar.gz
$ cd uboot
$ make clobber
$ make n35_fast_config
$ make clean
$ make dep
$ make