pub fn create_android_fdt(fdt: &mut Fdt, fstab: File) -> Result<()>
Expand description

Creates a flattened device tree containing all of the parameters used by Android.

§Arguments

  • fdt - The DTB to modify. The root node will be modified.
  • android-fstab - A text file of Android fstab entries to add to the DTB