Commandline parameter has presilicon flag jetson Tx2 SDK32.4.3

Hi,

I am using jetson TX2 4GB module on my device with SDK 32.4.3.

when i see the cmdline parameter using cat /proc/cmdline i see below logs

Kernel command line: console=ttyS0,115200 * androidboot.presilicon=true* firmware_class.path=/etc/firmware root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 f
bcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x1772e0000 gpt usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.
slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x175840000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait sdhci_tegra.en_boot_part_access=1 mem=4070M

what is this flag androidboot.presilicon=true, is this required for custom board,what is the use of this flag in kernel command line parameter.

hello anupam.kumar,

it’s used to determine the environment.
please refer to Jetson TX2 Platform Adaptation and Bring-Up since you’re having your customize board,
thanks