Hello systemd developers,
I'm working on minimizing user space boot time with systemd on an embedded
board and would appreciate any advice or insights from the community.
Setup details:
*
Hardware: sam9x75-curiosity-sd (ARMv5), booting from SD card
*
Distro: Yocto/Poky, custom minimal image
Hi Brian,
On 26/09/24 6:36 am, Brian Masney wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the
> content is safe
>
> On Wed, Sep 25, 2024 at 03:53:36PM +, [email protected] wrote:
>> yes something similar to this, I will experiment this and get back to yo
Hi Serenissi,
Thanks for your valuable comments.
> which means you won't be able to run egt in initfamfs until main rootfs
> is mounted anyways?
Yes, egt depends on libraries and examples under /usr/share in rootfs.
> In theory you can use RootImage to point to /sysroot and start egt after
>
Hi Serenissi,
On 24/09/24 2:58 pm, serenissi wrote:
> du -sh /usr/lib/systemd/
> 13M /usr/lib/systemd/
>
> du -sh /usr/lib64/systemd
> 6.4M /usr/lib64/systemd
>
> i.e. about 20M with most stuffs of systemd package installed. Is it too
> large for initrd? Idk about your setup, might be em
Hi Team,
I'm exploring the possibility of splitting the systemd binary to
optimize boot time before and after switching to the root filesystem.
I’m aware that the systemd binary is quite large and may not fit in the
initramfs, but is it feasible to have a minimal version of systemd that
can in
Hi Barry,
Thanks for your reply.
On 16/08/24 12:50 pm, Barry wrote:
> [You don't often get email from [email protected]. Learn why this is
> important at https://aka.ms/LearnAboutSenderIdentification ]
>
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the
> content
Hi,
Gentle reminder on this query.
On 18/07/24 11:52 am, Dharma B wrote:
> Hi Everyone,
>
> We have recently migrated from sysvinit to systemd on our platforms,
> including sam9, sama5, and sama7 which feature various ARM architectures
> such as ARMv5, Cortex-A5, and Cortex-A7.
>
> We observed d
Hi Everyone,
We have recently migrated from sysvinit to systemd on our platforms,
including sam9, sama5, and sama7 which feature various ARM architectures
such as ARMv5, Cortex-A5, and Cortex-A7.
We observed different performance levels across these architectures,
detailed as follows:
Performanc