Forum Discussion
Altera_Forum
Honored Contributor
8 years agoKernel Panic programing fpga from Linux
Hello Community, I receive the following error when I want to program the fpga from Linux:
fpga_manager fpga0: writing fpga.rbf to Altera SOCFPGA FPGA Manager
Unable to handle kernel NU...
Altera_Forum
Honored Contributor
8 years agoI think I found a workaround.
This error is caused bydtc -O dtb -o /tmp/dtbo -@ "$DTSO_FILE"
cat /tmp/dtbo > /sys/kernel/config/device-tree/overlays/default/dtbo Piping the content of the dtbo seems not to work anymore. The solution is to pipe the name of the dtbo file to the path argument of device-tree overlay. dtc -O dtb -o /lib/firmware/dtbo -@ "$DTSO_FILE"
echo dtbo > /sys/kernel/config/device-tree/overlays/default/path