mirror of
https://github.com/mayfrost/guides.git
synced 2025-09-02 17:12:47 +00:00
Update CROSS-COMPILING.md
This commit is contained in:
@@ -104,9 +104,11 @@ chmod +x sd_fusing.sh
|
|||||||
|
|
||||||
## MOUNTING
|
## MOUNTING
|
||||||
* mount root filesystem
|
* mount root filesystem
|
||||||
mount /dev/mmcblk0p2 /mnt
|
`mount /dev/mmcblk0p2 /mnt`
|
||||||
|
* create boot directory
|
||||||
|
`mkdir /mnt/boot`
|
||||||
* mount boot filesystem
|
* mount boot filesystem
|
||||||
mount /dev/mmcblk0p1 /mnt
|
`mount /dev/mmcblk0p1 /mnt/boot`
|
||||||
|
|
||||||
|
|
||||||
## BOOT PARTITION
|
## BOOT PARTITION
|
||||||
|
Reference in New Issue
Block a user