[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs

[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.

Welcome to the Slackware Documentation Project

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
slackwarearm:cstmz_kernel_rpi_selfbuild [2023/06/08 16:47 (UTC)] mozesslackwarearm:cstmz_kernel_rpi_selfbuild [2023/06/08 16:51 (UTC)] (current) mozes
Line 45: Line 45:
  
 <code> <code>
-rsync \+rsync \
    --delete -Pavv \    --delete -Pavv \
    ftp.arm.slackware.com::slackwarearm/slackwareaarch64-current .    ftp.arm.slackware.com::slackwarearm/slackwareaarch64-current .
Line 79: Line 79:
 </code> </code>
  
-== Ensure that the Kernel source package is up to date ==+== Install other dependencies ==
  
-As **root**install/upgrade the package:+This list isn't exhaustive but should cover it (if more dependencies are requiredplease drop mozes@slackware.com a mail with them and I'll update this doc!)
  
 <code> <code>
-# slackpkg install kernel-source+# slackpkg install eudev mdadm lvm2 device-tree-compiler rsync
 </code> </code>
  
-== Install other dependencies ==+==== Configure the Slackware ARM build system ====
  
-This list isn't exhaustive but should cover it (if more dependencies are required, please drop mozes@slackware.com a mail with them and I'll update this doc!)+<note tip>In this example the directory into which the Slackware AArch64 source tree was downloaded is ''/home/mozes/slackware'' - change this to what you noted down earlier</note> 
 + 
 +As **root**, you need to set up some symlinks to the location of your Slackware AArch64 source tree.
  
 <code> <code>
-slackpkg install eudev mdadm lvm2 device-tree-compiler rsync+cd # return to root's home directory 
 +# ln -vfs /home/mozes/slackware/slackwareaarch64-current/slackware tgzstash 
 +# ln -vfs /home/mozes/slackware/slackwareaarch64-current 
 </code> </code>
  
QR Code
QR Code slackwarearm:cstmz_kernel_rpi_selfbuild (generated for current page)