Git Product home page Git Product logo

Comments (1)

ddcc avatar ddcc commented on June 27, 2024 1

A lot of firmware used the 2.6.x kernel or older, so we started with that LTS branch for both ARM and MIPS, which I believe was 2.6.32.x.

For ARM, the target platform we were using at the time (one of realview-pb/versatilepb), didn't support ARMv6 or newer, so we ended up upgrading to a newer target platform (I believe vexpress-a9/vexpress-a15). This required a kernel update through a few LTS branches to 3.10.x, due to flaky support for platform peripherals and relevant stability patches not being backported to LTS. But then we realized that being unable to attach multiple networking devices to the emulated PCI bus (which was itself hard to find support for) was a problem, so we decided to use VirtIO instead of trying to finding a suitable target platform. Again, there were kernel problems with VirtIO support for ARM lagging behind x86, and ARM support being rewritten for ARMv8/AArch64, so we upgraded again and ended up at 4.1.x. At some point we also wanted kernel support for kretprobes, but I don't recall when that was done.

from firmadyne.

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.