initial agnos-builder release

This commit is contained in:
Adeeb Shihadeh
2021-09-20 14:04:35 -07:00
commit 4e38c8f181
189 changed files with 23317 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash -e
cd "$(dirname "$0")"
scp output/boot.img tici:/tmp/
#scp output/snd-soc-*.ko tici:/usr/comma/sound/
#scp output/wlan.ko tici:/usr/comma
ssh tici "sudo dd if=/tmp/boot.img of=/dev/disk/by-partlabel/boot_a && sudo dd if=/tmp/boot.img of=/dev/disk/by-partlabel/boot_b && sudo reboot"