实现了从nandflash中启动
bootloader的spec上说了,for booting from NAND FLASH,the AIS should be written to NAND block1 (NAND block0 is not used by bootloader),
然后我的nandflash1 Block=(2K + 64)B x 64 Pages = (128K +4K) Bytes
NANDFLASH的起始地址是0x62000000
那程序是不是加载到0x62020000上去了,为啥内存显示是下面这个图?(程序就是个LED闪烁的程序)
