根据教程移植的系统,烧录QSPI+EMMC 烧录成功后从QSPI启动找不到EMMC1 MMC Device 1 not found no mmc...
[ 3.064105] usb 1-1.2: New USB device found, idVendor=058f, idProduct=6387 [ 3.071304] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.078946] usb 1-1.2: Product: Mass Storage [ 3.083399] usb 1-1.2: Manufacturer: Generic [ 3.087853]...
[ 3.064105] usb 1-1.2: New USB device found, idVendor=058f, idProduct=6387 [ 3.071304] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.078946] usb 1-1.2: Product: Mass Storage [ 3.083399] usb 1-1.2: Manufacturer: Generic [ 3.087853]...
** First descriptor is NOT a primary desc on 1:1 ** switch to partitions #0, OK mmc1(part 0) is current device ** First descriptor is NOT a primary desc on 1:1 ** SD/MMC found on device 1 ** Unrecognized filesystem type ** ** Unrecognized filesystem type ** ** First descrip...
Find the current device before find mmc device, otherwise '-1' will be use as curr_device and error occur. The error log is "MMC Device -1 not found". Change-Id: Id6157f73d006f4bbe1c4d105244eb59ca7290c13 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>main...
(1)uboot.env可以设置存放位置,默认在MMC0,在Am335x_evm.h中设置/* Not NAND, SPI, NOR or eMMC env, so put ENV in a file on FAT */#define CONFIG_ENV_IS_IN_FAT#define FAT_ENV_INTERFACE "mmc"#define FAT_ENV_DEVICE_AND_PART "0:1"#define FAT_ENV_FILE "uboot.env"...
错误信息 "vfs: cannot open root device 'mmcblk0p1' or unknown-block(0,0): error -6" 表示系统无法打开指定的根设备 mmcblk0p1。这通常发生在Linux系统的启动过程中,当内核试图挂载根文件系统时。mmcblk0p1 指的是MMC设备(如SD卡或eMMC存储)的第一个分区。错误 -6 通常对应于 ENODEV,意味着没有这...
MMC Device 1 not found no mmc device at slot 1 Command failed, result=1 => mmc info MMC: no card present mmc_reinit: -123, time 1 (retries 0) Command failed, result=1 => mmc rescan MMC: no card present mmc_reinit: -123, time 2 (retries 0) ...
VFS: Cannot open root device "mmcblk0p1" or unknown-block(179,1): error -19 Please append a correct "root=" boot option; here are the available partitions: 三.扒一扒内核代码 init/do_mouts.c void __init mount_block_root(char *name, int flags) ...
mmc2(part 0) is current device flash target is MMC:2 Net: Error: ethernet@30bf0000 No valid MAC address found. No ethernet found. Fastboot: Normal Normal Boot Hit any key to stop autoboot: 0 starting USB... Bus usb@38200000: Register 2000140 NbrPorts 2 ...