UUU (Universal Update Utility) for 1170

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

UUU (Universal Update Utility) for 1170

957 Views
ruudmeer
Contributor II

I am using the new MIMXRT1170 EVK Board

I downloaded UUU (Universal Update Utility) posted here:
https://github.com/NXPmicro/mfgtools
and managed to compile it.

The code however does not seem to be addapted for this new EVK board. So I added some lines:

In config,cpp, in Config::Config() I added:
emplace_back(ConfigItem{"SDP:", "MXRT117X", nullptr, NXP_VID, 0x013D });

In rominfo.cpp, in static constexpr std::array<ROM_INFO, 16> g_RomInfo I added:
ROM_INFO{ "MXRT117X", 0x1000, ROM_INFO_HID | ROM_INFO_HID_MX6 | ROM_INFO_HID_SKIP_DCD },

This however does not seem to be enough, I cannot flash my rt1170_hello_world_slow.bin.I get this error:

uuu.exe rt1170_hello_world_slow.bin
:LIBUSB_ERROR_IO ] SDP: boot -f "rt1170_hello_world_slow.bin"

Questions:

  • Will there be an update of the Universal Update Utility?
  • What steps do I miss?

 

0 Kudos
4 Replies

938 Views
ruudmeer
Contributor II

Hi Jeremy,

Can you maybe check when UUU will be updated for the i.MX RT117X ?

Regards, Ruud

0 Kudos

929 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thanks for your reply.
1) Can you maybe check when UUU will be updated for the i.MX RT117X?
-- As I know, the release schedule is still not clear yet, so I can't assure the actual deadline.
Have a great day,
TIC

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

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

951 Views
ruudmeer
Contributor II

I want to add some info:

  • I was successful running uuu.exe with the 1064 EVK
  • I am using serial download mode (01b)

 

0 Kudos

943 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) Will there be an update of the Universal Update Utility?
-- Yes, I think so.
2) What steps do I miss?
-- I'd love to help, but it's just beyond my ability actually. To program the i.MX RT117X, I'd like to suggest you try NXP-MCUBootUtility tool, it provides a friendly GUI interface for the users to program the i.mx RT series MCU.
Have a great day,
TIC

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

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos