raspiblitz/alternative.platforms
2021-12-14 23:34:35 +01:00
..
amd64 big merge of 2388redis & 2669tor (#2790) 2021-12-14 23:34:35 +01:00
dietpi Update Odroid_HC1_XU4.md (#2590) 2021-10-03 12:24:27 +02:00
pictures docs: add pictures of HC1 and XU4 2019-09-07 21:23:49 +01:00
display.alternatives.sh #2126 fix sd card expand & #1888 static fallback list (#2132) 2021-04-03 12:24:50 +02:00
hw_comparison.md docs: add pictures of HC1 and XU4 2019-09-07 21:23:49 +01:00
README.md add VM instructions and update alternative hw reqs (#2768) 2021-12-11 14:03:45 +01:00

Alternative platforms for the RaspiBlitz

Minimum requirements:

  • ARMv8 or x86 processor (64 bit)
  • 1 GB RAM
  • 500 GB HDD

Desirable:

  • > 2GB DDR3 ECC RAM (8GB+ if using ZFS)
  • USB 3.0 / SATA / PCIE / NVME connectors
  • SSD - multiple disks for redundancy

Specifications of the tested hardware: hw_comparison.md

All testers are welcome. Open an issue for your specific board to collaborate and share your experience.


Virtual Machine

Tested with:

To just experiment can load a virtualbox image from: https://www.osboxes.org/ubuntu (does not need installation) Password: osboxes.org Can carry on straight to building the OS:

# download the build script
wget https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/build_sdcard.sh
# run
sudo bash build_sdcard.sh false false rootzoll dev headless

switch off when ready
and attach an other disk (can be even small if you prune or stop bitcoind ).

The second virtual disk will be used as the BLOCKCHAIN drive.
This makes that data portable and independent from the OS similar to the combination of the SDcard and separate SSD.


Armbian

Many SBC-s are supported: https://www.armbian.com/download/

To verify the downloaded image follow: https://docs.armbian.com/User-Guide_Getting-Started/#how-to-check-download-authenticity

Tested on:

Burn the image to the SDcard with Etcher.

Assemble and boot.

ssh root@192.168.x.x

password: 1234

Follow the instructions in the terminal. Set the new password to raspiblitz and name the new user admin to keep in line with the rest of the setup.

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:

Burn the image to the SDCard with Etcher.

Assemble and boot.

ssh root@192.168.x.x

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: alternative.platforms/dietpi/README.md


For the process to build a custom SDcard image release see: https://github.com/rootzoll/raspiblitz/blob/dev/FAQ.md#what-is-the-process-of-creating-a-new-sd-card-image-release

Extras for advanced users and powerful hardware: https://github.com/openoms/bitcoin-tutorials/