For Testing: Slackware ARM installation media for ARM and Aarch64
by mralk3 from LinuxQuestions.org on (#5PZWV)
I'd like to share some of my own scripts for Aarch64 now that there is a release candidate for 15.0.
There aren't any distribution files for Aarch64 but here is an sd image that boots the Raspberry Pi 4:
http://slackware.uk/slackwarearm/peo...64-rpi/images/
It should boot into the installer and is strictly for testing on the Raspberry Pi 4 model(s).
Here is the README with directions to build your own image for Raspbery Pi's- also including other info:
http://slackware.uk/slackwarearm/peo...README_RPI.TXT
Any and all suggestions welcome!
Thanks.
NOTE: I failed to mention that to boot you need to run a few commands in U-boot to start it up:
Code:setenv devtype "mmc"
setenv devnum "1"
setenv distro_bootpart "2"
run bootcmd
(boot menu displays)
**This may vary for some poeple depending on what else is plugged into the Raspberry Pi.***
There aren't any distribution files for Aarch64 but here is an sd image that boots the Raspberry Pi 4:
http://slackware.uk/slackwarearm/peo...64-rpi/images/
It should boot into the installer and is strictly for testing on the Raspberry Pi 4 model(s).
Here is the README with directions to build your own image for Raspbery Pi's- also including other info:
http://slackware.uk/slackwarearm/peo...README_RPI.TXT
Any and all suggestions welcome!
Thanks.
NOTE: I failed to mention that to boot you need to run a few commands in U-boot to start it up:
Code:setenv devtype "mmc"
setenv devnum "1"
setenv distro_bootpart "2"
run bootcmd
(boot menu displays)
**This may vary for some poeple depending on what else is plugged into the Raspberry Pi.***