Altera_Forum
Honored Contributor
9 years agoAdd python-numpy to Yocto build
I am using an Altera Cyclone V SoC dev board playing with OpenCL for the FPGA. I running my Yocto builds with CentOS 6.3 inside VirtualBox.
I have followed the instructions on rocketboards (https://rocketboards.org/foswiki/view/documentation/alterasocdevelopmentboardyoctogettingstarted) and succesfully build an image that boots and runs on the board no problem; but now I want to modify the build. I would like to have python-numpy and OpenCL on the board but I am having trouble figuring out the correct packages and recipes and where to put the files. Any help getting numpy and OpenCL on my board is greatly appreciated :) p.s. I also noted that the serial console from prebuilt SD card image ran at 115200 baud and the image I built ran at 57600... not sure where to put the SERIAL_CONSOLES variable to change that either.