Greetings!
When setting up a system, I normally like to see the various boot messages that scroll by during boot rather than the splash-screen graphic as they can be incredibly useful.
In a “normal” Linux install, all I need to do is modify the boot parameter string to remove “quiet” from it.
Is there a reasonably easy way to do this on the Jetson Nano? Or is this exclusively limited to the serial console?
P.S.
I found some data about modifying the boot-time arguments here:
https://forums.developer.nvidia.com/t/where-can-i-change-default-cmdline-cbootargs-and-other-questions-regarding-jetson-nano-boot-process/82087/6
But again, it sounds like I have to recompile a bunch of stuff in order to accomplish it.