Mounting a larger file system on the FPGA board
Created by: janhoogerbrugge
Hi,
I want to run some benchmarks on the FPGA board. How to get these on the FPGA board? If I follow the procedure on https://github.com/pulp-platform/ariane-sdk, then the first partition is too small and if I make it larger then it does not fit anymore in memory when it loaded with rootfs. So, I want to use the second partition of the sdcard. But how to mount this partition on the board. Is there something still necessary in the RTL code to access the sdcard or does something in the kernel to be configured?
Regards, Jan