diff --git a/_platforms/sbc.md b/_platforms/sbc.md index 524fe10..1ffc8eb 100644 --- a/_platforms/sbc.md +++ b/_platforms/sbc.md @@ -2,14 +2,9 @@ name: arm platforms date: 1970-01-01 05:00:00 devices: -- name: rpi - arch: armv6 -- name: rpi2 - arch: armv7 -- name: rpi3 - arch: aarch64 -- name: rpi4 - arch: aarch64 +- name: rpi-armv6l +- name: rpi-armv7l +- name: rpi-aarch64 --- {% capture download_details %} @@ -18,12 +13,6 @@ Live images can be written onto an SD card (i.e. using `dd`) and they provide yo Connect to the system using a virtual terminal or SSH and log in as `root` with password `voidlinux`. Platform specific instructions for these images are available [in the documentation](https://docs.voidlinux.org/installation/guides/arm-devices/platforms.html). - -Deprecated instructions for the following platforms can be found in these wiki pages (you can help by porting them over to the [Void Handbook](https://github.com/void-linux/void-docs/blob/master/CONTRIBUTING.md)): - -- [BeagleBone/BeagleBone Black](https://wiki.voidlinux.org/Beaglebone) -- [Cubieboard2](https://wiki.voidlinux.org/Cubieboard2_SD-Card) -- [Odroid U2/U3](https://wiki.voidlinux.org/Odroid_U2) {% endcapture %} {% include download_sbc.html content=download_details %}