Forum Discussion
Altera_Forum
Honored Contributor
9 years agoThanks The Smith,
I have already read it, the examples run successfully using pre-built linux provided by the constructor. but I have a custom Linux (built by compiling the kernel and file system using buildroot). I added the RTE to the board, I have recompiled the aclsoc_drv.ko successfully. In the board I can load the init_opencl.sh, and execute 'aocl diagnose' without any problem, the device /dev/acl0 exists. But when I want to program my FPGA using 'aocl program /dev/acl0 file.aocx' it can not find the /sys/class/fpga-bridge and /sys/class/fpga/ directory, I found instead /sys/class/fpga-manager ??? Thanks