FPGA¶
Configure the FPGA with the default bit stream
cat /lib/firmware/fpga.bit > /dev/cpld
Read input level of the pins
fpga 0x0
Configure outputs via bit mask VALUE
fpga 0x8 VALUE
Enable outpus via bit mask VALUE
fpga 0x4 VALUE
Configure the FPGA with the default bit stream
cat /lib/firmware/fpga.bit > /dev/cpld
Read input level of the pins
fpga 0x0
Configure outputs via bit mask VALUE
fpga 0x8 VALUE
Enable outpus via bit mask VALUE
fpga 0x4 VALUE