[PATCH] arm: mach-imx: Makefile: Extend u-boot-nand.imx padding

2023-10-16 Thread sbabic
> From: Hiago De Franco > Extend the padding process of u-boot-nand.imx target by adding 10k bytes > of zeros to the end of the binary using the 'dd' command. > The existing padding method did not generate a functional binary, > as discussed in more detail in this thread [1]. Instead, we adopt

Re: [PATCH] arm: mach-imx: Makefile: Extend u-boot-nand.imx padding

2023-10-07 Thread Fabio Estevam
On Tue, Oct 3, 2023 at 6:27 PM Hiago De Franco wrote: > > From: Hiago De Franco > > Extend the padding process of u-boot-nand.imx target by adding 10k bytes > of zeros to the end of the binary using the 'dd' command. > > The existing padding method did not generate a functional binary, > as

[PATCH] arm: mach-imx: Makefile: Extend u-boot-nand.imx padding

2023-10-03 Thread Hiago De Franco
From: Hiago De Franco Extend the padding process of u-boot-nand.imx target by adding 10k bytes of zeros to the end of the binary using the 'dd' command. The existing padding method did not generate a functional binary, as discussed in more detail in this thread [1]. Instead, we adopt the