![Phytec L-1017e.A3 i.MX 8M Plus Manual Download Page 28](http://html1.mh-extra.com/html/phytec/l-1017e-a3-i-mx-8m-plus/l-1017e-a3-i-mx-8m-plus_manual_1554092028.webp)
L-1017e.A3 i.MX 8M Plus BSP Manual
•
•
•
•
host$ ./phyLinux init -p imx8mp -r hardknott
This will initialize a BSP that will track the latest development state. From now on
repo sync
in this folder will pull all
the latest changes from our
Git
repositories.:
host$ repo sync
Format SD-Card
Most images are larger than the default root partition. To flash any storage device with SD Card, the rootfs needs to
be expanded or a separate partition needs to be created. There are some different ways to format the SD Card. The
easiest way to do this is to use the UI program
Gparted
.
Gparted
Get GParted:
host$ sudo apt install gparted
Insert the SD Card to your host and get the device name:
host$ dmesg | tail
...
[
30436.175412
] sd
4
:
0
:
0
:
0
: [sdb]
62453760
512
-
byte
logical blocks: (
32.0
GB/
29.8
GiB)
[
30436.179846
] sdb: sdb1 sdb2
...
Unmount all SD Card partitions.
Launch GParted:
host$ sudo gparted