|
我下的是2.6.13版本的内核,在进行TQ2440手册上3.6.4测试USB移动存储设备实验的时候,出现了下面的问题。我操作的具体步骤如下:
1.连上串口,USB下载线。
2.打开超级终端。
3.开发板开机,进入Linux系统。
4.当超级终端出现[root@EmbedSky /]# 命令提示符后,在开发板上插上U盘。
5.超级终端出现如下提示信息,说U盘无法识别。
[root@EmbedSky /]# request IOCTL -2147201009
usb 1-1: new full speed USB device using s3c2410-ohci and address 5
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: USB Model: 2.0 Rev: 8.00
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 4194304 512-byte hdwr sectors (2147 MB)
sda: Write Protect is off
sda: assuming drive cache: write through
SCSI device sda: 4194304 512-byte hdwr sectors (2147 MB)
sda: Write Protect is off
sda: assuming drive cache: write through
/dev/scsi/host0/bus0/target0/lun0:<7>usb-storage: queuecommand called
unknown partition table
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
6.由于不知道问题出现的原因,继续按照手册敲下mount /dev/scsi/host0/bus0/target0/lun0/part1 /mnt/
指令,我知道肯定挂载不上,这一步就是像验证一下。把part1改为unknown partition table,也会提示mount: Can't find /dev/scsi/host0/bus0/target0/lun0/unkown in /etc/fstab的出错信息。
请问:在这个过程中,我出错的原因是什么?是操作步骤有问题,还是因为别的环境参数的设置问题。U盘肯定是好使的。
PS:怎么从PC往开发板里传文件?我一直拿开发板跟能通过数据线跟PC连接的手机对比,想往开发板里传几首歌曲。 |
|