I would like to use iMX6 in asymmetric mode (Windows EC7 + Linux). Is that anyhow possible? Marco
I would like to use iMX6 in asymmetric mode (Windows EC7 + Linux). Is that anyhow possible? Marco
These days I'm using Xilinx SoC to design a software, which shares memory between Cortex-A cores and FPGA.
I've tried reserve memory in Linux and mmap() /dev/mem. The problem is if I use O_SYNC, it very slow since
my software access every byte computed…