blob: 3d4b95a4041c14b75764381ec6dacae4c30d2771 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|