- 积分
- 11
贡献65
飞刀14 FD
注册时间2021-4-6
在线时间2 小时
扫一扫,手机访问本帖
|
本帖最后由 jhc 于 2021-4-30 11:28 编辑
按照教程执行,sd卡制作脚本,制作失败!!! 16G的金士顿SD卡,坏了一个!!,请问这个制作不成功,有大神知道什么问题吗??望告知,谢谢 !sudo ./mksdcard8mm.sh
################################################################################
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 15558144 sdb
Enter Device Number: 1
sdb was selected
Checking the device is unmounted
unmounting device '/dev/sdb1'
Would you like to re-partition the drive anyways [y/n] : y
Now partitioning sdb ...
################################################################################
Now ** 1 partitions
################################################################################
记录了1+0 的读入
记录了1+0 的写出
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00758376 s, 135 kB/s
DISK SIZE - 个扇区 bytes
(standard_in) 1: illegal character: \344
(standard_in) 1: illegal character: \270
(standard_in) 1: illegal character: \252
(standard_in) 1: illegal character: \346
(standard_in) 1: illegal character: \211
(standard_in) 1: illegal character: \207
(standard_in) 1: illegal character: \345
(standard_in) 1: illegal character: \214
(standard_in) 1: illegal character: \272
(standard_in) 1: syntax error
欢迎使用 fdisk (util-linux 2.34)。
更改将停留在内存中,直到您决定将更改写入磁盘。
使用写入命令前请三思。
设备不包含可识别的分区表。
创建了一个磁盘标识符为 0xdfcc8a85 的新 DOS 磁盘标签。
命令(输入 m 获取帮助): 分区类型
p 主分区 (0个主分区,0个扩展分区,4空闲)
e 扩展分区 (逻辑分区容器)
选择 (默认 p): 分区号 (1-4, 默认 1): 第一个扇区 (2048-31116287, 默认 2048): 值超出范围。
第一个扇区 (2048-31116287, 默认 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-31116287, 默认 31116287): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-31116287, 默认 31116287): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-31116287, 默认 31116287): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-31116287, 默认 31116287):
命令(输入 m 获取帮助):
################################################################################
Partitioning Boot
################################################################################
mkfs.fat 4.1 (2017-01-24)
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
mkfs.vfat: unable to open /dev/sdb1: No such file or directory
Buring th sdfuse.bin to sdcard
记录了1352+1 的读入
记录了1352+1 的写出
1384904 bytes (1.4 MB, 1.3 MiB) copied, 0.453474 s, 3.1 MB/s
Syncing....
ls: 无法访问'/dev/sdb?': 没有那个文件或目录
|
|