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...
No, the addresses are always interpreted correctly. I am not sure what the underlying problem is. Could be because there are mixed data types (signed and unsigned integers in this...
We are waiting for QEMU 7.0 to be released, which should be soon (currently it's at rc1).
Sorry for the delay, this is currently planned for next month.