<keesj1>
so.. still in a bit of a struggle to get things working again
<keesj1>
I was able to build a new version and flash the bios.bin in the user partition and get it booting (tinyfpga is a bit small)
<keesj1>
tried uploading litex_bare_metal_demo over the serial (also tried flashing it) but that one does not work.
<keesj1>
Best for me would be to be able to modify the bios.bin file (prefferably not inline) but by coping it to my project
<keesj1>
but the makefiles for bios.bin are designed to build in -tree
<keesj1>
at the same time litex_bare_metal_demo does copy the files to the user project but in my case the code is not working (I don't know why)
<keesj1>
I also just copied the bios directory and started modifying the Makefile but also there I am getting stuck. the program does compile (.o files) but the elf is not generated