Wiki

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
resources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc589_3_0_0 [14 Aug 2023 11:44] – Updated for MINI boot selector jumper Vasileios Bimpikasresources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc589_3_0_0 [15 Aug 2023 10:16] (current) Vasileios Bimpikas
Line 460: Line 460:
 $ cp tmp/deploy/images/adsp-sc589-mini/fitImage /tftpboot/ $ cp tmp/deploy/images/adsp-sc589-mini/fitImage /tftpboot/
 $ cp tmp/deploy/images/adsp-sc589-mini/adsp-sc5xx-minimal-adsp-sc589-mini.jffs2 /tftpboot $ cp tmp/deploy/images/adsp-sc589-mini/adsp-sc5xx-minimal-adsp-sc589-mini.jffs2 /tftpboot
 +</code>
 +
 +Next, you have to change a U-Boot environment variable in order to flash the minimal image's root filesystem:
 +
 +<code bash>
 +=> setenv jffs2file adsp-sc5xx-minimal-adsp-sc589-mini.jffs2
 </code> </code>
  
Line 476: Line 482:
 </code> </code>
 After removing "run init_ethernet;" from update_spi, issue the "run update_spi" command as above. After removing "run init_ethernet;" from update_spi, issue the "run update_spi" command as above.
- 
-Next, you have to change a U-Boot environment variable in order to flash the minimal image's root filesystem: 
- 
-<code bash> 
-=> setenv jffs2file adsp-sc5xx-minimal-adsp-sc589-mini.jffs2 
-</code> 
  
 Now, by running ''update_spi'', the minimal image kernel and root filesystem will be copied to flash. You should see output similar to the following. Now, by running ''update_spi'', the minimal image kernel and root filesystem will be copied to flash. You should see output similar to the following.
resources/tools-software/linuxdsp/docs/quickstartguide/quickstart_sc589_3_0_0.txt · Last modified: 15 Aug 2023 10:16 by Vasileios Bimpikas