Boot Process, Flat Device Tree, mkbootimg Discussion #37
Replies: 2 comments 4 replies
-
I'm not familiar with the version that pmOS uses It seems google has move to a python implementation As far as I know, bootloader is responsible of passing the "Flattened device tree" to the kernel |
Beta Was this translation helpful? Give feedback.
-
Small tutorial on loading device tree over serialUse kermit tool (such as Enter kermit download mode
Send dtb file with ukermit
Read test:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using mkbootimg from here: https://github.com/CyanogenMod/android_system_core.git
With this version, if I run
abootimg -i boot.img
against an image that it generated, it's considered invalid. However it's working with Hashcode's u-boot and fastboot commandsBeta Was this translation helpful? Give feedback.
All reactions