Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc594 [11 Oct 2022 16:00] Henrik Mauresources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc594 [14 Sep 2023 10:11] (current) Vasileios Bimpikas
Line 1: Line 1:
-===== Yocto Linux Quickstart Guide for ADSP-SC594 =====+<note warning>These pages are not updated anymore. Documentation has been moved to [[https://github.com/analogdevicesinc/lnxdsp-adi-meta/wiki|https://github.com/analogdevicesinc/lnxdsp-adi-meta/wiki]]</note>
  
-<note important>The following instructions are for the ADSP-SC594-EZKIT development board (the EV-SC594-SOM System-on-Module (SOM) board attached to the EV-SOMCRR-EZKIT carrier board). For instructions for other processors and development boards please refer to [[resources:tools-software:linuxdsp:docs|Linux for ADSP-SC5xx: Documentation]]</note>+===== Yocto Linux 2.1.0 Quickstart Guide for ADSP-SC594 ===== 
 + 
 +<note important>The following instructions are for the ADSP-SC594-EZKIT development board (the EV-SC594-SOM System-on-Module (SOM) board attached to the EV-SOMCRR-EZKIT carrier board). For instructions for other processors and development boards please refer to [[resources:tools-software:linuxdsp:releaselandingpages:2.1.0|Linux for ADSP-SC5xx Processors 2.1.0]]</note>
  
 ===== Setting Up Your Host PC ===== ===== Setting Up Your Host PC =====
Line 456: Line 458:
 $ sudo service nfs-kernel-server start $ sudo service nfs-kernel-server start
 </code> </code>
 +The output will indicate that the server is active, i.e.
 +<code>
 +● nfs-server.service - NFS server and services
 +     Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
 +    Drop-In: /run/systemd/generator/nfs-server.service.d
 +             └─order-with-mounts.conf
 +     Active: active (exited) since Tue 2022-09-06 14:38:31 BST; 3 months 14 days ago
 +   Main PID: 953 (code=exited, status=0/SUCCESS)
 +      Tasks: 0 (limit: 18797)
 +     Memory: 0B
 +     CGroup: /system.slice/nfs-server.service
 +
 +Sep 06 14:38:29 $YOUR_HOSTNAME systemd[1]: Starting NFS server and services...
 +Sep 06 14:38:31 $YOUR_HOSTNAME systemd[1]: Finished NFS server and services.
 +</code>
 +
 +If it's reported as inactive, wait a few moments and check the status again.
 +
 The root filesystem should then be copied to /romfs. The root filesystem should then be copied to /romfs.
 <code> <code>
-$ sudo tar -xf tmp/deploy/images/adsp-sc594-som-ezkit/adsp-sc5xx-full-adsp-sc594-som-ezkit.tar.xz -C /romfs+$ sudo tar -xf tmp/deploy/images/adsp-sc598-som-ezkit/adsp-sc5xx-full-adsp-sc598-som-ezkit.tar.xz -C /romfs
 </code> </code>
  
resources/tools-software/linuxdsp/docs/quickstartguide/quickstart_sc594.1665496813.txt.gz · Last modified: 11 Oct 2022 16:00 by Henrik Mau