Hi,
The BSP version that was used to create the file in flash must match the BSP version that you have installed on the host.
You need to update the flash with the base.aocx file for the BSP you have installed on your host.
Because you can't use the software utilities at this point (because of the firmware mismatch), you will need to update the flash via JTAG.
Power the host down
Connect USB-Blaster REV-C to 385 board and host
https://www.youtube.com/watch?v=mggkjwetwsq https://www.youtube.com/watch?v=fvvwpibwimo Connect the USB cable to the host
Power up the host
When in OS, browse to BSP location; for example: /opt/altera/15.0/hld/boards/nalla_pcie/hardware/p385_hpc_d5
Run the perl script to update the flash: "perl flash_recovery.pl base.aocx"
This will take around 20min, when finished power down the host (a reboot will not be enough)
Power up the host
When in OS, run "aocl diagnose acl0" to verify everything is OK
Thanks