Browse Source

Merge pull request 'added Rock64 and USB hard drive booting note' (#1) from jahway603/hush-to-every-home:master into master

Reviewed-on: https://git.hush.is/onryo/hush-to-every-home/pulls/1
master
onryo 2 years ago
parent
commit
4d546005a1
  1. 12
      README.md

12
README.md

@ -1,8 +1,10 @@
# Hush to every home
The idea is to get rid of both hardware and software backdoors, install all necessary tools on a Pi 4 and sell it as a plug-and-play device. Including shipping cost the total estimated price is 200 USD, **HUSH only**. If you have your [Pi 4](https://www.raspberrypi.com/products/raspberry-pi-4-model-b) or [ROCKPro64](https://pine64.com/product/rockpro64-4gb-single-board-computer) already you can just follow the guide.
The idea is to get rid of both hardware and software backdoors, install all necessary tools on a Pi 4 and sell it as a plug-and-play device. Including shipping cost the total estimated price is 200 USD, **HUSH only**.
If you have your [Raspberry Pi 4](https://www.raspberrypi.com/products/raspberry-pi-4-model-b), [Pine64 Rock64](https://pine64.com/product/rock64-4gb-single-board-computer/), or [Pine64 ROCKPro64](https://pine64.com/product/rockpro64-4gb-single-board-computer) already you can just follow the guide.
* [Raspberry Pi 4 model b](https://www.raspberrypi.com/products/raspberry-pi-4-model-b) with 4GB of RAM device will be used in order to avoid Intel ME and AMD PSP.
* If you require AES hardware, which most users will not, then make sure you use a Pine64 board.
* [Devuan GNU+Linux](https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds) will be installed, a fork of Debian without [systemd](https://ebin.city/~werwolf/posts/systemd-sucks), but [sysvinit](https://www.devuan.org/os/init-freedom) or openrc, runit, sinit and 66-devuan.
* For private transaction and communication [Hush](https://hush.land) cryptocurrency and [HushChat](https://git.hush.is/hush/hushchat) were chosen to fulfill this task.
* To start using HushChat right away a privkey for 0.5 HUSH will be provided.
@ -191,4 +193,10 @@ To enable `torsocks` or all new shell sessions and after reboot, use the followi
```
echo ". torsocks on" >> ~/.bashrc
```
```
## Additional notes
Here is an additional note for any of the **Extreme Hush Puppies** out there.
* Substitute the microSD for a real USB hard drive as the Raspberry Pi 4 8GB model supports booting directly off USB. If you're using a Pine64 Rock64 board, then it gets more complicated and requires you to flash some new firmware to enable USB boot.

Loading…
Cancel
Save