Hi3518ev300 uboot 啓動內核失敗:

錯誤打印如下:


System startup

Uncompress Ok!

U-Boot 2016.11 (Sep 19 2019 - 15:42:22 +0800)hi3518ev300

Relocation Offset is: 03736000
Relocating to 43f36000, new gd at 43e95ef0, sp at 43e95ed0
SPI Nor:  hifmc_ip_ver_check(44): Check Flash Memory Controller v100 ...hifmc_ip_ver_check(50):  Found
hifmc_spi_nor_probe(1615): SPI Nor ID Table Version 1.0
hifmc_spi_nor_probe(1640): SPI Nor(cs 0) ID: 0xc2 0x20 0x18
hifmc_spi_nor_probe(1705): Block:64KB hifmc_spi_nor_probe(1706): Chip:16MB hifmc_spi_nor_probe(1707): Name:"MX25L128XX"
hifmc100_spi_nor_probe(147): SPI Nor total size: 16MB
NAND:  0 MiB
MMC:   
In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0 
device 0 offset 0x100000, size 0x700000

SF: 7340032 bytes @ 0x100000 Read: OK
## Starting application at 0x41000000 ...

最後停在了:## Starting application at 0x41000000 ...

 

解決:

在文檔中發現:

 

內核起始地址固定爲0x40000000,不能修改,我傻不拉幾的寫成0x41000000..............新手上路,到處翻車

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章