docs improvements

This commit is contained in:
Paolo Asperti 2019-11-04 21:16:47 +01:00
parent acf3b4169b
commit 7a133701c5
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,9 @@ More info on that procedure [here](https://github.com/arendst/Tasmota/wiki/Sonof
* we now have a new tasmotized friend!
(you can remove the jumper now)
## what to do next
As stated [here](https://github.com/arendst/Tasmota/wiki/Sonoff-DIY) we use the "sonoff-basic.bin" firmware (6.7.1) and it's mandatory to issue a "reset 5" and flash the complete firmware (I usually flash the "sonoff-minimal.bin" and then the "sonoff.bin").
## more info
You can use your PC to power the raspberry, through the OTG port. If you do that, you have an emulated USB ethernet, with an IP address different from that on the wireless side.
@ -70,3 +73,6 @@ You can find a log of the flashing script in **/root/flasher.log**
Everything is cleared at each reboot as the whole system is running from RAM. If you want to keep some modifications (e.g. an authorized_keys for ssh autologin) take a look at how it's done [here](https://wiki.alpinelinux.org/wiki/Alpine_local_backup)
## current limitations
As of today, this is a very basic script. It has never been tested with two sonoff-mini at the same time, for example (and I'm very confident that this condition is not working). Maybe this works with Sonoff Basic R3 or Sonoff RF R3, it has never been tested.
This tool is designed to work without internet connection so it hasn't got access to different firmwares than the 6.7.1 that is loaded onboard.