diff options
author | Martin Stensgård <mastensg@mastensg.net> | 2025-04-13 20:49:55 +0200 |
---|---|---|
committer | Martin Stensgård <mastensg@mastensg.net> | 2025-04-13 20:49:55 +0200 |
commit | 51b46c7f766f932d359113c5456dc8ed9bfae3dd (patch) | |
tree | 8c04a06eb7d6ad05fa6b1dbf70c7ab10d843d36d /README | |
parent | a6a14060495fdf1765a4e3e56f1c1d19a9d5ef46 (diff) |
PCM to UART
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,3 +3,10 @@ Gate Array Learn apt install yosys fpga-icestorm nextpnr-ice40 verilator flashrom make doas make load + +Raspberry Pi UART + Enable serial communication in raspi-config. + +UART + stty -F /dev/ttyUSB1 1000000 raw cs8 + hexdump -ve '1/1 "%u\n"' /dev/ttyUSB1 | pv > pcm.txt |