- 积分
- 28
贡献158
飞刀48 FD
注册时间2015-12-28
在线时间6 小时
扫一扫,手机访问本帖
|
UBNUTU 下执行SD卡更新盘提示不成功.我将BIN SYSTEM两个文件夹的内容直接复制到SD卡上,拨码到SD卡,复位或重上电,串口上输也的是全0X00,就没有后续了。
UBNUTU 用FORLINX网盘提供的那个12.04
################################################################################
This script will create a bootable SD card from custom or pre-built binaries.
The script must be run with root permissions and from the bin directory of
the SDK
Example:
$ sudo ./create-sdcard.sh
Formatting can be skipped if the SD card is already formatted and
partitioned properly.
################################################################################
Availible Drives to write images to:
# major minor size name
1: 8 16 976896 sdb
Enter Device Number: 1
sdb was selected
Checking the device is unmounted
unmounted /dev/sdb1
unmounted /dev/sdb2
sdb1 sdb2 sdb3
321268 642600
################################################################################
Detected device has 1 partitions already
Re-partitioning will allow the choice of 1 partitions
################################################################################
Would you like to re-partition the drive anyways [y/n] : y
Now partitioning sdb ...
################################################################################
Now ** 1 partitions
################################################################################
记录了2048+0 的读入
记录了2048+0 的写出
1048576字节(1.0 MB)已复制,0.626457 秒,1.7 MB/秒
DISK SIZE - 1000341504 bytes
Checking that no-one is using this disk right now ...
OK
磁盘 /dev/sdb:121 个柱面,255 个磁头,63 个扇区/磁道
Old situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End MiB #blocks Id System
/dev/sdb1 * 0+ 313- 314- 321268+ c W95 FAT32 (LBA)
/dev/sdb2 321+ 949- 628- 642600 83 Linux
/dev/sdb3 0 - 0 0 0 空
/dev/sdb4 0 - 0 0 0 空
New situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End MiB #blocks Id System
/dev/sdb1 7+ 949- 942- 963900 c W95 FAT32 (LBA)
/dev/sdb2 0 - 0 0 0 空
/dev/sdb3 0 - 0 0 0 空
/dev/sdb4 0 - 0 0 0 空
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
成功写入了新分区表
正在重新读取分区表...;
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).)
################################################################################
Partitioning Boot
################################################################################
mkfs.vfat 3.0.12 (29 Oct 2011)
Mount the partitions
Emptying partitions
################################################################################
Copying files now... will take minutes
################################################################################
Copying boot partition
untar update.tar.bz2 to boot partition
tar: update.tar.bz2:无法 open: 没有那个文件或目录
tar: Error is not recoverable: exiting now
Buring th u-boot.bin to sdcard
记录了500+0 的读入
记录了500+0 的写出
512000字节(512 kB)已复制,0.374236 秒,1.4 MB/秒
dd: 正在打开"boot/bin/u-boot.bin": 没有那个文件或目录
Syncing....
Un-mount the partitions
Remove created temp directories
Operation Finished
usb otg 也用不成功。 提示 iitialize operation failed,please refer to " mfgtool.log" for detailed information,error code:4
|
|