Why does the preloader cause a kernel panic while booting from FPGA (when CONFIG_PRELOADER_EXE_ON_FPGA == 1)? - Why does the preloader cause a kernel panic while booting from FPGA (when CONFIG_PRELOADER_EXE_ON_FPGA == 1)? Description When the preloader is configured to boot from FPGA (CONFIG_PRELOADER_EXE_ON_FPGA == 1), the preloader will skip the bridge configuration and not pass the bridge configuration information to U-boot. Resolution To resolve this in U-boot, call the following command before calling “run bridge_enable_handoff”: setenv l3remap_handoff 0x19 As an example, the text of the U-boot commands (before U-boot header is added) can be the following: fatload mmc 0:1 soc_system.rbf; fpga load 0 ; setenv l3remap_handoff 0x19 run bridge_enable_handoff; run mmcload; run mmcboot; For more information regarding creating u-boot.scr files, please see the rocketboards documentation page. Custom Fields values: ['novalue'] Troubleshooting 0 False ['novalue'] ['FPGA Dev Tools Quartus II Software'] novalue No plan to fix ['Arria® V ST FPGA', 'Arria® V SX FPGA', 'Cyclone® V SE FPGA', 'Cyclone® V ST FPGA', 'Cyclone® V SX FPGA'] ['novalue'] ['novalue'] ['novalue'] - 2021-08-25

external_document