From 0d59486af5cf1f64018416e522e651655a734ce8 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 28 Dec 2021 19:19:56 +0100 Subject: [PATCH] read HAT ID eeprom --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9faaed2..293910d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # Trilby HAT ECP5 45k FPGA +This is my attempt at using open source tools to generate bitstream + Run `make prog` to load the example to the board. +## read HAT ID eeprom + +Add to config.txt: + +dtoverlay=i2c-gpio,i2c_gpio_sda=0,i2c_gpio_scl=1,bus=4 -- 2.20.1