SD card booting failed in AGX Xavier

Hello All,

I’m testing two camera sensor module in AGX Xavier.

The two sensor modules have drivers of different sw platform versions.
one is JetPack4.4(LT32.4.3) and the other is JetPack4.5.1 (LT32.5.1).

so , i want to setup two of sw platform.
lt32.5.1 sw was installed in internal EMMC.
lt32.4.3 sw was installed in SD Card.

As described in the forum, I proceeded as follows.

  1. 32.4.3 flash in internal EMMC
  2. Copy the contents of the root directory of the internal flash memory to the SD card
  3. 32.5.1 reflash in internal EMMC
  4. edit /boot/extlinux/ extlinux.config as shown below.
TIMEOUT 30
DEFAULT sdcard

MENU TITLE L4T boot options

LABEL sdcard
      MENU LABEL SD Card
      LINUX /boot/Image
      INITRD /boot/initrd
      FDT /boot/tegra194-p2888-0001-p2822-0000.dtb
      APPEND ${cbootargs} quiet root=/dev/mmcblk1p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4

LABEL primary
      MENU LABEL primary kernel
      LINUX /boot/framos/Image
      INITRD /boot/initrd
      FDT /boot/framos/jetson-agx-xavier/tegra194-p2888-0001-p2822-0000.dtb
      APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4
  1. reboot

but sdcard booting was halt.

Is there any mistake?

You better sharing the boot up log.

Before sharing boot logs you probably should remove all occurrences of “quiet” from extlinux.conf.