嵌入式开发之hi3519---spi nor flash启动

Posted 科努雷(kernel)

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了嵌入式开发之hi3519---spi nor flash启动相关的知识,希望对你有一定的参考价值。

author:pkf

qq:1327706646

1.官方hi3519默认是硬件3byte 地址模式,配置完ddr始终后,sdkv100.020是可以支持正常启动,用到低位16Mflash内存

2.如果要换成emmc启动,由于emcc的环境变量和分区信息,要在start.s 中跳过960个字节

3.无论nand  or nor flash、emmc、或者bootrom启动,都要先有片内bootrom引导 加载到ram内存中,先uboot的第一阶段,然后第二阶段

4.最终烧录的uboot是带64B字节头和2k环境变量信息的uboot

 

http://www.ebaina.com/bbs/thread-2657-1-1.html

http://www.ebaina.com/bbs/thread-15471-1-1.html

http://www.ebaina.com/bbs/forum.php?mod=viewthread&tid=15308&highlight=uboot

http://www.ebaina.com/bbs/forum.php?mod=viewthread&tid=15471&highlight=uboot

http://www.ebaina.com/bbs/thread-14494-1-1.html

http://www.ebaina.com/bbs/forum.php?mod=viewthread&tid=9363&extra=&page=2

 

以上是关于嵌入式开发之hi3519---spi nor flash启动的主要内容,如果未能解决你的问题,请参考以下文章

嵌入式开发之hisilicon---hi3536 处理器简介

嵌入式开发之hi3516---GV7601 SPI通信问题

嵌入式开发之hi3519---GPIO 驱动

嵌入式开发之hi3519--- pcie dma和dma cache 缓存更新sync memery

嵌入式开发之hi3519---进程线程间的同步和互斥,条件变量信号了互斥锁等

嵌入式开发之hi3519---i2c MDIO PHY uboot phy调试总结