On Fri, Feb 06, 2026 at 06:28:39AM +0000, Dorde Stojicevic wrote: > Hi, > > yes of course. > > Here it is: > > $ mkimage -l build/ed7ct-cb.srp > FIT description: LynxSecure 2025.10.0-39844b80e0 SRP (aarch64) > Created: Thu Feb 5 13:58:31 2026 > Image 0 (kernel-1) > Description: LynxSecure 2025.10.0-39844b80e0 SRP (aarch64) > Created: Thu Feb 5 13:58:31 2026 > Type: Kernel Image > Compression: uncompressed > Data Size: 262512264 Bytes = 256359.63 KiB = 250.35 MiB > Architecture: AArch64 > OS: Linux
So, we're getting somewhere. It seems like before our validation check wasn't working and so claiming to be Linux, but not being Linux, wasn't caught and failed. The right path here is to add IH_OS_LYNXSECURE to include/image.h and handling of it in the various boot/ files that need it. Then the its should have 'os = "lynxsecure"' so that it sets that field correctly. -- Tom
signature.asc
Description: PGP signature

