This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
do_gentoo_on_usd_for_iot-gate-imx7 [2017/11/21 17:44] admin |
do_gentoo_on_usd_for_iot-gate-imx7 [2017/11/21 17:49] (current) admin |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| mkpart primary fat32 2048s 150M | mkpart primary fat32 2048s 150M | ||
| mkpart primary ext4 150M -1 | mkpart primary ext4 150M -1 | ||
| + | | ||
| + | mkfs.vfat -F 32 /dev/sdX1 | ||
| + | mkfs.ext4 -L root -m 0.1 /dev/sdX2 | ||
| == Understand the firmware == | == Understand the firmware == | ||