add emu and watcher script too
This commit is contained in:
parent
e39a0957d7
commit
3b6ff3d94f
1
bin/pi_qemu.sh
Executable file
1
bin/pi_qemu.sh
Executable file
@ -0,0 +1 @@
|
||||
qemu-system-arm -kernel pi/kernel-qemu-4.9.59-stretch -dtb pi/versatile-pb.dtb -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append 'root=/dev/sda2 panic=1 rootfstype=ext4 rw' -hda pi/raspbian-stretch-lite.qcow -net nic -net user,hostfwd=tcp::2222-:22
|
1
bin/watch.sh
Executable file
1
bin/watch.sh
Executable file
@ -0,0 +1 @@
|
||||
fswatch -o . | xargs -n1 -I{} ./bin/sync_rubyx.sh
|
Loading…
Reference in New Issue
Block a user