- 08 Sep, 2021 1 commit
-
-
Guido Gunther authored
We use the unencrypted image since it's smaller and want to add the a helper to change the encryption key to avoid a false sense of security. Closes: #1
-
- 05 Jul, 2021 1 commit
-
-
- 12 Mar, 2021 1 commit
-
-
Guido Gunther authored
Repurpose the board variant for that since it's unused.
-
- 01 Mar, 2021 1 commit
-
-
Guido Gunther authored
This avoids downloading / flashing with root permissions and extending the docs even further. We can switch to `uuu -udev > ...` once the new uuu is more widespread. Closes: #35
-
- 21 Jan, 2021 1 commit
-
-
Give an informative message and wait for the device to show up before starting to flash.
-
- 19 Jan, 2021 2 commits
-
-
Guido Gunther authored
-
-
- 18 Jan, 2021 2 commits
-
-
Closes: #30
-
-
- 04 Nov, 2020 1 commit
-
-
But don't make it the default until we have the images online.
-
- 02 Oct, 2020 2 commits
-
-
Guido Gunther authored
This makes it simpler for people who found --help
-
Guido Gunther authored
-
- 25 Sep, 2020 4 commits
-
-
-
No need to pass both
-
-
We don't process integers
-
- 31 Aug, 2020 1 commit
-
-
We keep a symlink for backward compat
-
- 28 Jul, 2020 4 commits
-
-
Guido Gunther authored
Closes: #24
-
Guido Gunther authored
This makes sure people use the correct ones.
-
Guido Gunther authored
It's still possilble to override it completely
-
Guido Gunther authored
-
- 19 Feb, 2020 1 commit
-
-
Add a board rev to flash the dogwood devices. Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
- 17 Dec, 2019 2 commits
-
-
Angus Ainslie authored
Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- 30 Nov, 2019 1 commit
-
-
Angus Ainslie authored
Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
- 07 Nov, 2019 1 commit
-
-
Angus Ainslie (Purism) authored
The new u-boot uses the SDPV protocol Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
- 31 Aug, 2019 1 commit
-
-
Clayton Craft authored
This allows the script to work when python is in a virtualenv.
-
- 28 Aug, 2019 1 commit
-
-
Angus Ainslie authored
U-boot builds have ben moved Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- 26 Jun, 2019 1 commit
-
-
Angus Ainslie (Purism) authored
Choose between legacy, current and next build types Signed-off-by:
Angus Ainslie (Purism) <angus@akkea.ca>
-
- 07 Jun, 2019 1 commit
-
-
Hugo Grostabussiat authored
When verifying image integrity, first check the image file size against the one from the manifest. If they are different, fail immediately, without computing the SHA-256 hash of the image since we know it will be wrong. Unfortunately, there is no speed gain to expect from this optimization in the common case, since the uncompressed size of the image rarely change between builds. However, in cases where there are remains of a partially downloaded image, a new download will be attempted almost immediately.
-
- 12 Apr, 2019 2 commits
-
-
Guido Gunther authored
Closes: #14
-
Guido Gunther authored
No need to check if it's set
-
- 24 Jan, 2019 5 commits
-
-
Guido Gunther authored
Messes up the progess bar otherwise.
-
Guido Gunther authored
We can't test the actual flashing but that's most of what the script does atm. This will make us spot things like fixed in !1 early.
-
Guido Gunther authored
This allows to use the download machinery but not flash anything. Useful to prepare everything on another machine.
-
Esteban Torre authored
-
Esteban Torre authored
-
- 21 Jan, 2019 2 commits
-
-
Dorota Czaplejewicz authored
The main purpose of this is to allow infinite retries. The discussion on the community channel revealed that people will have connectivity problems. This solution is not perfect for unreliable connections, but it's better. Perhaps the ideal solution would be to leave the file between runs and let the user control when to download (data caps, offline periods, etc).
-
Dorota Czaplejewicz authored
-
- 02 Jan, 2019 1 commit
-
-
Guido Gunther authored
This was just a band aid until image-builder!73 got merged to not break image flashing.
-