** Unable to use mmc 0:1 for fatload ** ## Starting application at 0x80800000 ... Then we modify the function mmc_send_cmd() in "drivers/mmc/omap_hsmmc.c" to print the value of mmc_stat, the infomation printed i
I use ti-sdk-beagleboard-06.00.00.00 for that (prebuild images) . And i have got this problem : [ 4.314117] VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2) [ 4.321594] Please append a correct "root=" boot op...
I am using S32G RDB board, where i have to run M7 image from A53. Example: Uart_Example_S32G399A_M7 from RTD 4.0.1 BSP:BSP35 Compiled uart example from S32DS and ran below commands from uboot. dcache off mw.q 0x34000000 0x0 0x600000 fatload mmc 0:1 0x80000000 Uart_Example_S...
u-boot=> mmc dev 2 1switch to partitions #1, OKmmc2(part 1) is current device u-boot=> fatload mmc 2:1 0x48000000 hello_world.binCan't set block device I wonder if I am using the right u-boot bin file, could you please tell me what u-boot fi...
loadbootscript=fatload mmc 1 ${script_addr} boot.scr bootscript= echo Running bootscript from MMC/SD to set the ENV...; source ${script_addr} ethact=cpsw netdev=eth0 consoledev=ttyO0 baudrate=115200 ethaddr=90:d7:eb:c6:3d:66 ...
mmcboot=mmcinit;fatload mmc 0 0x80000000 uImage;fatload mmc 0 0x81600000 ramdisk.gz;bootm 0x80000000 === (I changed the bootcmd temporarily for testing). Actually, I'm now thinking it might be a bad transfer of the filesystem. A colleague here claims he managed to get it to boot f...
I am using S32G RDB board, where i have to run M7 image from A53. Example: Uart_Example_S32G399A_M7 from RTD 4.0.1 BSP:BSP35 Compiled uart example from S32DS and ran below commands from uboot. dcache off mw.q 0x34000000 0x0 0x600000 fatload mmc 0:1 0x80000000 Uart_Example_S...
u-boot=> mmc dev 2 1switch to partitions #1, OKmmc2(part 1) is current device u-boot=> fatload mmc 2:1 0x48000000 hello_world.binCan't set block device I wonder if I am using the right u-boot bin file, could you please tell me what u-boot file I should...
1 .I used to boot up the board and suddenly it did not working and showing the following I2C: ready DRAM: 128 MiB WARNING: Caches not enabled NAND: 512 MiB MMC: davinci: 0 In: serial Out: serial Err: serial Invalid MAC address read. ...
u-boot=> mmc dev 2 1 switch to partitions #1, OK mmc2(part 1) is current device u-boot=> fatload mmc 2:1 0x48000000 hello_world.bin Can't set block device I wonder if I am using the right u-boot bin file, could you please tell me what u...