Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

你可以采用.sdcard 这个image文件,也可以自己分区制作,请参考对应核心板的BSP manual,如 phyCORE-i.MX6 的 l-814e-3-imx6-bsp-manual #Using_four_individual_Images

以下方法为使用.sdcard文件来制作的流程:

1  取消挂载sdcard设备, 点击文件夹中sdcard设备的取消挂载按钮

Image Added

2  查找sdcard设备

Code Block
languagebash
themeMidnight
sudo fdisk -l
Disk /dev/sdb: 3.7 GiB, 3904897024 bytes, 7626752 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf0755ca1

Device     Boot  Start     End Sectors   Size Id Type
/dev/sdb1  *      8192  382453  374262 182.8M  c W95 FAT32 (LBA)
/dev/sdb2       382976 1165271  782296   382M 83 Linux

3  将SD卡镜像文件烧进SD卡里面1、将SD卡镜像文件烧进SD卡里面,SD卡镜像是.sdcard文件。在SD卡镜像的目录下进行这个操作。

...

Code Block
languagebash
themeMidnight
sudo dd if=phytec-qt5demo-image-phyboard-mira-imx6-3.sdcard of=/dev/sdb bs=1M conv=fsync
368+0 records in
368+0 records out
385875968 bytes (386 MB, 368 MiB) copied, 68.8075 s, 5.6 MB/s

2、取消挂载SD卡,将SD卡插进开发板,设置开发板从SD卡启动。4  将SD卡插进开发板,设置开发板从SD卡启动。

在windows PC中制作

首先用

ftp://ftp.phytec.cn/tools/SD_CardFormatter0500SetupEN.exe

...