F&S Support Forum
Recent Activities
-
catermaat
Replied to the thread Releases seem to be unavailable.PostOhh, oke thats nice. Yeah Ubunut 22.04 works. Thanks for the help -
fs-support_PG
Replied to the thread Releases seem to be unavailable.PostI just did the build on WSL inside our docker container fus-ubuntu-2022.04.2
https://github.com/FSEmbedded/docker-fus/tree/ubuntu-22.04
You will have to add the fs-toolchain /usr/local/arm/ to the container though.
Maybe this helps? -
catermaat
Replied to the thread Releases seem to be unavailable.PostYeah, buildroot does the same, it does not download the release, it makes the .tar.gz. that one byte would make the hash different and fail the build.
But the vm works, i may convert the azure pipeline to fedora or something -
fs-support_DB
Replied to the thread Releases seem to be unavailable.PostYou are comparing two .tar.gz files created on different machines and (presumably) different tar an gz programs (different versions and linked libraries).
If only one byte in the .tar.gz is different, you get different sha256 sums.
You have to compare the… -
catermaat
Replied to the thread Releases seem to be unavailable.Post -
fs-support_PG
Replied to the thread Releases seem to be unavailable.PostHmm I see, that' odd...
Is it mainly with NXP gits from github?
Which Linux Distro are you using in your pipeline ?
Here is the output from my build
(Code, 6 lines)
Your F&S Support Team -
catermaat
Replied to the thread Releases seem to be unavailable.PostYeah ur right, i was confused.
The VM works perfect, but somehow the azure pipeline cant get the hash correct. This worked before and it still build fsimx6sx_min_defconfig with a lot of similar packages.
(Code, 15 lines)
Thanks for checking the build on ur… -
fs-support_PG
Replied to the thread Releases seem to be unavailable.PostHello,
I am not quite sure what you mean. libdrm-imx and imx-lib are two different projects.
Are you using the F&S Build Machine?
New F&S Development Machine - Fedora36-arm32
Could you try to build the release fsimx6sx-B2024.01?
… -
catermaat
Replied to the thread Releases seem to be unavailable.PostYeah, ur right the tags still available, just a different url
but looking at the libdrm package here https://github.com/FSEmbedded/…/package/libdrm/libdrm.mk
we still use the old url right? Patching these will work
#LIBDRM_SITE = … -
fs-support_PG
Replied to the thread Releases seem to be unavailable.PostHello and welcome to the Forum.
Which F&S Release are you using?
The latest Buildroot Release for fsimx6sx is currently fsimx6sx-B2024.01
https://github.com/FSEmbedded/…us/tree/fsimx6sx-B2024.01
https://github.com/FSEmbedded/…fus/tree/fsimx6sx-2024.01
The Tag…