I am trying to set up my 5600 with the Watapon (sharp based) rom to act as a usb drive as described here:
http://people.bath.ac.uk/enpsgp/Zaurus/binaries/ (bottom of the page).
I do have a CF memory card plugged in.
Output from lsmod Before running the script.
bash-2.05# /sbin/lsmod
Module Size Used by
pxa_bi 21328 0 (unused)
net_fd 25024 1
usbdcore 34544 0 [pxa_bi net_fd]
registers 26416 0 (unused)
usbdmonitor 5248 0
sharp_mmcsd_m 26256 2
When I run the script start_storage.sh, it looks like it runs fine until the last line:
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/bi/pxa_bi.o shortpacket=1 recvpacket=256
Which throws this error:
Invalid parameter parm_shortpacket
If I remove the parameter shortpacket, I get:
Invalid parameter parm_recvpacket
If I also remove the recvpacket parameter, I don’t get any errors, but then when I try to connect it to my PC, It sees the usb device, but it doesn’t know what it is.
Do I need a different pxa_bi.o?
Can someone tell me how to get the correct one?
Is there something I am overlooking? I would really like to get this to work.
Thanks
Ed