LaksCEO wrote:
>
> INIT: version 2.85-ts1.01 booting
>
> http://www.embeddedarm.com
>
> email:
>
> devfsd v1.3.25 started for /dev
>
> now mounting /proc
>
> mounting local filesystems (in fstab)
>
mount -a has been run here
>
> sdcard0: Technologic Systems SD card controller, address 0x13000000
>
> sdcard0: no SD card option present on this board
>
Even before the SD controller has been inited, go figure...
>
> TS-UART/7260 did not detect a TS-7260 board
>
> setting system clock
>
> Tue Apr 22 11:48:32 UTC 2008
>
> ./etc/rc.d/rc.local: 1: !/bin/sh: not found
>
As Charlie pointed out, ^^^^^ here's the error with your rc.local, it
should be #!/bin/sh
>
> Using /lib/modules/2.4.26-ts11/kernel/drivers/usb/usbcore.o
>
> usb.c: registered new driver usbdevfs
>
> usb.c: registered new driver hub
>
> Using /lib/modules/2.4.26-ts11/kernel/arch/arm/common/pcipool.o
>
> Using /lib/modules/2.4.26-ts11/kernel/drivers/usb/host/usb-ohci.o
>
> Using
> /lib/modules/2.4.26-ts11/kernel/drivers/usb/host/usb-ohci-ep93xx.o
>
> usb-ohci.c: USB OHCI at membase 0xe0020000, IRQ 56
>
> usb.c: new USB bus registered, assigned bus number 1
>
> hub.c: USB hub found
>
> hub.c: 3 ports detected
>
Ah, now we've loaded USB, after rc.local has run.
>
> Using /lib/modules/2.4.26-ts11/kernel/drivers/scsi/scsi_mod.o
>
> SCSI subsystem driver Revision: 1.00
>
> Using /lib/modules/2.4.26-ts11/kernel/drivers/scsi/sd_mod.o
>
> Using
> /lib/modules/2.4.26-ts11/kernel/drivers/usb/storage/usb-storage.o
>
> Initializing USB Mass Storage driver...
>
> usb.c: registered new driver usb-storage
>
> USB Mass Storage support registered.
>
-SNIP-
>
> scsi0 : SCSI emulation for USB Mass Storage devices
>
> Vendor: SanDisk Model: Cruzer Micro Rev: 0.3
>
> Type: Direct-Access ANSI SCSI revision: 02
>
> Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
>
> SCSI device sda: 1000944 512-byte hdwr sectors (512 MB)
>
> sda: Write Protect is off
>
> Partition check:
>
> /dev/scsi/host0/bus0/target0/lun0:Setting hostname.... p1
>
There, now the USB key has been recognised. Either a) move the module
loading so it happens sooner in the system startup or b) move rc.local
in rcS.sysinit so that it's the last thing run. b) is the more
"correct" way.
Jason
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|