Add scripts - usb monitor and iso writer
All checks were successful
Build documentation / build-and-deploy (push) Successful in 29s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 29s
This commit is contained in:
5
aux/usb_monitor.sh
Executable file
5
aux/usb_monitor.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
picocom -b 38400 --imap lfcrlf --omap crlf /dev/ttyUSB0
|
||||
8
aux/write_iso.sh
Executable file
8
aux/write_iso.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Requires sudo
|
||||
# USAGE: ./aux/write_iso.sh /dev/sda
|
||||
|
||||
set -x
|
||||
|
||||
dd if=./mop3.iso of="$1" bs=4M status=progress conv=notrunc,sync && sync
|
||||
Reference in New Issue
Block a user