fix the SDPV/SPL config and jump addr for technexion pico-imx6ul #5
+3
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
expected review time: 10-20minutes + test on HW/build etc.
Problem: Can not flash a wic to imx6ul target.
Serial-download flashing pico-imx6ul (PICO-PI-IMX6UL Start Kit) hangs during UUU SDP phase.
(Attaching logs of both host and target terminals.)
Solution:
Adding device ID 0x0151 to the libuuu/config.cpp solved that but then the target cycles through Header "Tag is not an IMX image" and resets. Causing uuu to take another shot at loading SPL and it ends up cycling 'indefinitely'.
Header is found at the 'right' offset 0x87800000. For u-boot.img we just have to jump to the same addr as load-addr.
Attached files:
(I hope filenames are descriptive enough but feel free to poke for more info if needed)
-- testcmd_burnwic_pico-imx6ul.sh
-- host-terminal_devID-only.log.txt
-- host-terminal_no-patch.log.txt
-- host-terminal_with-patch.log.txt
-- serial-port_devID-only.log.txt
-- serial-port_no-patch.log.txt
-- serial-port_with-patch.log.txt
-- repo-info.txt
Thank you for consideration and have a good day :-)
README_testing-notes.txt
testing-logs.zip