tinyCLUNX33
System on Module with CrosslinkU-NX
|
On top of the CrossLinkU-NX (LIFCL-33U
) FPGA chip provided by Lattice Semiconductor, tinyVision.ai provides:
tinyclunx33
providing a working base system featuring an USB stack, USB23 driver, an USB Video Class and everything needed to provide end-to-end connectivity with host application over USB3 such as a video feed.Being completely compatible with Zephyr, firmware for the tinyCLUNX33 can be built given extra configuration files and drivers, using the regular build process of Zephyr.
The firmware is run by the system loaded into the FPGA. First, there need to be an FGPA system image loaded into the tinyCLUNX33 flash.
This will contain the definition of the RISC-V CPU system described above, and the firmware will be able to start from address 0x00100000 of the flash. On Linux systems, this second part is handled by the west flash
command.
The FTDI chip present on the Devkit has the following roles:
The Zephyr system offers configurable log levels, which can be turned up and down from the prj.conf
file of each application.
Future versions of the SoC may integrate JTAG for GDB-based debugging.