mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
generic IP in ssh command
This commit is contained in:
parent
6059a21937
commit
c3f9a367dd
@ -1,7 +1,7 @@
|
||||
# ⚡️ Alternative platforms for the RaspiBlitz ⚡️
|
||||
|
||||
Minimum requirements:
|
||||
* ARM V7 or V8 processor architecture (32 or 64 bit)
|
||||
* ARMv7, ARMv8 or x86 processor (32 or 64 bit)
|
||||
* 1 GB RAM
|
||||
* \> 300 GB HDD
|
||||
|
||||
@ -30,7 +30,7 @@ Burn the image to the SDCard with [Etcher](https://www.balena.io/etcher/).
|
||||
|
||||
Assemble and boot.
|
||||
|
||||
`ssh root@192.168.1.122`
|
||||
`ssh root@192.168.x.x`
|
||||
|
||||
password: 1234
|
||||
|
||||
@ -51,7 +51,7 @@ Burn the image to the SDCard with [Etcher](https://www.balena.io/etcher/).
|
||||
|
||||
Assemble and boot.
|
||||
|
||||
`ssh root@192.168.1.122`
|
||||
`ssh root@192.168.x.x`
|
||||
|
||||
password: odroid
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user