You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.5 KiB
41 lines
2.5 KiB
6 years ago
|
# ⚡️ RaspiBlitz-on-DietPi ⚡️
|
||
|
## Tested on the Raspberry Pi 3 B +
|
||
|
|
||
6 years ago
|
### The automated building process:
|
||
6 years ago
|
|
||
6 years ago
|
1) Download the DietPi image for the Raspberry Pi:
|
||
6 years ago
|
https://dietpi.com/downloads/images/DietPi_RPi-ARMv6-Stretch.7z
|
||
|
|
||
6 years ago
|
2) Burn it to the SD card with [Etcher](https://www.balena.io/etcher/)
|
||
|
|
||
6 years ago
|
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)
|
||
6 years ago
|
|
||
|
4) Copy them to the /boot directory of the DietPi SDcard
|
||
6 years ago
|
|
||
6 years ago
|
[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))
|
||
6 years ago
|
|
||
6 years ago
|
[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.
|
||
6 years ago
|
(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.)
|
||
|
|
||
6 years ago
|
5) Assemble and boot the Raspberry Pi
|
||
6 years ago
|
|
||
6 years ago
|
Insert the SDcard, connect the HDD, network cable and power supply to boot.
|
||
|
(The default LCD will be set up automatically)
|
||
6 years ago
|
|
||
|
|
||
6 years ago
|
The automated setup will continue and the Raspberry Pi will restart at least twice during the process. This will take up to an hour.
|
||
6 years ago
|
To follow the logs during the automated building process login with `root` and press CTRL+C.
|
||
|
`tail -n1000 -f /tmp/DietPi-Update/dietpi-update.log` - follow the dietpi-update process
|
||
|
`tail -n1000 -f /var/tmp/dietpi/logs/dietpi-automation_custom_script.log` follow the output of the build_sdcard.sh
|
||
6 years ago
|
|
||
6 years ago
|
|
||
6 years ago
|
6) When the setup is finished log in as `admin`:
|
||
6 years ago
|
`ssh admin@[IP-OF-RASPIBLITZ]`
|
||
|
password: `raspiblitz`
|
||
|
|
||
6 years ago
|
The setup continues with the [RaspiBlitz Setup Process](https://github.com/rootzoll/raspiblitz/blob/master/README.md#setup-process-detailed-documentation)
|
||
6 years ago
|
|
||
6 years ago
|
---
|
||
|
### To build manually:
|
||
6 years ago
|
[Follow the generic DietPi install process.](https://github.com/rootzoll/raspiblitz/tree/master/alternative.platforms/dietpi#general-guide-for-the-raspiblitz-on-dietpi)
|