Lines Matching full:dtbo
9 If your DTB/DTBO is in an unique partition, e.g. `dtb` and `dtbo` partition.
10 `mkdtimg` is a tool for creating the `dtb`/`dtbo` image.
11 You can use `mkdtimg` to pack one or more DTB/DTBO files into an image.
15 This is the layout for `dtb`/`dtbo` image:
32 | DTBO #0 | | v (dt_entry_entry #1)
37 | DTBO #1 | | v (dt_entry_entry #1)
44 | DTBO #N | v
66 Use the `create` command to create a `dtb`/`dtbo` image:
75 Each dtb/dtbo `ftbX_filename` will generate a `dt_table_entry` in image.
96 the DTB/DTBO file and assign into relative property in `dt_table_entry`.
126 $mkdtimg create dtbo.img --id=/:board_id --rev=/:board_rev --custom0=0xabc \
127 board1.dtbo \
128 board2.dtbo --id=0x6800 \
129 board3.dtbo --id=0x6801 --custom0=0x123
132 * First `dt_table_entry` (`board1.dtbo`) `id` is `0x00010000` and `custom[0]`
171 board1.dtbo
173 board2.dtbo
176 board2.dtbo
180 $mkdtimg cfg_create dtbo.img dtboimg.cfg
185 For `dtb`/`dtbo` images, use the `dump` command to print the information in
189 $mkdtimg dump dtbo.img