move dietpi instructions to /alternative.platforms and update links
@ -86,7 +86,7 @@ Tested on:
|
|||||||
|
|
||||||
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
|
||||||
|
|
||||||
Detailed instructions for the RaspiBlitz-on-DietPi: [/dietpi/README.md](/dietpi/README.md)
|
Detailed instructions for the RaspiBlitz-on-DietPi: [alternative.platforms/dietpi/README.md](/alternative.platforms/dietpi/README.md)
|
||||||
|
|
||||||
---
|
---
|
||||||
Extras for advanced users and powerful hardware:
|
Extras for advanced users and powerful hardware:
|
||||||
|
@ -34,13 +34,13 @@ The setup continues with the [RaspiBlitz Setup Process](https://github.com/rootz
|
|||||||
https://dietpi.com/downloads/images/DietPi_OdroidXU4-ARMv7-Stretch.7z
|
https://dietpi.com/downloads/images/DietPi_OdroidXU4-ARMv7-Stretch.7z
|
||||||
2) Burn it to the SD card with [Etcher](https://www.balena.io/etcher/)
|
2) Burn it to the SD card with [Etcher](https://www.balena.io/etcher/)
|
||||||
|
|
||||||
3) Right click and download the following two files: [DietPi.txt](https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/dietpi/boot/dietpi.txt), [Automation_Custom_Script.sh](https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/dietpi/boot/Automation_Custom_Script.sh)
|
3) Right click and download the following two files: [DietPi.txt](https://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/boot/dietpi.txt), [Automation_Custom_Script.sh](https://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/boot/Automation_Custom_Script.sh)
|
||||||
|
|
||||||
4) Copy them to the /boot directory of the DietPi SDcard
|
4) Copy them to the /boot directory of the DietPi SDcard
|
||||||
|
|
||||||
[DietPi.txt](https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/dietpi/boot/dietpi.txt): Overwrites the default dietpi.txt. Modified the settings to automate the DietPi setup. (see the details [here](https://github.com/rootzoll/raspiblitz/tree/dev/dietpi#excerpts-from-the-customized-dietpitxt))
|
[DietPi.txt](https://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/boot/dietpi.txt): Overwrites the default dietpi.txt. Modified the settings to automate the DietPi setup. (see the details [here](https://github.com/rootzoll/raspiblitz/tree/master/alternative.platforms/dietpi#excerpts-from-the-customized-dietpitxt))
|
||||||
|
|
||||||
[Automation_Custom_Script.sh](https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/dietpi/boot/Automation_Custom_Script.sh): Runs after DietPi installation is completed. Contains the link to download and run the build_sdcard.sh from the dev branch of @rootzoll.
|
[Automation_Custom_Script.sh](https://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/boot/Automation_Custom_Script.sh): Runs after DietPi installation is completed. Contains the link to download and run the build_sdcard.sh from the dev branch of @rootzoll.
|
||||||
(Optionally open the file with a text editor and uncomment (remove the `#` from the front of) the line with the branch you want to build the SDcard from.)
|
(Optionally open the file with a text editor and uncomment (remove the `#` from the front of) the line with the branch you want to build the SDcard from.)
|
||||||
|
|
||||||
5) Assemble and boot the Odroid
|
5) Assemble and boot the Odroid
|
||||||
@ -133,14 +133,14 @@ Changing the SSH server will change the SSH keys again. To clear:
|
|||||||
|
|
||||||
### Run the RaspiBlitz build_sdcard.sh script
|
### Run the RaspiBlitz build_sdcard.sh script
|
||||||
|
|
||||||
* Format of the command to build the SDcard:
|
* Run this command to build from the master branch of @rootzoll:
|
||||||
|
`wget https://raw.githubusercontent.com/rootzoll/raspiblitz/master/build_sdcard.sh && sudo bash build_sdcard.sh`
|
||||||
|
This will take a couple minutes depending on your internet ceonnection and the processing power of the SBC.
|
||||||
|
|
||||||
|
* Format of the command to build the SDcard from an alternative branch:
|
||||||
`wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build_sdcard.sh && sudo bash build_sdcard.sh [BRANCH] [GITHUB-USERNAME]`
|
`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.
|
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.
|
||||||
|
|
||||||
* Example: run from the dev branch @rootzoll:
|
|
||||||
`wget https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/build_sdcard.sh && sudo bash build_sdcard.sh dev rootzoll`
|
|
||||||
This will take a couple minutes depending on your internet ceonnection and the processing power of the SBC.
|
|
||||||
|
|
||||||
* Restart when done and log back in now as `admin`:
|
* Restart when done and log back in now as `admin`:
|
||||||
`ssh admin@[IP-OF-DROIDBLITZ]`
|
`ssh admin@[IP-OF-DROIDBLITZ]`
|
||||||
password: `raspiblitz`
|
password: `raspiblitz`
|
@ -91,7 +91,7 @@ During the RaspiBlitz setup process:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Excerpts from the [customized dietpi.txt](/dietpi/boot/dietpi.txt)
|
## Excerpts from the [customized dietpi.txt]/alternative.platforms/dietpi/boot/dietpi.txt)
|
||||||
to be used for a fully automatic SDcard building process.
|
to be used for a fully automatic SDcard building process.
|
||||||
|
|
||||||
### Automate installation with the dietpi.txt
|
### Automate installation with the dietpi.txt
|
||||||
@ -129,7 +129,7 @@ Option 1 = Copy your script to /boot/Automation_Custom_Script.sh and it will be
|
|||||||
Option 2 = Host your script online, then use AUTO_SETUP_CUSTOM_SCRIPT_EXEC=http://myweb.com/myscript.sh, it will be downloaded and executed automatically. | 0=disabled
|
Option 2 = Host your script online, then use AUTO_SETUP_CUSTOM_SCRIPT_EXEC=http://myweb.com/myscript.sh, it will be downloaded and executed automatically. | 0=disabled
|
||||||
NB: Executed script log /var/tmp/dietpi/logs/dietpi-automation_custom_script.log
|
NB: Executed script log /var/tmp/dietpi/logs/dietpi-automation_custom_script.log
|
||||||
|
|
||||||
Find the Automation_Custom_Script.sh loaded with the build_sdcard.sh [here](/dietpi/boot/Automation_Custom_Script.sh)
|
Find the Automation_Custom_Script.sh loaded with the build_sdcard.sh [here]/alternative.platforms/dietpi/boot/Automation_Custom_Script.sh)
|
||||||
|
|
||||||
---
|
---
|
||||||
## Guide to clone your SD-cards in Windows, MacOS and Linux and shrink the image in Linux:
|
## Guide to clone your SD-cards in Windows, MacOS and Linux and shrink the image in Linux:
|
@ -8,13 +8,13 @@ https://dietpi.com/downloads/images/DietPi_RPi-ARMv6-Stretch.7z
|
|||||||
|
|
||||||
2) Burn it to the SD card with [Etcher](https://www.balena.io/etcher/)
|
2) Burn it to the SD card with [Etcher](https://www.balena.io/etcher/)
|
||||||
|
|
||||||
3) Right click and download the following two files: [DietPi.txt](https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/dietpi/boot/dietpi.txt), [Automation_Custom_Script.sh](https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/dietpi/boot/Automation_Custom_Script.sh)
|
3) Right click and download the following two files: [DietPi.txt](https://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/boot/dietpi.txt), [Automation_Custom_Script.sh](https://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/boot/Automation_Custom_Script.sh)
|
||||||
|
|
||||||
4) Copy them to the /boot directory of the DietPi SDcard
|
4) Copy them to the /boot directory of the DietPi SDcard
|
||||||
|
|
||||||
[DietPi.txt](https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/dietpi/boot/dietpi.txt): Overwrites the default dietpi.txt. Modified the settings to automate the DietPi setup. (see the details [here](https://github.com/rootzoll/raspiblitz/tree/dev/dietpi#excerpts-from-the-customized-dietpitxt))
|
[DietPi.txt](https://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/boot/dietpi.txt): Overwrites the default dietpi.txt. Modified the settings to automate the DietPi setup. (see the details [here](https://github.com/rootzoll/raspiblitz/tree/master/alternative.platforms/dietpi#excerpts-from-the-customized-dietpitxt))
|
||||||
|
|
||||||
[Automation_Custom_Script.sh](https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/dietpi/boot/Automation_Custom_Script.sh): Runs after DietPi installation is completed. Contains the link to download and run the build_sdcard.sh from the dev branch of @rootzoll.
|
[Automation_Custom_Script.sh](https://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/boot/Automation_Custom_Script.sh): Runs after DietPi installation is completed. Contains the link to download and run the build_sdcard.sh from the dev branch of @rootzoll.
|
||||||
(Optionally open the file with a text editor and uncomment (remove the `#` from the front of) the line with the branch you want to build the SDcard from.)
|
(Optionally open the file with a text editor and uncomment (remove the `#` from the front of) the line with the branch you want to build the SDcard from.)
|
||||||
|
|
||||||
5) Assemble and boot the Raspberry Pi
|
5) Assemble and boot the Raspberry Pi
|
||||||
@ -37,4 +37,4 @@ password: `raspiblitz`
|
|||||||
|
|
||||||
---
|
---
|
||||||
### To build manually:
|
### To build manually:
|
||||||
[Follow the generic DietPi install process.](https://github.com/rootzoll/raspiblitz/tree/dev/dietpi#general-guide-for-the-raspiblitz-on-dietpi)
|
[Follow the generic DietPi install process.](https://github.com/rootzoll/raspiblitz/tree/master/alternative.platforms/dietpi#general-guide-for-the-raspiblitz-on-dietpi)
|
@ -5,10 +5,10 @@
|
|||||||
# Uncomment the line with the branch you want to build the SDcard from:
|
# Uncomment the line with the branch you want to build the SDcard from:
|
||||||
|
|
||||||
# @rootzoll master branch:
|
# @rootzoll master branch:
|
||||||
# wget https://raw.githubusercontent.com/rootzoll/raspiblitz/master/build_sdcard.sh && sudo bash build_sdcard.sh
|
wget https://raw.githubusercontent.com/rootzoll/raspiblitz/master/build_sdcard.sh && sudo bash build_sdcard.sh
|
||||||
|
|
||||||
# @rootzoll dev branch:
|
# @rootzoll dev branch:
|
||||||
wget https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/build_sdcard.sh && sudo bash build_sdcard.sh dev
|
# wget https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/build_sdcard.sh && sudo bash build_sdcard.sh dev
|
||||||
|
|
||||||
# @openoms DietPi branch:
|
# @openoms DietPi branch:
|
||||||
# wget https://raw.githubusercontent.com/openoms/raspiblitz/DietPi/build_sdcard.sh && sudo bash build_sdcard.sh DietPi openoms
|
# wget https://raw.githubusercontent.com/openoms/raspiblitz/DietPi/build_sdcard.sh && sudo bash build_sdcard.sh DietPi openoms
|
@ -1,5 +1,5 @@
|
|||||||
# To run this script on your RaspiBlitz, copy the following line to the ssh terminal (after the #):
|
# To run this script on your RaspiBlitz, copy the following line to the ssh terminal (after the #):
|
||||||
# wget https://raw.githubusercontent.com/openoms/raspiblitz/DietPi/dietpi/dietpi.display.sh && sudo chmod +x dietpi.display.sh && ./dietpi.display.sh
|
# wget hhttps://raw.githubusercontent.com/rootzoll/raspiblitz/master/alternative.platforms/dietpi/dietpi.display.sh && sudo chmod +x dietpi.display.sh && ./dietpi.display.sh
|
||||||
|
|
||||||
# keep in mind that DietPi for Raspberry is also a stripped down Raspbian
|
# keep in mind that DietPi for Raspberry is also a stripped down Raspbian
|
||||||
echo "Detect Base Image ..."
|
echo "Detect Base Image ..."
|
Before Width: | Height: | Size: 3.8 MiB After Width: | Height: | Size: 3.8 MiB |
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |