hi guys, I cann't get my EMMC online. below are my init for using usdhc4, emmc mem write 0x20E0338 0x0 ;IOMUXC_SW_MUX_CTL_PAD_SD4_CLK ;select
NOTICE: BL3-1: jump to prepi entry current keypoint[71], last keypoint[0]. [1.107] [BOOT_TRACE] auto boot. This is sd boot entry emmcsd init count(1) end SYS Enable:0x0, gpio:0x5 recEnable:0x0, gpioStatus:0x0 current keypoint[89], last keypoint[0]. start lo...
, please ? Especially chapter "11 Debug of Bluetooth" to figure out what is happening.Could you also check driver and fw versions in the output of command "adb logcat" ?ex :1 Wi-Fi HAL version: WifiHAL : Wifi HAL version : 009.0022 BT HAL version: bt-vnd-nxp: bt_vnd...
intsaveenv(void){structmmc*mmc =find_mmc_device(mmc_env_devno);if(init_mmc_for_env(mmc))return1;printf("Writing to MMC(%d)... ", mmc_env_devno);if(write_env(mmc, CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, env_ptr)) {puts("failed\n");return1; }puts("done\n");return0; } mmc_...
For SPL, if CONFIG_SPL_STACK_R is defined, then at this point the stack and global_data are relocated to below CONFIG_SPL_STACK_R_ADDR. For non-SPL, U-Boot is relocated to run at the top of memory. board_init_r(): - purpose: main execution, common code - global_data is ...
FAIL : can not init usb 0!! [AT][MB][do_bootm][2141] MPOOL size : 0x200000 Changelist: 24543697 === set bootargs === Hit any key to stop autoboot: 0 AC on fore uup IRKey [0xff] create instance at 559f9cc0 with private size 256 bytes at 559f9d08 MDrv_PNL_Init u32PnlRiu...
1 slot:1 partition:0 error:0' 19:45:03: INFO: TARGET SAID: 'ERROR: OPEN handle NULL and no error, weird 344530516' 19:45:03: INFO: TARGET SAID: 'ERROR: Failed to open device, type:eMMC, slot:1, lun:0 error:3' 19:45:03: {ERROR: Something failed with the <erase> command. ...
enable locked L1 cache as usual// boring standard GPR init omitted// Core is now initialized. Check core ID (upir) and jump to wherever// you want, set a flag for the main core, spin in a loop waiting for// a vector, or whatever// To kickstart the other cores (from core 0):/...
, please ? Especially chapter "11 Debug of Bluetooth" to figure out what is happening.Could you also check driver and fw versions in the output of command "adb logcat" ?ex :1 Wi-Fi HAL version: WifiHAL : Wifi HAL version : 009.0022 BT HAL version: bt-vnd-nxp: bt_vnd...
- preloader_console_init() can be called here in extremis - should set up SDRAM, and anything needed to make the UART work - these is no need to clear BSS, it will be done by crt0.S - must return normally from this function (don't call board_init_r() directly) Here the BSS ...