DPaul4
New Contributor
7 years agoError while loading rbf file from linux with overlay method
We are trying to load rbf using linux as per the method referenced in this blog
https://forum.rocketboards.org/t/load-fpga-rbf-from-device-tree-overlay-example/999/17
However we are getting the below error.
@socfpga:~# echo load_rbf.dtbo > /config/device-tree/overlays/test/path
[ 6126.498665] OF: overlay: of_build_overlay_info() failed for tree@/
[ 6126.504860] create_overlay: Failed to create overlay (err=-19)
-sh: echo: write error: No such device
The overlay dts file contents are as below
/dts-v1/ /plugin/;
/ {
fragment@0 {
target-path = "/soc/base-fpga-region";
#address-cells = <1>;
#size-cells = <1>;
overlay {
firmware-name = "de10_soc.rbf";
#address-cells = <1>;
#size-cells = <1>;
};
};
};