Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

Image Deployment to SD Card

The USB Image Tool can be used to deploy and backup full SD Card Images.

Simply extract the zip file, launch the program, select the drive you want to restore an image on and select a file to apply to the SD Card.
Some SD Cards can be slightly smaller than others, which can result in an error popping up saying that the image file is too large for the selected USB device. In this case it can help to check the “Truncate oversize image” and “Fix GPT after Restore” checkboxes in the options.

Image Deployment to eMMC

The tool can also be used to deploy linux images to onboard eMMC storage.

In order to do that simply connect the USB OTG port of your baseboard to your computer, connect the UART interface to your computer and stop the system from fully booting by holding escape on the serial interface while booting. The process should be stopped in the U-Boot bootloader.

You can pass the main partition of the eMMC to the computer via USB OTG by executing the following command in U-Boot:

run update_bl

A “Linux UMS Disk” storage device should show up in the USB Image Tool and an Image can be applied to it.

Note: The “run update_bl”-command is for SD-Card images that contain the bootloader. If you are using the bootloader on the eMMCs boot partition you can use the following command to deploy a new OS image (without bootloader) to the eMMCs main partition:

ums 0 mmc 0

  • No labels