Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
librem5-flash-image
Commits
90fe9a3d
Commit
90fe9a3d
authored
Sep 10, 2021
by
Guido Gunther
Browse files
Merge branch 'byzantium' into 'main'
Switch default to byzantium Closes
#1
See merge request
!9
parents
cda2ade8
37c4a409
Pipeline
#71068
passed with stages
in 4 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
90fe9a3d
...
...
@@ -27,7 +27,7 @@ test:download:pip:
-
virtualenv --python=python3 test-download
-
source test-download/bin/activate
-
pip install -r requirements.txt
-
python3 scripts/librem5-flash-image --board librem5r4 --variant plain --dist
amber-phone
--skip-flash --skip-cleanup --dir=download/
-
python3 scripts/librem5-flash-image --board librem5r4 --variant plain --dist
byzantium
--skip-flash --skip-cleanup --dir=download/
-
ls -l download/librem5*.img download/flash_librem5*.lst download/u-boot-librem5*.imx
-
rm -rf download
...
...
scripts/librem5-flash-image
View file @
90fe9a3d
...
...
@@ -39,7 +39,7 @@ JENKINS = 'https://arm01.puri.sm'
BOARD_TYPE
=
'librem5r4'
VALID_PHONE_BOARD_TYPES
=
[
'librem5r2'
,
'librem5r3'
,
'librem5r4'
]
VALID_DEVKIT_BOARD_TYPES
=
[
'devkit'
]
DIST
=
'
amber-phone
'
DIST
=
'
byzantium
'
IMAGE
=
'{}.img'
IMAGE_VARIANT
=
'plain'
META_YAML
=
'files/meta.yml'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment