Flash Demo Image
Flash demo image steps
-
Download TechNextion 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.
-
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.
Update UEFI firmware
When Jetpack version is changed or modify kernel, you also need to update UEFI firmware.
If UEFI firmware and system image is not matched, device can't boot up.
Please refer Update UEFI firmware from demo image