Skip to content

Commit

Permalink
add some helper scripts that i might need someday
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Sep 21, 2024
1 parent 79a1ffa commit fffc85a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions swap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
md5sum ../precursors/swap.img
sudo ../fomu-flash/fomu-flash -4 && sudo ../fomu-flash/fomu-flash -w ../precursors/swap.img && sudo ../fomu-flash/fomu-flash -r
cp ../precursors/swap.img .
3 changes: 3 additions & 0 deletions usbc_testjig.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
md5sum ../precursors/usbc_img.bin
sudo ../fomu-flash/fomu-flash -4 && sudo ../fomu-flash/fomu-flash -w ../precursors/usbc_img.bin && sudo ../fomu-flash/fomu-flash -r

0 comments on commit fffc85a

Please sign in to comment.