2024-09-12 02:11 PM
tl,dr: No boot log or root term via ST-LINK connector on STM32MP157F-EV1. Haven't tried UART 4 yet.
This is related to:
Reference:
https://wiki.st.com/stm32mpu/wiki/How_to_get_Terminal
The board: STM32MP157F-EV1
My host: Dell XPS, USB puck with two USB ports, running Ubuntu 22.04.4 LTS using Minicom 2.8.
Following
I have:
* successfully prog'd the microSD with the STM32MP1257F (note the "eff") firmware
ie: FlashLayout_sdcard_stm32mp157F-ev1-optee.tsv
* the eval board boots to OpenSTLinux launcher
* all the demo apps will run
Just no log or root command line using the ST-LINK connector via USB. I cannot execute basic commands in
My terminal command line is: sudo minicom -D /dev/ttyACM0.
Hardware flow control is off and UART settings are 115200 8N1.
Minicom does connect to ttyACM0.
I've ensured the Linux user is a part of the dialout group.
J1, J4, and J5 are set correctly.
I am respecting the power up and connection sequence described in user manual 6.7 Embedded ST-LINK/V2-1. The LEDs are lit as described by the manual.
As the 'F' part is intended for secure device, as opposed to the 'C':
Does that 'F' load suppress terminal access? Shoud I try 'C'?
Or is something else going on?
Solved! Go to Solution.
2024-09-12 02:53 PM
Never mind. Jumper config problem on my end. Out of the box, UART4 is routed to the RS-232 DB9 connector. You have to change those jumpers.
Dumb-ism on my end. And not everybody reads-n-writes a language the same way.
This problem is solved.
2024-09-12 02:44 PM
Eh... I may have J4 and J5 backwards. I will check this tomorrow (in my hemisphere).
2024-09-12 02:53 PM
Never mind. Jumper config problem on my end. Out of the box, UART4 is routed to the RS-232 DB9 connector. You have to change those jumpers.
Dumb-ism on my end. And not everybody reads-n-writes a language the same way.
This problem is solved.