thank's Joe,
Nothing shown in dmesg I guess ...
Linux version 2.4.26-ts9 (gcc version 3.3.4) #1 Tue
Oct 25 15:30:14 MST 2005
CPU: Arm920Tid(wb) revision 0
Machine: ep9301
On node 0 totalpages: 2048
zone(0): 2048 pages.
zone(1): 0 pages.
zone(2): 0 pages.
On node 1 totalpages: 2048
zone(0): 2048 pages.
zone(1): 0 pages.
zone(2): 0 pages.
On node 2 totalpages: 2048
zone(0): 2048 pages.
zone(1): 0 pages.
zone(2): 0 pages.
On node 3 totalpages: 2048
zone(0): 2048 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: console=ttyAM0,115200 root=/dev/mtdblock1
Relocating machine vectors to 0xffff0000
Console: colour dummy device 80x30
Calibrating delay loop... 99.94 BogoMIPS
Memory: 8MB 8MB 8MB 8MB = 32MB total
Memory: 28524KB available (1303K code, 343K data, 72K init)
Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
CPU: Testing write buffer: pass
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
devfs: v1.12c (20020818) Richard Gooch
devfs: boot_options: 0x1
JFFS2 version 2.2. (C) 2001-2003 Red Hat, Inc.
ttyAM0 at MMIO 0x808c0000 (irq = 52) is a AMBA
ttyAM1 at MMIO 0x808d0000 (irq = 54) is a AMBA
ttyAM2 at MMIO 0x808e0000 (irq = 55) is a AMBA
pty: 1024 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ enabled
rtc: no TS-5620 RTC detected.
ep93xx_eth() version: ep93xx_eth.c: V1.0 09/04/2003 Cirrus Logic
about to do sbc_setinfo
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 50MHz system bus speed for PIO modes; override with
idebus=xx
Technologic Systems TS-7XXX IDE initialization - driver version 1.3,
6/21/04.
hda: SanDisk SDCFH-1024, CFA DISK drive
ide0 at 0x8d000000-0x8d000007,0x88400006 on irq 32
hda: attached ide-disk driver.
hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_no_data_intr: error=0x04 { DriveStatusError }
hda: 2001888 sectors (1025 MB) w/1KiB Cache, CHS=1986/16/63
Partition check:
/dev/ide/host0/bus0/target0/lun0: [PTBL] [993/32/63] p1
TS-7200 flash: Found 1 x16 devices at 0x0 in 16-bit bank
Intel/Sharp Extended Query Table at 0x0031
Using buffer write method
cfi_cmdset_0001: Erase suspend on write enabled
0: offset=0x0,size=0x20000,blocks=128
Creating 3 MTD partitions on "TS-7200 flash":
0x00000000-0x00020000 : "TS-BOOTROM"
0x00020000-0x00e20000 : "Linux"
0x00e20000-0x01000000 : "RedBoot"
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NetWinder Floating Point Emulator V0.97 (double precision)
VFS: Mounted root (jffs2 filesystem).
Mounted devfs on /dev
Freeing init memory: 72K
enable_irq(39) unbalanced from c02d18f0
$
It seems that's something is wrong in the system od my board,
checking modules with lsmod gives
$ lsmod
Module Size Used by Not tainted
vfat 10140 0 (unused)
fat 29608 0 [vfat]
Now trying to load USB stuff with loadUSBModules.sh , my system
freezees ...
$ more loadUSBModules.sh
insmod usbcore
insmod pcipool
insmod usb-ohci
insmod usb-ohci-ep93xx
insmod scsi_mod
insmod sd_mod
insmod usb-storage;
It freezees trying to load the first insmod usbcore,
it also freezees trying a modprobe usbcore so I can't
even reach the point needed to mount something
--- In Joe Bouchard <> wrote:
>
> On Wed, Aug 30, 2006 at 07:37:10PM -0000, Arturo Borquez wrote:
> > Hi all,
> > I want to use a USB memory stick such as the kingston memory traveller
> > or something similar. I have a ts-7200 booting from internal flash and
> > I guess that I don't have the kernel modules required.
> >
> > so my questions are
> > - what driver or kernels modules I need and where to download
> > - what changes I need to load the modules at startup
> > - how to mount the device
>
> On my TS-7200 I was able to do it without much hassle. You may need
to "insmod
> usb-storage" to load that module. Frequently these devices will be
show up as
> /dev/sda1, but not always. Plug in the usb device and type "dmesg"
and at the
> end you should see a message something like "found usb
device...blah... sda".
> If so then "mount -t vfat /dev/sda1 /mnt" and then you can see the
filesystem on
> mount point /mnt. When you get done, be sure to umount it before
you pull it
> out.
>
> The tradititional (perhaps obsolete) way to specify modules to load
at boot time
> was to put a line in /etc/modules. If you put it there and it
works, good for
> you. If not, "the debian way" is to use a system called
"update-modules" which
> manages it, but I doubt they do that on the mini filesystem on the
flash.
>
> To make it permanent, "mkdir /thumbdrive" (or whatever you want to
call it) and
> add it to /etc/fstab about like so:
> /dev/sda1 /thumbdrive vfat defaults 0 0
>
> Hope that helps.
> Joe
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|