79653626

Date: 2025-06-04 23:43:39
Score: 0.5
Natty:
Report link

The most likely situation here is that you were failing the DBT alignment rules, which for arm systems need to be loaded at a 8-byte boundary (https://www.kernel.org/doc/Documentation/arm64/booting.txt).

Setting UBOOT_DTB_LOADADDRESS = "0x83000000" like you did will guarantee that.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: javs