no2bootloader
no2bootloader copied to clipboard
USB DFU bootloader gateware / firmware for FPGAs
Is it possible to port bootloader to ICE5LP4K FPGA, main problem is that this chip does not have SPRAM at all, then question is will the RISC-V run on BRAM,...
I had luck with riscv-none-elf though, which replaced it. Work-around(s) follows: - Used XPM to install https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack (following current instructions there), into a fake project at `/opt/xPacks/`, I.E. ```bash cd...
I'm trying to use no2bootloader on the tinyFPGA board, which has an 8k chip in a cm81 package. The build fails with: make DEVICE=lp8k PACKAGE=cm81 BOARD=TinyFPGA-BX CROSS=riscv-none-elf- bootloader Info: Packing...