Balena running on Jetson Nano is it possible to alternate boot from a SSD

Hello All,

Currently we are running Balena on a Jetson Nano (JN30B) in which we load Balena on to eMMC memory and sometime we have an issue with booting so would it be possible to force boot Balena from a SSD attached to the Jetson Nano through USB to allow us to access the eMMC instance and diagnose issues.

Hi, unfortunately booting from non-eMMC media is not something currently supported. The usually way to debug early boot issues is to attach a serial console and do a custom build of the OS with the OS_DEVELOPMENT variable set in the conf/local.conf file of the build project.