Coder Social home page Coder Social logo

Comments (4)

ejoerns avatar ejoerns commented on June 7, 2024

Well, cross compiling RAUC is a standard use case.

May I ask how you build you rootfs? In general the best way to build an embedded linux is using an embedded Linux build system such as Yocto/OE, PTXdist or Buildroot. There you can have git-versioned reproducible builds of you entire system.

Support for RAUC is included in all these tools mentioned above. And RAUC comes with standard autotools build system. Thus if you intend to cross-compile it manually, do it is just the way you cross-compile your other applications.

https://www.gnu.org/software/automake/manual/html_node/Cross_002dCompilation.html

from rauc.

ejoerns avatar ejoerns commented on June 7, 2024

Did that help you?

from rauc.

IvanSlaev avatar IvanSlaev commented on June 7, 2024

@ejoerns, hello, I am here a bit late but after I experience a really confusing behavior of rauc when starting from systemd service and starting it by hand - when by hand I was able to install update but when with systemd I get an error telling me it could not mount, exiting with "No such file or directory".
What I did is taking a prebuild deb package and installing it by hand on my target as I did not succeeded in cross-compiling mentioned below.
Anyways, I found your answer very unsatisfying as you do not mention that cross compiling takes a lot of work supplying the compilation with all the needed libraries and on top of it, they should be prebuild for the --host. The configuration is only checking and warning about the missing libraries. And after supplying the configuration I get new unmet dependencies on make.
Is there something which can be done about it?

from rauc.

ejoerns avatar ejoerns commented on June 7, 2024

I'd always suggest using an embedded Linux build system for building an embedded Linux system. Good choices are Yocto, PTXdist, Buildroot, which have all the dependency handling, sysroot setup etc. abstracted that you need for cross-compiling.
How do you assemble your system?
RAUC is itself well-prepared for being cross-compiled to the best of our knowledge, but solving the general challenges of cross-compiling is surely out-of-scope for RAUC.

Maybe, for the original problem, it could be an option to post the actual log message of the issue you encounter, probably with the configuration used, etc.

from rauc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.