
21 Mar
2022
21 Mar
'22
9:20 a.m.
Hi,
I've got 2 ARM64 boards. The can both use the same kernel and initrd except dram on one starts at 0 and on the other at 0x200000000. Is it possible to set the loadaddr and entrypoint in a FIT image such that it will work for both boards?
If I put 2 kernel entries using the same binary will the resulting image have a double up on the kernel data or are things smart enough to realize the binary is the same.
Thanks, Chris