HowToPushImagesViaSerial - norikuro/Armadillo-IoT GitHub Wiki

How to push images via USB serial

connect Armadillo IoT GW to your laptop via USB serial

use folloing command on ATDE console

push hermit image

hermit download --input-file loader-armadillo-iotg-std-v3.6.0.bin --region bootloader --force-locked --port /dev/ttyUSB0

push kernel image

hermit download --input-file linux.bin.gz --region kernel --force-locked --port /dev/ttyUSB0

push userland image

hermit download --input-file romfs.img.gz --region userland --force-locked --port /dev/ttyUSB0