abnoname/iceZ0mb1e

iCE40-HX8K-EVN

n24bass opened this issue · 2 comments

Hello,

I am very interested in this project.
I tried it with the iCE40-hx8k-evn board, but it does not work as expected.
In the makefile, I changed from "TARGET = 5k" to "TARGET = 8k", no output from UART, no change LED status.
I would appreciate your advice.

Best regards.

Thanks for reporting. There seems to be an issue with larger used ROM. This problem has to be debugged soon. At this time I disabled some graphic functions inside the ssd1306 lib that I added later after testing the HX8K. Now the system is running as expected:

make clean && make fpga TARGET=8k && make flash TARGET=8k

Thanks for the advice. This program worked by removing ssd1306 routines. However, the behavior is quite unstable on my HK8K breakout board.