Hello,
I'm working on bringing up a custom board with an i.MX 8M Nano processor. Our setup doesn't include an SD card; instead, we're using external QSPI flash and eMMC. We have access to a J-Link base burner.
I'm seeking guidance on the following:
Any insights or recommendations would be greatly appreciated. Thank you for your help!
Anyone?
Hello,
uuu.exe -b qspi qspi_bootloader_image
uuu.exe imx-boot-imx8mnevk-fspi.bin-flash_evk_flexspi qspi_bootloader_image
\ u-boot image used as programming manager / \ image to program /
In fact if you use the build in script (-b qspi), then it's doing the same thing.
There are other ways to program the QSPI, you could boot from eMMC/SD card and stop in u-boot and program the QSPI from there.
Regards
Hi,
Thank you for the answer.
I'm encountering an issue while using UUU (Universal Update Utility) with our custom board.
While I can successfully download U-Boot to the device, I'm facing problems with USB device probing. Here are the details:
Fastboot: Normal
Boot from USB for uuu
Hit any key to stop autoboot: 0
my print ** index: 0
my print Device is NULL
USB init failed: 15
The driver being used is uboot-lf_v2020.04/drivers/usb/gadget/udc/udc-uclass.c.
My questions are:
Any guidance on resolving this USB device probing issue would be greatly appreciated.
Thank you for your help!