Passing Additional Kernel Parameters
To pass additional kernel parameters, modify the os_args parameter of the
kernel-dtb
partitions in this
file:<top>/drive-foundation/platform-config/hardware/nvidia/platform/t23x/automotive/pct/drive_av/linux/linux_storage.cfg
To bind:
cd <top>/drive-foundation ./make/bind_partitions linux -b <platform>
To flash all images for Linux:
cd <top>/drive-foundation/
tools/flashtools/bootburn
./bootburn.py -b <platform> -B qspi
To flash kernel-dtb
only:
cd <top>/drive-foundation/tools/flashtools/bootburn
./bootburn.py -b <platform> -B qspi -d kernel-dtb <kernel dtb filename>