[PATCH] gitlab: Add a Colibri iMX8 board to the sjg lab

I have one of these boards loaded with Linux 6.6.2 and a video demo. Add an entry for it so that it can be used for testing.
Unfortunately quite a lot of work-arounds are needed to make this board work, but I am working with the supplier on this.
Signed-off-by: Simon Glass sjg@chromium.org ---
.gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a17c1b0a366..1c15907fffa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -702,3 +702,8 @@ vf2: variables: ROLE: vf2 <<: *lab_dfn + +colibrimx8: + variables: + ROLE: colibrimx8 + <<: *lab_dfn

Hi Simon,
On Tue, Dec 17, 2024 at 10:44 AM Simon Glass sjg@chromium.org wrote:
I have one of these boards loaded with Linux 6.6.2 and a video demo. Add an entry for it so that it can be used for testing.
Unfortunately quite a lot of work-arounds are needed to make this board work, but I am working with the supplier on this.
Just curious: what workarounds are you talking about?

Hi Fabio,
On Tue, 17 Dec 2024 at 06:46, Fabio Estevam festevam@gmail.com wrote:
Hi Simon,
On Tue, Dec 17, 2024 at 10:44 AM Simon Glass sjg@chromium.org wrote:
I have one of these boards loaded with Linux 6.6.2 and a video demo. Add an entry for it so that it can be used for testing.
Unfortunately quite a lot of work-arounds are needed to make this board work, but I am working with the supplier on this.
Just curious: what workarounds are you talking about?
1. It needs a special build target to build the final image[1] 2. Needs binary blobs in the root dir (I need it to use an env var to specify the location, or ideally use Binman) 3. The first time I build it gives an error, so I need to build a second time; it should build from a clean directory in one pass
Other things, for some reason, there is quite a delay between when the board boots and uuu returns, so some console output is lost. Also uuu is hugely verbose and needs a 'silent' mode.
Passing run here at [2]
Regards, Simon
[1] https://docs.u-boot.org/en/latest/board/toradex/colibri-imx8x.html#build-u-b... [2] https://ci.u-boot.org/u-boot/u-boot/-/jobs/8625
participants (2)
-
Fabio Estevam
-
Simon Glass