Hi NXP,
We have a custom board with DDR 8GB and change debug port from UART2 to UART3. We have porting on SDK 5.10.72-2.2.0 and 5.15.32-2.0.0 and they all work well. Now we porting on 5.15.71-2.2.0 but uuu stuck.
Here's uuu shows:
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-0-g1f42172
Success 0 Failure 0
1:2 1/ 1 [=================100%=================] SDPS: boot -f imx-boot-imx8mp-lpddr4-evk-sd.bin-flash_evk
uuu -v:
Wait for Known USB Device Appear...
New USB Device Attached at 1:10
1:10>Start Cmd:SDPS: boot -f imx-boot-imx8mp-lpddr4-evk-sd.bin-flash_evk
100%1:10>Okay (3.086s)
Here's uart log of our custom board:
U-Boot SPL 2022.04-lf_v2022.04+g181859317b (Nov 15 2022 - 06:28:05 +0000)
DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
SEC0: RNG instantiated
Normal Boot
Trying to boot from BOOTROM
Boot Stage: USB boot
Find img info 0x&480239a0, size 1064
Need continue download 1024
Download 1692512, Total size 1694144
What I have modified for bootloader:
imx-atf change debug port from uart2 to uart3
u-boot change debug port from uart2 to uart3 and modify DDR
optee-imx for 8GB DDR
Besides,
SDK 5.10.72 can download by uuu v1.4.193 but SDK 5.15.32 not.
SDK 5.15.32 can download after I updated uuu to v1.5.11.
I have also tried uuu v1.4.193 to v1.5.21, but they all stuck in the same place for 5.15.71.
Best Regards,
Sophie
解決済! 解決策の投稿を見る。
Hi @sophiehu
It fails to boot from SD card and only shows logs below:
U-Boot SPL 2022.04-lf_v2022.04+g181859317b (Nov 15 2022 - 06:28:05 +0000)
write error to device: 95f0f0 register: x!DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
SEC0: RNG instantiated
Normal Boot
Trying to boot from BOOTROM
Boot Stage: Primary boot
image offset 0x8000, pagesize 0x200, ivt offset 0x0
Hi @sophiehu
Hi @Sanket_Parekh ,
It works and I can download by uuu.
Edit this reply and delete previous boot log.
I forget to modify HW to boot from emmc so it boot from SDCard with previous failure image.
After modifiy HW, it can boot from emmc successfully.
Thank you very much!
Best Regards,
Sophie
Hi @sophiehu ,
Sanket Parekh
Hi @Sanket_Parekh ,
I measure POR_B and it is 1.73v.
Attach patch files for changing debug port from uart2 to uart3.
It is the same with porting in 5.10.72 and 5.15.32.
Replace boot file name and wic file name in uuu.auto-imx8mpevk, which comes from imx8mp-evk release image on NXP website.
Download image by command:
sudo uuu uuu.auto-imx8mpevk_23-04-18-165218 (in uuu-files.zip)