Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions _platforms/sbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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 %}