I need to increase the size of the frame buffer, currently supports 1280x3072 only. I used the LINUXEZSDK-BONE: Linux EZSDK for BeagleBone, Beaglebone Black v01.00.00 to build the kernel. Using the menuconfig option I donot get any way to modify the CONSISTENT_DMA_SIZE which used to be there in earlier versions.
I also tried changing the vram and omaplfb.vram in uEnv.txt.
Even after that, when I use the fbset command for larger resolutions it shows an error " Invalid Argument".
What i need is large buffer to load around 60 images together and then accessing them separately, so I need a buffer as large as 1280x65336.
I would be really grateful if someone helps me out with this problem.