I have NAND device connected to GPMC1, FPGA device connected to GPMC2.
NAND flash has MTD, UBIFS system.
I use mmap to access FPGA directly through user space.
When I run one task to access FPGA, it is ok.
When I copy file to NAND file system it is ok.
But If the first task running to access the FPGA all the time on the background, when I did copy file to flash by shell command, I see the Unhandled fault error, and my background tasks are killed.
Any ideas?
Thank you !
Jin