Lukas Auer
Lukas Auer
Ping? The Travis CI failures seem to be unrelated to my patch.
I have updated my patch with your comments. Please let me know if it looks good to you now.
I fixed the boot process on the VC707 by removing the ethernet node from the device tree (`fpga/src/bootrom/ariane.dts`). Regenerate the bootrom afterwards by running `make all` inside `fpga/`. Regarding ethernet...
Make sure to also regenerate the bootrom after editing the device tree. You should see changes to `fpga/src/bootrom/bootrom.h` and `fpga/src/bootrom/bootrom.sv` afterwards.
@RaphaelKlink Good point, that should work. Please let us know if you get it working, that would be really helpful! :)
You are right, I didn't remember the directory correctly. `make all` should be run from `fpga/src/bootrom/`. This will just rebuild the bootrom, you will have to rebuild the bit file...