Changes

Jump to: navigation, search

Standalone boot (SDVX)

640 bytes added, 10:44, 3 October 2018
Program root file system into eMMC flash
</pre>
* Now create a mount point and mount the EXT4 volume in a temporary directoryfirst partition
<pre>
mkdir -p /mnt/emmc
mount /dev/mmcblk2p2 mmcblk2p1 /mnt/emmc
</pre>
 
* copy kernel, dtb and splash_image files
 
<pre class="workstation-terminal">
root@sdvx-lite:~# mount /dev/mmcblk2p1 /mnt/emmc
[ 40.988575] FAT-fs (mmcblk2p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
root@sdvx-lite:~# cd /mnt/emmc
root@sdvx-lite:/mnt/emmc# cp /tftpboot/sdvx/linux/sdvx-1.0.1*dtb .
root@sdvx-lite:/mnt/emmc# cp /tftpboot/sdvx/linux/sdvx-1.0.1*uImage .
root@sdvx-lite:/mnt/emmc# cp /tftpboot/sdvx/linux/splash_image.bmp .
root@sdvx-lite:/mnt/emmc# cd
root@sdvx-lite:~# umount /mnt/emmc
</pre>
 
* now mount the EXT4 volume in the temporary directory
E.g.:
[ 1810.899327] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
root@sdvx-lite:~# cd /mnt/emmc
root@sdvx-lite:/mnt/emmc#
</pre>
<pre class="workstation-terminal">
root@sdvx-lite:~/mnt/emmc# cd
root@sdvx-lite:~# umount /mnt/emmc
root@sdvx-lite:~# reboot
8,154
edits

Navigation menu