- 积分
- 10
贡献52
飞刀10 FD
注册时间2021-11-8
在线时间2 小时
扫一扫,手机访问本帖
|
SD卡在windows用sd_formtter格式化后,在linux执行sudo ./create-sdcard.sh后,没有生成boot文件夹。制作终端打印log为
root@100ask:/home/book/work/imx6ul/createSdcard# ./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 15558144 sdb
Enter Device Number: 1
sdb was selected
Checking the device is unmounted
unmounted /dev/sdb1
sdb1 sdb2 sdb3
15554048
################################################################################
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
################################################################################
1+0 records in
1+0 records out
1024 bytes (1.0 kB, 1.0 KiB) copied, 0.00890667 s, 115 kB/s
DISK SIZE - 15931539456 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/sdb1: No such file or directory
Mount the partitions
mount: /home/book/work/imx6ul/createSdcard/boot: 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/u-boot.imx
sdrun/zImage
sdrun/imx6ul-14x14-evk.dtb
sdrun/ramdisk.img.u
target/
target/modules.tar.bz2
target/imx6ul-14x14-evk-emmc-c-bak.dtb
target/u-boot.imx
target/imx6ul-14x14-evk-emmc-c-10.4-800x600.dtb
target/rootfs.tar.bz2
target/logo.bmp
target/zImage
target/imx6ul-14x14-evk-emmc-c-7-1024x600.dtb
target/imx6ul-14x14-evk-emmc-c-8-800x600.dtb
target/imx6ul-14x14-evk-emmc-c-10.1-1280x800.dtb
target/imx6ul-14x14-evk-emmc-c-5.6-640x480.dtb
target/imx6ul-14x14-evk-emmc-c-7-800x480.dtb
target/imx6ul-14x14-evk-emmc-c-3.5-320x240.dtb
target/imx6ul-14x14-evk-emmc-c-4.3-480x272.dtb
Buring th u-boot.imx to sdcard
129+0 records in
129+0 records out
132096 bytes (132 kB, 129 KiB) copied, 0.157855 s, 837 kB/s
371+0 records in
371+0 records out
379904 bytes (380 kB, 371 KiB) copied, 0.373231 s, 1.0 MB/s
Syncing....
Un-mount the partitions
umount: boot: not mounted.
Remove created temp directories
Operation Finished
root@100ask:/home/book/work/imx6ul/createSdcard#
|
|