Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ebank

Pages: [1]
1
5x00 General discussions / 5600 As A Usb Drive
« on: December 16, 2005, 07:21:39 am »
From the Watapon Web Site:
http://www.duelmonsters.ca/zaurus/

Kernel
2.4.18-rmk7-pxa3-embedix
Standard 5600 Config
XScale Cache Workaround DISABLED (effectively doubles processor speed compared to default kernel -- may cause minor instability, although I haven't noticed much -- only with some movies and some games)

2
5x00 General discussions / 5600 As A Usb Drive
« on: December 15, 2005, 08:11:06 pm »
Greg,
Please attach it.  Can you also post the scripts you use?
Or if you don’t use scripts, what parameters you use?
Can you also describe what you mean by ‘some luck’?

Thanks
Ed

3
5x00 General discussions / 5600 As A Usb Drive
« on: December 15, 2005, 01:37:00 pm »
Quote
I think your using the wrong storage module?

This is the one I have had 'some' luck with on a 5600:
Code: [Select]
filename:       storage_fd.o
kernel_version: 2.4.18-rmk7-pxa3-embedix
author:         kabata@kyoto-cti.co.jp
description:    USB Device Mass Storage Function
parm_vendor_id: i
parm_product_id:i
parm_out_pkt_sz:i
parm_in_pkt_sz: i
parm_desc_vendor_id:vendor id
parm_desc_product_id:product id
kernel_version: 2.4.18-rmk7-pxa3-embedix
parm_storage_device:s

It 'was' in one of the old threads that lardman posted links to. I believe that the other one was for the sa1100?

Greg
[div align=\"right\"][a href=\"index.php?act=findpost&pid=107194\"][{POST_SNAPBACK}][/a][/div]
Greg, Could you post the output of modparm for your pxa_bi.o?

4
5x00 General discussions / 5600 As A Usb Drive
« on: December 15, 2005, 09:47:17 am »
Here is the results from modinfo:
Code: [Select]
bash-2.05# /sbin/modinfo /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/bi/pxa_bi.o
filename:    /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/bi/pxa_bi.o
description: "Xscale USB Device Bus Interface"
author:      "sl@lineo.com, tbr@lineo.com"
parm:        dbg string

I also ran modinfo on storage_fd.o:
Code: [Select]
filename:    /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/strage_fd/storage_fd.o
description: "USB Device Mass Storage Function"
author:      "Shunnosuke kabata"
parm:        vendor_id int, description "vendor id"
parm:        product_id int, description "product id"
parm:        out_pkt_sz int
parm:        in_pkt_sz int
parm:        storage_device string
Is it possible to use the packet parms in here as a substitute for the missing ones in pxa_bi.o?

5
5x00 General discussions / 5600 As A Usb Drive
« on: December 14, 2005, 03:54:39 pm »
See attached JPG for the windows XP error.  Basically it says that it is a Unknown USB storage device.

Maybe the parameters are named slightly different?

6
5x00 General discussions / 5600 As A Usb Drive
« on: December 13, 2005, 03:57:11 pm »
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

7
Accessories / Case Suggestions
« on: October 19, 2005, 11:54:04 am »
I Use This:

http://www.niteize.com/productdetail.php?c...69f95c110dce4c8

I Picked it up at Comp-USA, fits my 5600 perfectly, I can even plug in the charger without removing it from the case.

8
User Request for Applications / Crack Attack
« on: April 12, 2004, 12:08:48 pm »
Can someone try porting this addictive game to so I ca play on the Zaurus?

9
Is there a way to check the cpu version without opening the case?
This is the output from cpuinfo:
# cat /proc/cpuinfo
Processor       : Intel XScale-PXA250 rev 4 (v5l)
BogoMIPS        : 397.31
Features        : swp half thumb fastmult edsp
CPU implementor : 0x69
CPU architecture: 5TE
CPU variant     : 0x0
CPU part        : 0x290
CPU revision    : 4
Cache type      : undefined 5
Cache clean     : undefined 5
Cache lockdown  : undefined 5
Cache unified   : harvard
I size          : 16384
I assoc         : 16
I line length   : 32
I sets          : 32
D size          : 16384
D assoc         : 16
D line length   : 32
D sets          : 32

Hardware        : SHARP Poodle
Revision        : 0000
Serial          : 0000000000000000

The rom I’m using hasn’t caused me any problems.
zImage_Sharp5600-ROMv1.00_Preemptive-Wireless-Ext-No-PXA250-.bin

Pages: [1]