- 积分
- 17
贡献91
飞刀25 FD
注册时间2018-5-8
在线时间3 小时
扫一扫,手机访问本帖
|
使用SD卡烧写 用户资料/Linux/tools/SD/烧写/256Mnand/createSdCard-qt4 在制作SD卡时成功完成,但却无法烧写,过程如下
sudo ./createSDcard.sh
[sudo] imx6ul 的密码:
################################################################################
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 15114240 sdb
Enter Device Number: 1
sdb was selected
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, 9.54e-05 s, 10.7 MB/s
DISK SIZE - 15476981760 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: 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
bin/
bin/u-boot.imx
bin/imx6ul-14x14-evk.dtb
bin/ramdisk.img.u
bin/zImage
system/
system/logo-7.bmp
system/imx6ul-14x14-evk-gpmi-5.6-r.dtb
system/u-boot.imx
system/imx6ul-14x14-evk-gpmi-8-r.dtb
system/imx6ul-14x14-evk-gpmi-10.4-r.dtb
system/imx6ul-14x14-evk-gpmi-4.3-r.dtb
system/rootfs.tar.bz2
system/logo-8.bmp
system/logo-4.3.bmp
system/imx6ul-14x14-evk-gpmi-7.dtb
system/zImage
system/logo-5.6.bmp
Buring th u-boot.imx to sdcard
记录了129+0 的读入
记录了129+0 的写出
132096 bytes (132 kB, 129 KiB) copied, 0.428026 s, 309 kB/s
记录了319+0 的读入
记录了319+0 的写出
326656 bytes (327 kB, 319 KiB) copied, 0.827929 s, 395 kB/s
Syncing....
Un-mount the partitions
umount: boot: not mounted
Remove created temp directories
Operation Finished
在板子上启动的输出:
U-Boot 2015.04-g3989e3c (Dec 14 2017 - 19:11:47)
CPU: Freescale i.MX6UL rev1.2 at 396 MHz
CPU: Temperature 45 C
Reset cause: POR
Board: MX6UL 14x14 EVK
I2C: ready
DRAM: 256 MiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment
Display: TFT70AB (800x480)
Video: 800x480x24
Error: no valid bmp image at 83800000 cfb_console.c
In: serial
Out: serial
Err: serial
switch to partitions #0, OK
mmc0 is current device
Net: Phy 2 not found
PHY reset timed out
FEC0
Error: FEC0 address not set.
Normal Boot
Hit any key to stop autoboot: 0
** No partition table - mmc 0 **
update emmc.........
** Unrecognized filesystem type **
** Unrecognized filesystem type **
** Unrecognized filesystem type **
Bad Linux ARM zImage magic!
---------------MAIN MENU---------------
1. Screen Type Menu
2. Change The Calibrate
0. Exit To Boot Shell
Enter your number:
:
|
|