--- Quote Start ---
originally posted by jay_1025@Apr 27 2006, 11:16 PM
hi hippo
i can detect the usb flash from booting messages that can't mount usb flash.
uclinux/nios ii
altera nios ii support © 2004 microtronix datacom ltd.
setup_arch: no persistant network settings signature at 00bf0000
built 1 zonelists
kernel command line:
pid hash table entries: 64 (order: 6, 1024 bytes)
dentry cache hash table entries: 2048 (order: 1, 8192 bytes)
inode-cache hash table entries: 1024 (order: 0, 4096 bytes)
memory available: 5968k/8192k ram, 0k/0k rom (1577k kernel code, 554k data)
mount-cache hash table entries: 512
net: registered protocol family 16
scsi subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
io scheduler noop registered
io scheduler deadline registered (default)
serial: jtag uart driver $revision: 1.4 $
ttyj0 at mmio 0x80c81120 (irq = 1) is a jtag_uart
dmfe_probe:eth0, 50000 khz nios
<dm9000> eth0 i/o: 80c81130, vid: 90000a46
addr: 00:07:ed:00:00:00
dmfe_probe:eth1, 50000 khz nios
usbmon: debugfs is not available
driver isp1362-hcd, 2005-04-04
isp1362-hcd isp1362-hcd: isp1362 host controller
isp1362_hc_reset:
isp1362-hcd isp1362-hcd: new usb bus registered, assigned bus number 1
isp1362-hcd isp1362-hcd: irq 4, io mem 0x80c810d0
isp1362_hc_start:
isp1362-hcd isp1362-hcd: isp1362 memory usage:
isp1362-hcd isp1362-hcd: istl: 2 * 256: 512 @ $0000:$0100
isp1362-hcd isp1362-hcd: intl: 16 * ( 64+8): 1152 @ $0200
isp1362-hcd isp1362-hcd: atl : 32 * ( 64+8): 2304 @ $0680
isp1362-hcd isp1362-hcd: used/free: 3968 128
usb usb1: configuration# 1 chosen from 1 choice
hub 1-0:1.0: usb hub found
hub 1-0:1.0: 2 ports detected
isp1362 host controller, irq 4
initializing usb mass storage driver...
usbcore: registered new driver usb-storage
usb mass storage support registered.
net: registered protocol family 2
ip route cache hash table entries: 128 (order: -3, 512 bytes)
tcp established hash table entries: 512 (order: -1, 2048 bytes)
tcp bind hash table entries: 512 (order: -1, 2048 bytes)
tcp: hash tables configured (established 512 bind 512)
tcp reno registered
tcp bic registered
net: registered protocol family 1
net: registered protocol family 10
ipv6 over ipv4 tunneling driver
net: registered protocol family 17
freeing unused kernel memory: 436k freed (0x19c000 - 0x208000)
init started: busybox v1.1.1-pre0 (2006.04.20-12:52+0000) multi-call binary
usb 1-2: new full speed usb device using isp1362-hcd and address 2
usb 1-2: configuration# 1 chosen from 1 choice
scsi0 : scsi emulation for usb mass storage devices
busybox v1.1.1-pre0 (2006.04.20-12:52+0000) built-in shell (msh)
enter 'help' for a list of built-in commands.
# vendor: sigmatel model: mscn rev: 0001
type: direct-access ansi scsi revision: 04
# mount -t vfat /dev/sda1 /mnt
mount: mounting /dev/sda1 on /mnt failed: no such device# mount -t vfat /dev/hda1 /mnt
mount: mounting /dev/hda1 on /mnt failed: no such device#
thank in advance !
jay
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14766)
--- quote end ---
--- Quote End ---
There isn't sda or sda1 detected.
Did you select scsi disk , and usb mass storage in kernel config?