本帖最后由 bigflower 于 2015-2-15 14:29 编辑
这是通过mfgtool烧写到sd卡时的错误,我个人觉得是数据位数的关系,因为原来的内核的sd3是8位的
DVFS driver module loaded
regulator_init_complete: PFUZE100_VGEN6: incomplete constraints, leaving on
regulator_init_complete: PFUZE100_VGEN3: incomplete constraints, leaving on
regulator_init_complete: PFUZE100_VGEN2: incomplete constraints, leaving on
regulator_init_complete: PFUZE100_VGEN1: incomplete constraints, leaving on
regulator_init_complete: SPKVDD: incomplete constraints, leaving on
snvs_rtc snvs_rtc.0: setting system clock to 1970-01-01 00:00:00 UTC (0)
Freeing init memory: 200K
Starting UTP
ln: /etc/mtab: File exists
disable turn off display
Starting the hotplug events dispatcher udevd
Synthesizing initial hotplug events
udevd (1993): /proc/1993/oom_adj is deprecated, please use /proc/1993/oom_score_adj instead.
g_file_storage gadget: high speed config #1
uuc 0.4 [built Aug 16 2013 01:24:08]
UTP: Waiting for device to appear
UTP: file/device node /dev/utp already exists
cpu_id is 0
UTP: received command 'send'
UTP: sending Success to kernel for command send.
UTP: received command '$ tar xf $FILE '
UTP: executing "tar xf $FILE "
UTP: sending Success to kernel for command $ tar xf $FILE .
utp_poll: pass returned.
UTP: received command '$ sh mksdcard.sh /dev/mmcblk1'
UTP: executing "sh mksdcard.sh /dev/mmcblk1"
1+0 records in
1+0 records out
1024 bytes (1.0KB) copied, 0.000185 seconds, 5.3MB/s
Warning: /dev/mmcblk1 is not a block device
Disk /dev/mmcblk1: cannot get geometry
Disk /dev/mmcblk1: 0 cylinders, 255 heads, 63 sectors/track
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/mmcblk1: unrecognized partition table type
Old situation:
No partitions found
New situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End MiB #blocks Id System
/dev/mmcblk1p1 7+ 7- 0 0 83 Linux
/dev/mmcblk1p2 0 - 0 0 0 Empty
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
Warning: partition 1 has size 0 but is not marked Empty
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
Successfully wrote the new partition table
Re-reading the partition table ...
BLKRRPART: Inappropriate ioctl for device
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
UTP: sending Success to kernel for command $ sh mksdcard.sh /dev/mmcblk1.
utp_poll: pass returned.
UTP: received command 'send'
UTP: sending Success to kernel for command send.
UTP: received command '$ dd if=$FILE of=/dev/mmcblk1 bs=1k seek=1 skip=1 conv=fsync'
UTP: executing "dd if=$FILE of=/dev/mmcblk1 bs=1k seek=1 skip=1 conv=fsync"
420+1 records in
420+1 records out
430152 bytes (420.1KB) copied, 0.005346 seconds, 76.7MB/s
UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mmcblk1 bs=1k seek=1 skip=1 conv=fsync.
utp_poll: pass returned.
UTP: received command 'send'
UTP: sending Success to kernel for command send.
UTP: received command '$ dd if=$FILE of=/dev/mmcblk1 bs=1M seek=1 conv=fsync'
UTP: executing "dd if=$FILE of=/dev/mmcblk1 bs=1M seek=1 conv=fsync"
3+1 records in
3+1 records out
3861828 bytes (3.7MB) copied, 0.029443 seconds, 125.1MB/s
UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mmcblk1 bs=1M seek=1 conv=fsync.
utp_poll: pass returned.
UTP: received command '$ mkfs.ext3 -j /dev/mmcblk1p1'
UTP: executing "mkfs.ext3 -j /dev/mmcblk1p1"
mke2fs 1.41.4 (27-Jan-2009)
Could not stat /dev/mmcblk1p1 --- No such file or directory
The device apparently does not exist; did you specify it correctly?
UTP: sending Non-success to kernel for command $ mkfs.ext3 -j /dev/mmcblk1p1.
utp_poll: exit with status 256
|