- 积分
- 41
贡献281
飞刀62 FD
注册时间2018-11-30
在线时间6 小时
|
楼主 |
发表于 2020-5-17 13:10:30
|
显示全部楼层
制作SD卡无反应
log如下:
root@ubuntu:/home/ubuntu/Desktop/imx6ul+qt4/Linux/工具/SD/烧写/256Mnand# ./createSdcard.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 30228480 sdb
Enter Device Number: 1
sdb was selected
################################################################################
**********WARNING**********
Selected Device is greater then 16GB
Continuing past this point will erase data from device
Double check that this is the correct SD Card
################################################################################
Would you like to continue [y/n] : y
Checking the device is unmounted
sdb1 sdb2 sdb3
SD Card is not correctly partitioned
################################################################################
Now ** 1 partitions
################################################################################
记录了1+0 的读入
记录了1+0 的写出
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00328148 s, 312 kB/s
DISK SIZE - 30953963520 bytes
sfdisk: unsupported unit 'M'
################################################################################
Partitioning Boot
################################################################################
mkfs.fat 3.0.28 (2015-05-16)
mkfs.fat: warning - lowercase labels might not work properly with DOS or Windows
/dev/sdb1: No such file or directory
Mount the partitions
mount: special device /dev/sdb1 does not exist
Emptying partitions
################################################################################
Copying files now... will take minutes
################################################################################
Copying boot partition
untar update.tar.bz2 to boot partition
sdrun/
sdrun/imx6ul-14x14-evk.dtb
sdrun/ramdisk.img.u
sdrun/zImage
sdrun/u-boot.imx
target/
target/imx6ul-14x14-evk-gpmi-c-256m-10.4-r.dtb
target/imx6ul-14x14-evk-gpmi-c-256m-10.1-1280x800.dtb
target/imx6ul-14x14-evk-gpmi-c-256m-8-r.dtb
target/imx6ul-14x14-evk-gpmi-c-256m-7-800x480.dtb
target/zImage
target/imx6ul-14x14-evk-gpmi-c-256m-7-1024x600.dtb
target/imx6ul-14x14-evk-gpmi-c-256m-4.3-r.dtb
target/imx6ul-14x14-evk-gpmi-c-256m-3.5-r.dtb
target/u-boot.imx
target/imx6ul-14x14-evk-gpmi-c-256m-5.6-r.dtb
target/logo.bmp
target/rootfs.tar.bz2
target/modules.tar.bz2
Buring th u-boot.imx to sdcard
记录了129+0 的读入
记录了129+0 的写出
132096 bytes (132 kB, 129 KiB) copied, 0.0441671 s, 3.0 MB/s
记录了319+0 的读入
记录了319+0 的写出
326656 bytes (327 kB, 319 KiB) copied, 0.0903524 s, 3.6 MB/s
Syncing....
Un-mount the partitions
umount: boot: not mounted
Remove created temp directories
Operation Finished
|
|