-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to boot via external storage after install. #34
Comments
I an using |
Hello @developer-ken. Is it possible for you to connect the board through UART and share with us the log messages output by the board during boot ? Otherwise, it would be also very helpful if you provide us with the output of running the dmesg command. |
UART.log
but I have |
Found something interesting on line 415: |
I tried a workaround, which is NOT working. This does not work. It changes the output in line 415 to the correct setting, but the log after that still uses My config file is surely loaded, as if I remove the FDT line, everything is fine. But something in the added dtb file is overriding my config. |
Hello @developer-ken, I am sorry for the delayed reply, we were arranging a setup to replicate the issues locally. After getting the Jetson to boot from a USB device and installing the driver with option A, we certainly reached the same error you are facing. However, after some other testing, we believed the error is not caused the new device tree nor the kernel. It seems that just adding the the FDT line into the extlinux.conf file (without even installing the driver using the .deb files) cause the error you are experiencing. We would then advice you to please try installation method B. We understand is not as convenient as method A, however by generating an Jetpack image with the already updated device tree and kernel you would not need to modify the extlinux.conf file. And you would only need to generate the image once, then you can use it to flash as many devices as you want. Please let us know if you still face the same issue after following the B option installation procedure. Or if you have any other question or concern. We will be glad to help. |
I've been booting my jetson nano b01 (4G version) from an SSD attached to the USB port. That worked perfectly.
How ever, after I installed this patch using the two .deb file and changed my extlinux.conf, everything got broken.
My device insist to boot from /dev/mmcblk0p1, even when the root=/dev/sda1 is set.
Here is an example that wont boot from my usb drive:
I also tried
APPEND root=/dev/sda1 ${cbootargs} quiet
, evenAPPEND root=/dev/sda1 ${cbootargs} root=/dev/sda1 quiet
, these does nothing.I am getting really confused. I wonder why a camera driver patch override my bootdevice setting, and how to fix that.
The text was updated successfully, but these errors were encountered: