Browse Source

dietpi readme updates

dev
openoms 6 years ago
parent
commit
cd045bf0c7
  1. 3
      dietpi/README.md
  2. 15
      dietpi/boot/Automation_Custom_Script.sh

3
dietpi/README.md

@ -7,7 +7,7 @@ This guide was tested on:
* Odroid HC1 * Odroid HC1
* Odroid HC2 (the same board with a 3.5" 12V HDD) * Odroid HC2 (the same board with a 3.5" 12V HDD)
* Odroid XU4 (with HDMI screen) * Odroid XU4 (with HDMI screen)
* Raspberry Pi 3 B + (no support for the default GPIO LCDso far, but the HDMI works) * Raspberry Pi 3 B + (no support for the default GPIO LCD so far, but the HDMI works)
See the [hardware comparison](hw_comparison.md). See the [hardware comparison](hw_comparison.md).
@ -15,7 +15,6 @@ The screen tested: https://www.aliexpress.com/item/3-5-inch-LCD-HDMI-USB-Touch-S
--- ---
### Downloads and walkthrough for the [Odroid HC1 / HC2 / XU3 / XU4](Odroid_HC1_HC2.md) ### Downloads and walkthrough for the [Odroid HC1 / HC2 / XU3 / XU4](Odroid_HC1_HC2.md)
--- ---
## General guide for the RaspiBlitz-on-DietPi ## General guide for the RaspiBlitz-on-DietPi

15
dietpi/boot/Automation_Custom_Script.sh

@ -1 +1,14 @@
wget https://github.com/openoms/raspiblitz/raw/DietPi/build_sdcard.sh && sudo bash build_sdcard.sh DietPi openoms # Use this format to build the SDcard with the Raspiblitz script:
# wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build_sdcard.sh && sudo bash build_sdcard.sh [BRANCH] [GITHUB-USERNAME]`
# If you are working from a forked repo be aware of that the fork needs to be called `raspiblitz` for the git downloads to work.
# Uncomment the line with the branch you want to build the SDcard from:
# @rootzoll master branch:
# wget https://raw.githubusercontent.com/rootzoll/raspiblitz/master/build_sdcard.sh && sudo bash build_sdcard.sh
# @rootzoll dev branch:
# wget https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/build_sdcard.sh && sudo bash build_sdcard.sh dev
# @openoms DietPi branch:
# wget https://github.com/openoms/raspiblitz/raw/DietPi/build_sdcard.sh && sudo bash build_sdcard.sh DietPi openoms
Loading…
Cancel
Save