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:installing [29 Sep 2020 17:17] – [RAM Boot] : Fixed typo Henrik Mauresources:tools-software:linuxdsp:docs:quickstartguide:installing [30 Mar 2021 14:36] (current) – In the description for copying files in RAM Boot it says you should be in the build directory, in which case the path in the commands which follow were wrong Sammy Arschavir
Line 50: Line 50:
  
 <code> <code>
-$ cp build/tmp/deploy/images/<MACHINE>/zImage /tftpboot +$ cp tmp/deploy/images/<MACHINE>/zImage /tftpboot 
-$ cp build/tmp/deploy/images/<MACHINE>/<DTB_FILE> /tftpboot +$ cp tmp/deploy/images/<MACHINE>/<DTB_FILE> /tftpboot 
-$ cp build/tmp/deploy/images/<MACHINE>/<RAMDISK_FILE> /tftpboot/ramdisk.cpio.xz.u-boot+$ cp tmp/deploy/images/<MACHINE>/<RAMDISK_FILE> /tftpboot/ramdisk.cpio.xz.u-boot
 </code> </code>
 Where the macros in the above command are listed at the bottom of this page in **Appendix**. Where the macros in the above command are listed at the bottom of this page in **Appendix**.
resources/tools-software/linuxdsp/docs/quickstartguide/installing.txt · Last modified: 30 Mar 2021 14:36 by Sammy Arschavir