On Wed, Mar 16, 2022 at 03:35:36PM -0400, Jérôme Carretero wrote:
> The code was mistakenly initializing the input buffer twice.
>
> Tested to be working on BeagleBone by adjusting CONFIG_SYS_BOOTM_LEN to
> 64MiB (probably works with less) and preparing uImage with:
>
> cat arch/arm/boot/Image
The code was mistakenly initializing the input buffer twice.
Tested to be working on BeagleBone by adjusting CONFIG_SYS_BOOTM_LEN to
64MiB (probably works with less) and preparing uImage with:
cat arch/arm/boot/Image \
| zstd --ultra -22 --zstd=windowLog=22 \
> linux.bin.zst
mkimage -A arm
2 matches
Mail list logo