I’ve flashed my jetson nano with the flash tool from the L4T Driver Package with the command : “./flash.sh jetson-nano-qspi mmcblk0p1”
I also generated a custom image for the jetson nano with Yocto and Mender :
MACHINE = Jetson-nano-qspi-sd
DISTRO = tegrademo-mender
VERSION = dunfell-l4t-r32.4.3
IMAGE=demo-image-base
But my problem is :
During the flash procedure, a Uboot was copy on the Jetson emmc. But I’ve my own Uboot on my sd card and I want the jetson nano to use it instead of the u-boot from its emmc.
How can I force the jetson nano to use the U-Boot from the sd card instead of its emmc ?