mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-13 03:30:49 +02:00
documentation update
This commit is contained in:
parent
2e50b709f7
commit
8c721e4be0
2
FAQ.md
2
FAQ.md
@ -579,7 +579,7 @@ Work Nodes for the process of producing a new sd card image release:
|
|||||||
|
|
||||||
## Can I run RaspiBlitz on other computers than RaspberryPi?
|
## Can I run RaspiBlitz on other computers than RaspberryPi?
|
||||||
|
|
||||||
There is an experimental section in this GitHub that tries to build for other SingleBoardComputers. Feel free to try it out and share your experience: [dietpi/README.md](dietpi/README.md)
|
There is an experimental section in this GitHub that tries to build for other SingleBoardComputers. Feel free to try it out and share your experience: [alternative.platforms/README.md](alternative.platforms/README.md)
|
||||||
|
|
||||||
## Can I flip the screen?
|
## Can I flip the screen?
|
||||||
|
|
||||||
|
82
alternative.platforms/README.md
Normal file
82
alternative.platforms/README.md
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
# ⚡️ Alternative platforms for the RaspiBlitz ⚡️
|
||||||
|
|
||||||
|
Minimum requirements:
|
||||||
|
|
||||||
|
* ARM V7 or V8 processor architecture (32 or 64 bit)
|
||||||
|
* 1 GB RAM
|
||||||
|
* \> 300 GB diskspace
|
||||||
|
|
||||||
|
Specifications of the tested hardware: [hw_comparison.md](hw_comparison.md)
|
||||||
|
|
||||||
|
All testers are welcome. Open an issue for your specific board to collaborate and share your experience.
|
||||||
|
|
||||||
|
---
|
||||||
|
## Armbian
|
||||||
|
Many SBC-s are supported:
|
||||||
|
https://www.armbian.com/download/
|
||||||
|
|
||||||
|
Tested on:
|
||||||
|
* Odroid XU4 with the Armbian Stretch image from https://www.armbian.com/odroid-xu4/
|
||||||
|
|
||||||
|
|
||||||
|
Burn the image to the SDCard with [Etcher](https://www.balena.io/etcher/).
|
||||||
|
|
||||||
|
Assemble and boot.
|
||||||
|
|
||||||
|
`ssh root@192.168.1.122`
|
||||||
|
|
||||||
|
password: 1234
|
||||||
|
|
||||||
|
Follow the instructions in the terminal.
|
||||||
|
|
||||||
|
Continue with building the SDcard: https://github.com/rootzoll/raspiblitz#build-the-sd-card-image
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Ubuntu
|
||||||
|
|
||||||
|
A common distro to be supplied by the manufacturer for various boards.
|
||||||
|
|
||||||
|
Tested on:
|
||||||
|
* Odroid XU4 with ubuntu-18.04.1-4.14-minimal image from https://de.eu.odroid.in/ubuntu_18.04lts/XU3_XU4_MC1_HC1_HC2
|
||||||
|
|
||||||
|
Burn the image to the SDCard with [Etcher](https://www.balena.io/etcher/).
|
||||||
|
|
||||||
|
Assemble and boot.
|
||||||
|
|
||||||
|
`ssh root@192.168.1.122`
|
||||||
|
|
||||||
|
password: odroid
|
||||||
|
|
||||||
|
`apt-get update`
|
||||||
|
|
||||||
|
`apt-get upgrade`
|
||||||
|
|
||||||
|
if there is an error:
|
||||||
|
>E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
|
||||||
|
|
||||||
|
>E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
|
||||||
|
|
||||||
|
run:
|
||||||
|
`reboot` and update as above
|
||||||
|
|
||||||
|
Continue with building the SDcard: https://github.com/rootzoll/raspiblitz#build-the-sd-card-image
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## DietPi
|
||||||
|
|
||||||
|
Many SBC-s are supported:
|
||||||
|
https://dietpi.com/#download
|
||||||
|
|
||||||
|
Tested on:
|
||||||
|
|
||||||
|
* Odroid HC1
|
||||||
|
* Odroid HC2 (the same board with a 3.5" 12V HDD)
|
||||||
|
* Odroid XU4 (with HDMI screen)
|
||||||
|
* Raspberry Pi 3 B+ (with the default GPIO or HDMI display)
|
||||||
|
|
||||||
|
|
||||||
|
The HDMI screen tested: https://www.aliexpress.com/item/3-5-inch-LCD-HDMI-USB-Touch-Screen-Real-HD-1920x1080-LCD-Display-Py-for-Raspberri/32818537950.html
|
||||||
|
|
||||||
|
Detailed instructions for the RaspiBlitz-on-DietPi: [/dietpi/README.md](/dietpi/README.md)
|
@ -1,3 +1,9 @@
|
|||||||
|
## SBC benchmarks:
|
||||||
|
|
||||||
|
https://github.com/ThomasKaiser/sbc-bench/blob/master/Results.md
|
||||||
|
|
||||||
|
https://dietpi.com/survey/#benchmark
|
||||||
|
|
||||||
### Raspberry Pi 3 Model B+
|
### Raspberry Pi 3 Model B+
|
||||||
|
|
||||||
* Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz
|
* Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz
|
||||||
@ -45,4 +51,3 @@ ROCK64 is a credit card size 4K60P HDR Single Board Computer powered by
|
|||||||
* MicroSD Card slot
|
* MicroSD Card slot
|
||||||
* Pi-2 Bus
|
* Pi-2 Bus
|
||||||
* Pi-P5+ Bus
|
* Pi-P5+ Bus
|
||||||
|
|
@ -1,6 +1,4 @@
|
|||||||
# ⚡️ RaspiBlitz-on-DietPi ⚡️
|
# ⚡️ RaspiBlitz-on-DietPi ⚡️
|
||||||
# A hardware agnostic platform
|
|
||||||
|
|
||||||
|
|
||||||
This guide was tested on:
|
This guide was tested on:
|
||||||
|
|
||||||
@ -9,7 +7,7 @@ This guide was tested on:
|
|||||||
* Odroid XU4 (with HDMI screen)
|
* Odroid XU4 (with HDMI screen)
|
||||||
* Raspberry Pi 3 B+ (with the default GPIO or HDMI display)
|
* Raspberry Pi 3 B+ (with the default GPIO or HDMI display)
|
||||||
|
|
||||||
See the [hardware comparison](hw_comparison.md).
|
See the [hardware comparison](/alternative.platforms/hw_comparison.md).
|
||||||
|
|
||||||
The HDMI screen tested: https://www.aliexpress.com/item/3-5-inch-LCD-HDMI-USB-Touch-Screen-Real-HD-1920x1080-LCD-Display-Py-for-Raspberri/32818537950.html
|
The HDMI screen tested: https://www.aliexpress.com/item/3-5-inch-LCD-HDMI-USB-Touch-Screen-Real-HD-1920x1080-LCD-Display-Py-for-Raspberri/32818537950.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user