platform-system-interface / dtvis

A graphical device tree visualizer (early development)
https://platform-system-interface.github.io/dtvis/
MIT License
9 stars 2 forks source link

dtb extraction #1

Open orangecms opened 11 months ago

orangecms commented 11 months ago

https://github.com/PabloCastellano/extract-dtb

m0veax commented 8 months ago

extract-dtb image_name -o /tmp/dtb/

works like a charm. Do you want to collect samples in this repository?

orangecms commented 8 months ago

I thought it'd make sense to reference the tool in the README, possibly add a Rust rewrite :crab:

m0veax commented 8 months ago

Gonna try the RIIR 🦀 way

https://github.com/m0veax/extract-dtb-rs

m0veax commented 8 months ago

I added a dtb-extract command to device_tree-rs