Scripts used to demonstrate various kas builds
pip3 install kas
project=<see project list below>
branch=master
mkdir build-${project}-${branch}
cd build-${project}-${branch}
kas build --update ../kas/${project}-${branch}.yml
where ${project} is a specific kas configuration to demo
from the list of .yml files in the kas subdir
and outlined below
A demo of the Swupdate for NVIDIA Tegra layer from tegra-demo-distro. See the README there for details.
A demo of the swupdate-oe4t project with the addition of a read only rootfs with overlay and /data partition for non-volatile storage.