Update CROSS-COMPILING.md

This commit is contained in:
mayfrost 2018-09-06 00:13:42 +00:00 committed by GitHub
parent 588b1f0f5d
commit 53fade3e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,9 +104,11 @@ chmod +x sd_fusing.sh
## MOUNTING
* mount root filesystem
mount /dev/mmcblk0p2 /mnt
`mount /dev/mmcblk0p2 /mnt`
* create boot directory
`mkdir /mnt/boot`
* mount boot filesystem
mount /dev/mmcblk0p1 /mnt
`mount /dev/mmcblk0p1 /mnt/boot`
## BOOT PARTITION