summaryrefslogtreecommitdiff
path: root/configs/minnowmax_defconfig
diff options
context:
space:
mode:
authorSam Protsenko <joe.skb7@gmail.com>2020-02-21 16:35:21 +0200
committerLokesh Vutla <lokeshvutla@ti.com>2020-03-03 13:08:14 +0530
commit41ee72f48b0ab4c0f056a5e5fc4ff9007fdfaf29 (patch)
tree90725d6bc04715780be53695475b3f4b7afff2ad /configs/minnowmax_defconfig
parent360c86b1622e0426069b13e22a534fc1e7755789 (diff)
env: ti: boot: Fix Android boot on AM57x EVM
When applying DTBO on top of DTB (with "fdt apply" command) on AM57x EVM board, there is not enough memory reserved in RAM for DTB blob. Hence, DTBO can't be merged in DTB. It leads to inability to boot Android with next error message: failed on fdt_overlay_apply(): FDT_ERR_NOSPACE To overcome that issue let's provide 512 KiB of space to keep DTB and all merged DTBO blobs. To do so, "length" parameter should be specified for "fdt addr" command: => fdt addr $fdtaddr 0x80000 512 KiB is the maximum size we can use for this, because next address after $fdtaddr is 512 KiB ahead of it: fdtaddr=0x88000000 rdaddr=0x88080000 Also add size variables to 'adtimg' command invocations, to avoid cluttering the console with DTBO blob sizes. Signed-off-by: Sam Protsenko <joe.skb7@gmail.com> Reviewed-by: Eugeniu Rosca <rosca.eugeniu@gmail.com>
Diffstat (limited to 'configs/minnowmax_defconfig')
0 files changed, 0 insertions, 0 deletions