[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Stretch ARM installation RAM and Flash size



On Tue, Jan 15, 2019 at 07:53:34AM +1100, hh h wrote:
> "Sure. If I had a heavily restricted system, I would look at LEDE
> a.k.a. OpenWRT."
> 
> That'll be my last resource, it is so easy to build my source code in
> Debian than in OpenWRT which wrapped the native Linux build system
> into its own build system, someone might like it, but I would prefer
> an open environment.
> 
> What I really don't understand is why could the OpenWRT to make the OS
> so small but Debian ARM embedded system could not?

Debian tends to enable all the features, while the embedded systems tend
to only turn on exactly what they need.  Debian is trying to target a
generic platform and work for everything, while openwrt/lede/yocto tend
to aim at building for a specific target device.

OpenWRT uses musl for libc, not glibc, which has less features and
optimized for size rather than performance when there is a choice to
be made.  Yocto lets you pick which libc you want to build with.

-- 
Len Sorensen


Reply to: