mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update CROSS-COMPILING.md
This commit is contained in:
parent
588b1f0f5d
commit
53fade3e54
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user