You've already forked ATOM-and-Module-Display-FPGA-Source
mirror of
https://github.com/m5stack/ATOM-and-Module-Display-FPGA-Source.git
synced 2026-05-20 10:59:51 -07:00
ATOM Display test firmware
Requirements
platformioShell command- RLE compressed FPGA bitstream
- You can generate it by running
makewithin a GOWIN EDA project directory. (eda/atomdisplay)
- You can generate it by running
- GOWIN EDA 1.9.8 or above (if you want to re-generate bitstream.)
How to run the test firmware.
- Connect ATOM Display to the host PC and HDMI display.
- Check the device name of the ATOM Display. (e.g.
/dev/ttyACM0) - Modify
upload_portandmonitor_portlinese in theplatformio.inito the device name of ATOM Display. - run
makeat thetestdirectory.
