No BIOS Logo/Menu or UEFI Shell: Post-flashing, I no longer see the BIOS logo or have access to the UEFI shell. This limits my ability to modify boot order or other BIOS options beyond using the efibootmgr CLI.
Ubuntu Boot Loop: The Ubuntu installation installed on the eMMC storage now enters a boot loop.
I can only access Ubuntu via the /dev/ttyACM0 serial console in Recovery Mode.
Questions:
Would it be safe to attempt re-flashing the stock ROM? Is it possible to perform this from the serial console?
Can a CH341A programmer with a SOP8 clip resolve this issue? Would it be helpful in this scenario?
Any help or guidance would be greatly appreciated!
I look forward to documenting the process to help others in the future.
I connected the device via USB-C to a Linux host, held down the recovery and reset buttons, and executed the watch—n1 lsusb command until something like NVIDIA Corp. APX appeared. Once this was done, I compiled and ran the Nix packages from the specified repo to flash this specific Jetson model. Still, although the model seems to be supported, I lost many functionalities, so I suspect that the initial conditions of my device worked against me.
I also tried to capture the boot log by listening to the serial port, but it disappears and appears with each reboot.
Maybe I should try using screen instead of minicom, which can sometimes handle such dynamic changes more gracefully.
Another thing I was thinking about is trying to debug via UART using something like an FTDI as an adapter.
Curiously, it correctly boots live ISOs from USB drives but doesn’t boot anything else.
I know nothing about the github you shared. Whether it can correctly work or not is not what I can guarantee.
I don’t know whether you are really correctly dumping serial log either because your comment sounds you didn’t do it correctly.
The truth is if you are using NV devkit, then serial console will be directly coming out from “micro usb port” because that port is actually a UART port with FTDI adapter integrated inside of it… You don’t need anything extra there to dump serial console log…
As you are trying to do this, I guess you didn’t correctly dump serial console log from uart either.