Welon Tank
Welon Tank
Hi, @kutenai 1. you can write the image to a micro sd card. delete the sd card 3rd partition , then enlarge 2rd partition and make the 3rd partition (fat...
@kutenai yes, you are right. the 3rd partition is for perloader and boot. 1.you can delete 1rd partition, expand the 2rd partition , then make 1rd partition again.  2...
@kutenai have you install gcc-arm-linux-gnueabihf and set the ARCH and CROSS_COMPLIE? ``` sudo apt install u-boot-tools gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libncurses5-dev make lsb uml-utilities git git clone https://github.com/thinkoco/linux-socfpga.git cd linux-socfpga git checkout...
@kutenai late reply, 1. you can remove the altvipfb diver modprobe in /etc/rc.local ( c5soc_opencl_lxde_fpga_reconfigurable.img) 2. using the memory mapping (/dev/mem), you can map the vip core address to user...
@Shahnewaz-rvis Hi, late reply 1. there is no sdl2, you can buid the opencl host on sdcard directly after boot the de1-soc. source the 17.1 runtime on terminal, install the...
@Shahnewaz-rvis Hi, yes, cross compiling is a way to solve the issue. Sometimes, the version and the configuration of library that you build may not be equal to those in...
Hi, @Shahnewaz-rvis 1. [here](https://github.com/thinkoco/c5soc_opencl/blob/master/documents/HowToBuildBSP.md) is a way to add the PIO to the opencl BSP, and you can control it in opencl host. 2. you can install the opencv on...
@Shahnewaz-rvis sorry, I don't know the resources.
@wei-lin-liao I don't know much about binocular cameras.Is it UVC Standard Compatibility? If it is,there may be vedio0 and vedio1 in your /dev path. If the driver is special,you may...
@InBetweenNames Hi, It has not been tested on Quartus 19.1 now ,but you can try it. If the interfaces between soc and FPGA are the same in OpenCL hardware templete...