-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add support for raspberry pi 1 * detect firmware name from file * add note for rpi zero * update supported devices section
- Loading branch information
1 parent
b9f85a9
commit 2c8d61f
Showing
9 changed files
with
739 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
architecture = "armhf" | ||
|
||
boot_flow = "u-boot" | ||
|
||
# Make image generic so it can be used for pi4 and pi5 | ||
include_firmware = "none" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
recipes = [ | ||
"persist-root-home", | ||
"ssh", | ||
"zsh", | ||
"persist-overlay", | ||
"tedge-firmware-update", | ||
"set-wifi", | ||
] | ||
exclude = ["mosquitto"] | ||
architecture = "armhf" | ||
|
||
[parameters.apt-cleanup] | ||
autoremove = true | ||
|
||
[parameters.ssh] | ||
root_authorized_keys = """ | ||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfhQGWWw73ponAokdNSRZ5cQc9/CIX1TLQgYlr+BtObKoO4UNFP1YSbgK03GjhjeUid+QPmV+UURqxQTqLQoYWqUFP2CYkILFccVPmTvx9HLwupI+6QQKWfMDx9Djfph9GzInymaA5fT7hKppqittFrC/l3lkKgKTX5ohEOGshIbRgtgOYIaW3ByTx3urnaBbYCIgOyOZzSIyS0dUkwsiLu3XjPspgmn3Fs/+vofT/yhBe1carW0UM3ivV0JFfJzrxbCl/F7I2qwfjZXsypjkwlpNupUMuo3xPMi8YvNvyEu4d+IEAqO1dCcdGcxlkiHxrdITIpVLt5mjJ2LauHE/H bootstrap | ||
""" | ||
|
||
[parameters.set-wifi] | ||
# These values should be modified if you want to enable default wifi credentials in the image | ||
ssid = "onboarding_jail" | ||
password = "onboarding_jail" | ||
|
||
[parameters.rugpi-ctrl] | ||
rugpi_admin = true # Enable Rugpi Admin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.