Hi3518ev300 uboot 启动内核失败:
程序员文章站
2024-02-23 21:06:28
...
错误打印如下:
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..............新手上路,到处翻车