I am unable to boot the carrier without a SD card after following the instruction below.
Change Root File System to SD Card Directly | Forecr
https://jetsonhacks.com/2017/01/26/run-jetson-tx1-sd-card/
After rebooting, the board boots only with the presence of the SD card.
I tried the following extlinux.conf:
TIMEOUT 30
DEFAULT sdcardMENU TITLE L4T boot options
LABEL primary
MENU LABEL primary kernel
LINUX /boot/Image
INITRD /boot/initrd
APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4LABEL sdcard
MENU LABEL primary kernel
LINUX /boot/Image
INITRD /boot/initrd
APPEND ${cbootargs} quiet root=/dev/mmcblk1p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4
I tried to replace the root=/dev/mmcblk0p1 with UUID or PARTUUID of the eMMC, but none of them worked. Without SD card, it is just stuck at the booting stage.
screenshot.pdf (85.9 KB)
I only found the following issue related which does not really answers the question of mine.