You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For that MACHINE, yes, that's correct. I have it configured for testing my encrypted rootfs partition setup with Mender updates, which requires an installer image to prepare the eMMC partitions.
Build tegra-sysinstall to get a tegraflash package with the installer. When it boots, run tegra-sysinstall <rootfs-tarball> <dataimg-tarball>. The two tarballs (which should come from a build you've done of a regular image) can either be local (scp them to the device beforehand), or fetchable via http. If the installer is successful, it will automatically reboot into the installed image, and from that point forward you use Mender to do updates.
Note that for the partition encryption to work properly, you'll have to generate an EKS keyblob using the KEK2 encryption key that you have programmed into your TX2 and replace the keyblob in the distro (which was generated for my fused TX2).
Hi @madisongh
I'm testing the test-distro build for the zeus-mender-l4t-r32.3.1 branch on a Jetson TX2 (MACHINE=jetson-tx2-cboot).
Build the image is OK but I did not find the tegraflash package *.tegraflash.zip in the deploy directory.
Is this the right behavior ? or I missed something in the conf/local.conf file?
Here the steps to build the image
My conf/local.conf:
Thank you for your help.
The text was updated successfully, but these errors were encountered: