Flash Demo Image
Update UEFI firmware
When Jetpack version is changed or you modify kernel, you also need to update UEFI firmware.
If UEFI firmware and system image are not matched, device can't boot up.
Please refer Update UEFI firmware from demo image
Flash demo image steps
-
Download TechNextion demo image:
Demo image
Product Demo image TEK6100-ORIN-NX NVMe TEK6100-ORIN-NX_JP6_ubuntu-22.04_hdmi_NVMe_diskimg.zip
USB TEK6100-ORIN-NX_JP6_ubuntu-22.04_hdmi_USB_diskimg.zipMake sure you download the image with the boot device you need.
DRAM sku on TEK6100-ORIN-NXTEK6100-ORIN-NX has two DRAM sku, Micron and Hynix.
After JetPack6.1(R36.4.0), system can automatically detect dram and bring up successfully. -
Unzip the zip file
You will get 3 files likes below:- Procuct_storage_disk.img.bz2
- Procuct_storage_disk.img.bmap
- Product_hostflash.tbz2
-
Connect the storage to computer and flash to block device
# get your storage block device, it maybe shown sdX
$ lsblk -d
sdb 8:16 0 232.9G 0 disk
# umount block device. Based on above example, <BLOCK_DEVICE> is sdb
$ sudo umount /dev/<BLOCK_DEVICE>?
# flash demo image into block device
$ sudo bmaptool copy <FILE.bz2> /dev/<BLOCK_DEVICE>NVMe storageWe recommand using 'SSD Enclosure Adapter' to transform NVMe SSD to USB block device.
-
Plug the storage back to device and boot.
Multiple storage connectedMake sure you select the right boot device in NVIDIA UEFI stage.