Jump to content

Recommended Posts

Posted

I've been using Armbian for developing an image for running on some custom hardware based on an Allwinner S3 (SoC with a single arm v7 core and 128mb ram) and it has been really helpful.

My system now runs the software it was built for, and i love having complete Debian for development, maintenance and debugging.

 

However I would like to have the option of making the system more like an embedded system most of the time : for most of its life it's running a custom application that gets video from a camera, h264 encodes it and sends it and some other data out over a data link. When it's in this mode it would be great if it was more like a buildroot type system, ideally with a nice short boot time.

However some of the time i want to keep the possibility of a user booting into full Linux as I'm running now.

 

How would you go about this?

at the moment I'm looking at creating a custom systemd target with as little as possible for embedded. Does that make sense?

Posted

Start with a minimal image: no X11, no desktop

 

sudo systemctl list-units --type=service --all

 

Find those services you don't need, and "sudo systemctl disable <service>"

 

Is buildroot a nice experience like armbian?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines