Troubleshooting 8ULP EVK Boot Fuses

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Troubleshooting 8ULP EVK Boot Fuses

Jump to solution
1,358 Views
KipW
Contributor II

I am testing recovery methods using the MCIMX8ULP-BB EVK.  I successfully burned BT_FUSE_SEL and BT0_CFG1 (Boot from A35/eMMC and M33/QSPI) using u-boot's fuse command. When I set my boot pins to "00" I get the serial bootloader. However, since I have working images in A35's eMMC and M33's NOR, I should be seeing the the kernel boot and the output from M33's image. 

Ideas on how to troubleshoot this?  Does booting from the fuses *require* that I use signed/secure images?

Labels (1)
0 Kudos
Reply
1 Solution
1,251 Views
KipW
Contributor II
Turns out that the 'fuse' command in u-boot requires a little-endian value for burning. The u-boot command does not perform the endian swap for you

View solution in original post

0 Kudos
Reply
3 Replies
1,252 Views
KipW
Contributor II
Turns out that the 'fuse' command in u-boot requires a little-endian value for burning. The u-boot command does not perform the endian swap for you
0 Kudos
Reply
1,309 Views
Chavira
NXP TechSupport
NXP TechSupport

HI @KipW,

 

For that usage you should flash the images following the next instructions:

To burn dual-boot image and rootfs to eMMC and FlexSPI0 NOR flash, perform the following steps:


1. Prepare imx-boot-imx8ulpevk-sd.bin-flash_singleboot_m33, imx-boot-imx8ulpevk-
sd.bin-flash_dualboot, imx-boot-imx8ulpevk-sd.bin-flash_dualboot_m33, and
<rootfs.wic>.


2. Update the UUU script file uuu_8ulp_dual.auto with the file path and name of the images above.


3. Run uuu mfgtools/scripts/samples/uuu_8ulp_dual.auto.
For detailed usage of UUU, see github.com/NXPmicro/mfgtools/wiki.

0 Kudos
Reply
1,278 Views
KipW
Contributor II

I pulled down LF_v6.12.34-2.1.0_images_IMX8ULPEVK, updated the samples/uuu_8ulp_dual.auto to point to the local bin files, burned the images and same result.

When I POR, with Boot Switch set to xxxx_xx00, I see nothing and the SDPS device appears.  I do not have any SRK or certs or any of the CST set up.

0 Kudos
Reply