Open main menu

DAVE Developer's Wiki β

Changes

SDV04 Embedded Linux Kit (SDVX)

9 bytes added, 10:08, 5 September 2018
no edit summary
* written with new rfs files
==== Update rfs on target====
* start SBC SDVX Lynx via nfs. See how to boot from nfs [[AXEL_ULite_and_SBC_Lynx_Embedded_Linux_Kit_(SDVX)#Target_configuration_for_the_development_stage_.28net_nfs.29|here]]
* change directory to the ext4 partition into the filesystem: typically <code>/run/media/mmcblk0p2</code>
<pre>
root@sdvx-lite:/run/media/mmcblk0p2# rm -r *
</pre>
* extract new rfs files from tarball archive previously copied into nfs directory (the following command assumes that '''sdvx-1.0.0 rfs have ''' has been already copied into VM '''/home/dvdk/sdvx/rfs-lite/sdvx/home/root''' nfs directory
<pre>
root@sdvx-lite:/run/media/mmcblk0p2# tar jxvpf /home/dvdk/sdvx/rfs-lite/sdvx/home/root/sdvx-1.10.0_lynx0-dave-image-guidevel-sbcsdvx-lynxlite.tar.bz2
</pre>
170
edits