Closed bishopdynamics closed 6 months ago
I started digging into pyamlboot and realized we could use it to replace bin/update.
bin/update
I re-implemented scripts/upload-kernel.sh in python as an example, and posted it here
scripts/upload-kernel.sh
Thanks, in this repo we will continue using the host binary. But good work!
I started digging into pyamlboot and realized we could use it to replace
bin/update
.I re-implemented
scripts/upload-kernel.sh
in python as an example, and posted it here