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:
Hi Jeremy,
Can you maybe check when UUU will be updated for the i.MX RT117X ?
Regards, Ruud
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.
-------------------------------------------------------------------------------
I want to add some info:
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.
-------------------------------------------------------------------------------