HAB events when using imx_usb_loader

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

HAB events when using imx_usb_loader

Jump to solution
1,246 Views
andrelabelle
Contributor I

Hi,

If I load my image from SPI-NOR I don't get HAB events.

If I switch to the serial loader boot mode and load the same image I get HAB events.

When I compare the RAM data of the working u-boot image with the non-working image I see the imx_usb_loader version has its IVT dcd and boot_data fields cleared.

working:

177ff400: d1 00 20 40 00 00 80 17 00 00 00 00 2c f4 7f 17    .. @........,...

177ff410: 20 f4 7f 17 00 f4 7f 17 00 10 86 17 00 00 00 00     ...............

non working:

177ff400: d1 00 20 40 00 00 80 17 00 00 00 00 00 00 00 00    .. @............

177ff410: 00 00 00 00 00 f4 7f 17 00 10 86 17 00 00 00 00    ................

Has anybody experienced this issue? Has anybody worked around this issue?

Thanks,

Andre

I'm using imx_usb_loader master branch f96aee286ea17c832b7ec922dd76842deb5ce299 and a nitrogen6x development board.

Labels (1)
Tags (2)
0 Kudos
1 Solution
678 Views
Yuri
NXP Employee
NXP Employee

  Please refer to section 6.2 (Signing Code Downloadable with Manufacturing Tool) of app note
AN4581 (Secure Boot on i.MX50, i.MX53, and i.MX 6 Series using HABv4)
regarding specifics of using the i.MX6 Serial (USB) Downloader.

http://cache.freescale.com/files/32bit/doc/app_note/AN4581.pdf

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
679 Views
Yuri
NXP Employee
NXP Employee

  Please refer to section 6.2 (Signing Code Downloadable with Manufacturing Tool) of app note
AN4581 (Secure Boot on i.MX50, i.MX53, and i.MX 6 Series using HABv4)
regarding specifics of using the i.MX6 Serial (USB) Downloader.

http://cache.freescale.com/files/32bit/doc/app_note/AN4581.pdf

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos