Replies: 1 comment 1 reply
-
A quick glance at the sources makes it look like it's at least theoretically possible to do this for U-Boot. Check For the other components (BPMP, etc.), I'm not sure they're configurable on the t210 platforms. In fact, before you go too far down this path, you might want to ask about it on the NVIDIA developer forum to see if it's even feasible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I want to use the UART2(Tegra-side) instead of the UART1(Tegra-side) as debug port:
The problem is that I don't really know how to do so... my first approach was to change u-boot device tree like so:
After boot I can see that cboot keeps printing log messages to UART1 (as expected because I didn't do anything to change this and I don't really know how to do it) but I stop seeing u-boot messages or prompt from this UART1, I was expecting to see u-boot messages from the 40-pin expansion header pins 8&10 but nothing comes up.
I also tried to find a
debug.uart_instance
option in a tegra210*.cfg kind of file, just like @kekiefer mentioned in this post some time ago, but I couldn't find anything in meta-tegra or in my build/tmp/work/.../tegraflash directory nor any of the build/tmp/work/.I'm using Jetson-nano B01 dev-kit and dunfell meta-tegra BSP version, I will really appreciate any clue on the subject, thank you so much for your time.
Beta Was this translation helpful? Give feedback.
All reactions