U-Boot SPL 2018.01-05682-gd83b2fefcf-dirty (Aug 20 2021 - 09:19:23)
DRAM: 32 MiB
Trying to boot from MMC1
Card did not respond to voltage select!
mmc_init: -95, time 22
spl: mmc init failed with error: -95
Trying to boot from sunxi SPI
U-Boot 2018.01-05682-gd83b2fefcf-dirty (Aug 20 2021 - 09:19:23 +0800) Allwinner Technology
CPU: Allwinner F Series (SUNIV)
Model: Lichee Pi Nano
DRAM: 32 MiB
MMC: SUNXI SD/MMC: 0
SF: Detected xt25f128b with page size 256 Bytes, erase size 4 KiB, total 16 MiB
*** Warning - bad CRC, using default environment
Setting up a 800x480 lcd console (overscan 0x0)
In: serial@1c25000
Out: serial@1c25000
Err: serial@1c25000
Net: No ethernet found.
starting USB...
No controllers found
Hit any key to stop autoboot: 0
SF: Detected xt25f128b with page size 256 Bytes, erase size 4 KiB, total 16 MiB
device 0 offset 0x100000, size 0x4000
SF: 16384 bytes @ 0x100000 Read: OK
device 0 offset 0x110000, size 0x500000
SF: 5242880 bytes @ 0x110000 Read: OK
## Flattened Device Tree blob at 80c00000
Booting using the fdt blob at 0x80c00000
Loading Device Tree to 80e03000, end 80e083bd ... OK
Starting kernel ...
我使用官方的文件对烧录文件进行替换,发现问题在于 zImage ,试过很多次了,然而力弱的我,不知道问题何在。
离线
zImage或者dtb有问题.
用TF卡先验证一下.
配置的是SPI启动,TF卡启动不了吧!
离线
@memory
Error: invalid dtb and unrecognized/unsupported machine ID
r1=0x00000000, r2=0x00000000
Available machine support:
ID (hex) NAME
ffffffff Generic DT based system
ffffffff Allwinner suniv Family
ffffffff Allwinner sun9i Family
ffffffff Allwinner A83t board
ffffffff Allwinner sun8i Family
ffffffff Allwinner sun7i (A20) Family
ffffffff Allwinner sun6i (A31) Family
ffffffff Allwinner sun4i/sun5i Families
Please check your kernel config and/or bootloader.
感谢老哥,终于有点眉目了。
离线