一 燒寫到Nand Flashblog
**1.1 **相關文件說明ip
l BSP版本:nuc970bsp-release-20150519.zipget
l NuWriter版本:2015/04/28-V01,nuvoTon Nu-Writer V1.0cmd
l 燒寫文件:flash
u-boot-spl.bin:負責將u-boot.bin從Nand flash搬到DDR中執行。默認執行地址:0x200,可修改。it
u-boot.bin:u-boot程序,默認執行地址:0xE00000,在nand flash中的燒寫地址:0x100000。變量
env.txt:u-boot環境變量,在Nand Flash中的燒寫地址:0x80000。cli
970image.ub:Linux kernel。加載地址:0x7fc0;執行地址:0x8000;燒寫地址:0x200000,可變要與u-boot環境參數一致,bootcmd=nboot 0x7fc0 0 0x200000;bootm 0x7fc0。程序
**1.2 **燒寫舉例im
1.燒寫u-boot-spl.bin
Image Type:uBoot型
Image execute address: 0x200
2. 燒寫 u-boot.bin
Image Type:Data型
Image start offset: 0x100000
3. 燒寫U-Boot環境變量env.txt
Image Type:Environment型
Image start offset: 0x80000
4. 燒寫kernel
Image Type:Data型
Image start offset: 0x200000
5.燒寫yaffs2文件系統
1)製做yaffs2文件系統
mkyaffs2 -inband-tags -p 2048 rootfs rootfs_yaffs2.img
2)燒寫yaffs2文件系統