[PATCH 3/3] board: phytec: phycore_am62ax: Update Environment
Daniel Schultz
d.schultz at phytec.de
Tue Apr 29 14:14:54 CEST 2025
On 4/28/25 18:10, Tom Rini wrote:
> On Mon, Apr 28, 2025 at 07:49:04AM -0700, Daniel Schultz wrote:
>
>> Add fit_addr_r to the environment to allow us to boot from a FIT image.
>>
>> Increase the maximum Image size from 23 MB to 26 MB by moving the
>> initramfs start address up. This gives us a bigger ranger to
>> provide kernel images which are not stripped down too much.
>>
>> Signed-off-by: Daniel Schultz <d.schultz at phytec.de>
>> ---
>> board/phytec/phycore_am62ax/phycore_am62ax.env | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
> What is the minimum memory configuration you have to work with here?
> That's still a very small window unless you're shipping modules with
> 512MiB or so.
>
We currently support SPI boot on devices with a minimum size of 64MB.
Our kernel image is ~22MB. So, this change will make sure the kernel
image still fits with future releases.
BTW, Wadim sent patches to enable standard boot for this product. So,
this patch series fixes some minor issues with the legacy boot flow. We
just wanna make sure we don't have broken boot flows upstream.
- Daniel
More information about the U-Boot
mailing list