This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

insmod CMEM invalid parameters

Hi,

When I try to load the cmemk on my BeagleBoard it fails:
# insmod cmemk.ko phys_start=0x85000000 phys_end=0x87000000 pools=20x4096
insmod: error inserting 'cmemk.ko': -1 Invalid parameters

I can only load it with the phys_start OR phys_end parameters, not pools:
# insmod cmemk.ko phys_start=0x85000000

Best regards.