litehm2 icon indicating copy to clipboard operation
litehm2 copied to clipboard

LinuxCNC FPGA board port to LiteX

Results 4 litehm2 issues
Sort by recently updated
recently updated
newest added

Hi, I'm getting the following error when trying to compile the firmware for the 5a75b board ModuleNotFoundError: No module named 'litex.build.vhd2v_converter' there was also an error related to tx_write_only parameter...

Had a bit of trouble writing to SPI flash to begin with, found this command worked with a generic chinese usb-blaster. Haven't seen this in the readme or anywhere else,...

It appears that the pull request that added the tx_write_only parameter for add_ethernet() was later updated to a new argument format specifying txslots_write_only. See enjoy-digital/litex@7fa7a4c72a994955637cf13ac760c32e0845604a

Hello. I managed to compile and flash bit files in Linuxcnc 2.10, 2.9, 2.8. Works great. But I need Linuxcnc 2.7 to work in PathPilot. The bit file is flashed...