Working sound setup for raspis
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get -y install dfu-programmer
|
||||
|
||||
dfu-programmer atmega32u4 erase
|
||||
dfu-programmer atmega32u4 flash TPUARTtransparent.hex
|
||||
dfu-programmer atmega32u4 reset
|
||||
|
||||
|
||||
Reference in New Issue
Block a user