For v2.5 is there a way to have it load a bitstream during power-up like it did in prior versions of PYNQ?

If you really need bitstream to be loaded during boot, like the normal ways, you can comment out line 139,140, and 141 of:

However, you will need to make sure the fsbl, device tree, bitstreams, etc. are all consistent; otherwise it is prone to hanging.

1 Like