- 积分
- 7
贡献44
飞刀7 FD
注册时间2023-3-11
在线时间1 小时
扫一扫,手机访问本帖
|
nuc:~/Downloads/createSdcard$ ls /dev/sd*/dev/sda
nuc:~/Downloads/createSdcard$ sudo ./createSdcard.sh
[sudo] password for wang:
################################################################################
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 0 7565312 sda
Enter Device Number: 1
DEVICEDRIVENAME=sda
DEVICESIZE=7565312
sda was selected
Checking the device is unmounted
sda1 sda2 sda3
SD Card is not correctly partitioned
################################################################################
Now ** 1 partitions
################################################################################
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.000124383 s, 8.2 MB/s
DISK SIZE - 7746879488 bytes
sfdisk: unsupported unit '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/sda1: No such file or directory
Mount the partitions
mount: /home/wang/Downloads/createSdcard/boot: special device /dev/sda1 does not exist.
Emptying partitions
|
|