Manually Flash Jemii-150 with Super.conf

In order to really enable MAXN super mode, we need manually flash Jemii-150 with super.conf

After download and install SDKmanager, we could launch SDKmanager

before flashing, sdkmanager would process download and setup stage (this would build up L4T folder)

we could skip flash and go into the L4T folder to do manually fashing

please follow the below command

#prepare file related to flash
sudo ./apply_binaries.sh
sudo ./tools/l4t_flash_prerequisites.sh

#create a default user
sudo ./tools/l4t_create_default_user.sh -u <user_name> -p <password>

#flash super.conf
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \--showlogs --network usb0 jetson-orin-nano-devkit-super internal

#after flashing, we could set MAXN super mode and reboot to enable it
sudo /usr/sbin/nvpmodel -m 0
sudo reboot

Last updated