Update Image
In JFrog Connect, you can use the Update Image step type to update edge device images at scale.
Prerequisites
SWUpdate File Example
software =
{
version = "1.0";
raspberrypi3 = {
hardware-compatibility: ["1.0"];
stable = {
copy1 : {
images: (
{
filename = "rootfs.img.gz";
sha256 = <sha256>;
type = "raw";
compressed = "zlib";
device = "/dev/mmcblk0p2";
}
);
};
copy2 : {
images: (
{
filename = "rootfs.img.gz";
sha256 = <sha256>;
type = "raw";
compressed = "zlib";
device = "/dev/mmcblk0p3";
}
);
};
}
}
}
Add a Step and Configure the Step Type

Agent Installation and Registration

SWUpdate Command (Optional)

Check Status of the Software Update

What’s Next?
Last updated
Was this helpful?

