- 积分
- 84
贡献419
飞刀139 FD
注册时间2021-3-29
在线时间12 小时
|
楼主 |
发表于 2021-8-12 16:36:42
|
显示全部楼层
jiang@jiang-XPS-15-9570:~/autocore/work$ sudo ./mksdcard.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
unmounted /dev/sdb1
Would you like to re-partition the drive anyways [y/n] : y
Now partitioning sdb ...
################################################################################
Now ** 1 partitions
################################################################################
记录了1024+0 的读入
记录了1024+0 的写出
1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.00143346 s, 731 MB/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.31.1)。
更改将停留在内存中,直到您决定将更改写入磁盘。
使用写入命令前请三思。
设备不包含可识别的分区表。
创建了一个磁盘标识符为 0xe339e3fc 的新 DOS 磁盘标签。
命令(输入 m 获取帮助): 分区类型
p 主分区 (0个主分区,0个扩展分区,4空闲)
e 扩展分区 (逻辑分区容器)
选择 (默认 p): 分区号 (1-4, 默认 1): 第一个扇区 (1-2047, 默认 1): 值超出范围。
第一个扇区 (1-2047, 默认 1): 上个扇区,+sectors 或 +size{K,M,G,T,P} (1-2047, 默认 2047): 上个扇区,+sectors 或 +size{K,M,G,T,P} (1-2047, 默认 2047): 上个扇区,+sectors 或 +size{K,M,G,T,P} (1-2047, 默认 2047): 上个扇区,+sectors 或 +size{K,M,G,T,P} (1-2047, 默认 2047):
命令(输入 m 获取帮助):
################################################################################
Partitioning Boot
################################################################################
mkfs.fat 4.1 (2017-01-24)
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
Mount the partitions
Emptying partitions
################################################################################
Copying files now... will take minutes
################################################################################
Copying boot partition
dd firmware_ls1028ardb_uboot_sdboot.img to sdcard
记录了20001+1 的读入
记录了20001+1 的写出
10240583 bytes (10 MB, 9.8 MiB) copied, 0.446766 s, 22.9 MB/s
Syncing....
Un-mount the partitions
Remove created temp directories
Operation Finished
|
|