Hello,
I was having trouble flashing the jetson NX R5 microcontroller using the description on their site. Now I have some questions:
- does the program have to be compiled with the compiler talked about in the documentation? It is from 2014 and I used one from 2021
- how do I find out which values I have to set in the config files in the Linux_for_Tegra/bootloader folder if I want to use another pin mux? I could not find any documentation for that
- reading from the UART during the flash process, the message “*** The spe-fw has been updated successfully. ***” appears, but the functionality is not given. For the gpio program, does the functionality has to be somehow triggered?
Thanks!