F&S Support Forum
Recent Activities
-
mlm
Liked fs-support_CS’s post in the thread Clean install on armStoneMX8MP board.Like (Post)Hi mlm ,
Do you have your USB-Stick ready with the newest release (file: emmc-fsimx8mp.sysimg) and the install.scr?
insert your usb-stick and just enter:
=> update.install
this will overwrite the EMMC-User-Data with a new Image Layout including GPT-Table… -
fs-support_CS
Replied to the thread Clean install on armStoneMX8MP board.PostHi mlm ,
Do you have your USB-Stick ready with the newest release (file: emmc-fsimx8mp.sysimg) and the install.scr?
insert your usb-stick and just enter:
=> update.install
this will overwrite the EMMC-User-Data with a new Image Layout including GPT-Table… -
mlm
Posted the thread Clean install on armStoneMX8MP board.ThreadHello everyone.
I have an armStoneMX8MP board with an old version on Linux. I've checking the docs, but I can't find a (safe) way or guide to erase emmc and then install Linux using provided install.scr. Given that I'm not familirized with the command mmc… -
FS-Support_BS
Replied to the thread FSInstaller - Recovery Tool for i.MX8 and i.MX93 series.PostHello indigo ,
the error message you receive indicates that your user account has not the necessary permissions to download from "My F&S".
To fix this, please login to your "My F&S" account (My F&S » F&S Elektronik Systeme GmbH) and use the "Unlock… -
indigo
Replied to the thread FSInstaller - Recovery Tool for i.MX8 and i.MX93 series.Post -
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