[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.
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
slackwarearm:cstmz_kernel_rpi_selfbuild [2023/06/08 16:47 (UTC)] – mozes | slackwarearm:cstmz_kernel_rpi_selfbuild [2023/06/08 16:51 (UTC)] (current) – mozes | ||
---|---|---|---|
Line 45: | Line 45: | ||
< | < | ||
- | rsync \ | + | $ rsync \ |
| | ||
| | ||
Line 79: | Line 79: | ||
</ | </ | ||
- | == Ensure that the Kernel source package is up to date == | + | == Install other dependencies |
- | As **root**, install/ | + | 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!) |
< | < | ||
- | # slackpkg install | + | # slackpkg install |
</ | </ | ||
- | == 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 | + | <note tip>In this example the directory into which the Slackware AArch64 source tree was downloaded is ''/ |
+ | |||
+ | As **root**, you need to set up some symlinks to the location of your Slackware AArch64 source tree. | ||
< | < | ||
- | # slackpkg install eudev mdadm lvm2 device-tree-compiler rsync | + | # cd # return to root's home directory |
+ | # ln -vfs / | ||
+ | # ln -vfs / | ||
</ | </ | ||