1.进入开发板提供的源码文件包,解压uboot源码包。
cd /home/bunfly/source_code/
tar xf uboot_tiny4412-20130729.tgz
2.进入uboot文件夹,更改uboot中tiny4412的配置文件。将225 中的Tiny4412更改为bunfly。
cd uboot_tiny4412
vim include/configs/tiny4412.h
更改255行为#define CONFIG_SYS_PROMPT "bunfly # "
3. 回到u-boot文件夹,编译u-boot
make tiny4412_config
make
4.进入sd_fuse文件夹 编译
cd sd_fuse
make
5.此时目录/home/bunfly/images/uboot_tiny4412/sd_fuse/tiny4412
再执行./sd_fusing.sh /dev/sdb
OK!