Please view the Trizeps VIII FPGA page.
This page will only point out differences between Trizeps VIII and Trizeps VIII Nano FPGA.
...
http://gitlab.keith-koep.com/tr8firmware/tr8_fpga
Default Firmware | ssh://git@gitlab.keith-koep.com:30001/tr8firmware/tr8_fpga.git | master |
The Trizeps VIII can be equipped with a Lattice MachXO3 FPGA with either 640, 1300, 2100 or 4300LUT.
Programming
The FPGA may be programmed through JTAG using connector J401 (see datasheet for details) or in system through I2C.
In-System-Programming through I2C has not been verified yet.
MachXO3 FPGAs are available in two different programmable-versions:
Multi-Programmable: LCMXO3L up to 9 times programmable
Programmable Flash: LCMXO3LF 100.000 write/erase-cycles
Firmware
The Trizeps VIII is able to boot without any firmware programmed to the FPGA.
Customers may request access to the source-code of the firmware to modify it for their needs.
Default-Firmware
The following describes the current default-firmware, which is designed to offer best compatibility to previous Trizeps modules functionality and Seco baseboards.
I2C-Address: 0x41 (7bit) | ||||||
---|---|---|---|---|---|---|
Reg. | Name | Access | Description | Default-Value | ||
0x00 | I2C_REG_ID | read | Return ID-value | 0x61 | ||
0x10 | I2C_REG_DISPLAY | write |
| 0x00 | ||
0x20 | I2C_REG_PINMUX | write |
| 0x00 | ||
0xF0 | I2C_REG_VERSION | read |
| xx |
Read Version
The currently programmed version can be read in bootloader through:
Code Block |
---|
u-boot=> i2c dev 2
u-boot=> i2c md 0x41 F0.1 1 |
or in linux through:
Code Block |
---|
i2cget -f -y 2 0x41 0xf0 |
Versions prior to version 1 return „read failure“ on attempt to read register 0xF0.
Download
Date | Version | Description | Download | ||
---|---|---|---|---|---|
11.03.2021 | 1 |
| |||
27.11.2019 | none |
| |||
14.08.2019 | none |
| |||
17.07.2019 | none |
| |||
03.07.2019 | none |
| |||
26.04.2019 | none | Firmware for LCMXO3LF-2100E-6MG121C |