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.