按照此篇配置https://whycan.com/t_8184_2.html启动失败 日志如下 请教此报错一般是什么原因造成的
U-Boot SPL 2022.04 (Dec 07 2022 - 11:18:47 +0800)
DRAM: 64 MiB
Trying to boot from sunxi SPI-NAND
sunxi SPI-NAND: Found Winbond W25N01GVxxIG (efaa21)
sunxi SPI-NAND: Loading u-boot from 0x10000
sunxi SPI-NAND: u-boot hcrc OK!
U-Boot 2022.04 (Dec 07 2022 - 11:18:47 +0800) Allwinner Technology
CPU: Allwinner V3s (SUN8I 1681)
Model: Lichee Pi Zero
DRAM: 64 MiB
Core: 21 devices, 9 uclasses, devicetree: separate
WDT: Not starting watchdog@1c20ca0
MMC: mmc@1c0f000: 0
Loading Environment from FAT... Card did not respond to voltage select! : -110
In: serial@1c28000
Out: serial@1c28000
Err: serial@1c28000
Net: No ethernet found.
Hit any key to stop autoboot: 0
Unknown command 'mtd' - try 'help'
Unknown command 'mtd' - try 'help'
zimage: Bad magic!
=>
最近编辑记录 hd_xyz (2022-12-08 11:05:57)
离线
MTD是否在uboot-》make menuconfig配置
目前是如下配置
> Device Drivers > MTD Support
│ │ [y] Enable MTD layer
│ │ [y] Enable Driver Model for MTD drivers
配置步骤是按照https://whycan.com/t_8184_2.html 配置的,其中因为找不到此选项
SPI NAND device Support Command line interface->Device access commands勾选mtd
而没有配置此项,uboot版本与链接里是一致的,步骤也没有做错,但是找不到这个选项,是否因为此处造成MTD编译失败
离线