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 [24 Nov 2022 14:32] Vasileios Bimpikasresources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc594 [14 Sep 2023 10:11] (current) Vasileios Bimpikas
Line 1: Line 1:
 +<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>
 +
 ===== Yocto Linux 2.1.0 Quickstart Guide for ADSP-SC594 ===== ===== Yocto Linux 2.1.0 Quickstart Guide for ADSP-SC594 =====
  
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.txt · Last modified: 14 Sep 2023 10:11 by Vasileios Bimpikas