add emu and watcher script too

This commit is contained in:
Torsten Ruger 2018-05-01 16:15:04 +03:00
parent e39a0957d7
commit 3b6ff3d94f
3 changed files with 2 additions and 0 deletions

1
bin/pi_qemu.sh Executable file
View 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
View File

@ -0,0 +1 @@
fswatch -o . | xargs -n1 -I{} ./bin/sync_rubyx.sh