
On 13:19-20230824, Francesco Dolcini wrote:
On Thu, Aug 24, 2023 at 10:08:49AM +0200, Emanuele Ghidoli wrote:
From: Emanuele Ghidoli emanuele.ghidoli@toradex.com
Add update_tiboot3, update_tispl and update_uboot wrappers to update R5 SPL, A53 SPL and A53 U-boot respectively.
Usage example:
tftpboot ${loadaddr} tiboot3-am62x-gp-verdin.bin run update_tiboot3
tftpboot ${loadaddr} tispl.bin run update_tispl
tftpboot ${loadaddr} u-boot.img run update_uboot
Signed-off-by: Emanuele Ghidoli emanuele.ghidoli@toradex.com
Acked-by: Francesco Dolcini francesco.dolcini@toradex.com
Should you update documentation to indicate the usage?
Currently the documentation says: Flash to eMMC -------------
.. code-block:: bash
=> mmc dev 0 1 => fatload mmc 1 ${loadaddr} tiboot3.bin => mmc write ${loadaddr} 0x0 0x400 => fatload mmc 1 ${loadaddr} tispl.bin => mmc write ${loadaddr} 0x400 0x1000 => fatload mmc 1 ${loadaddr} u-boot.img => mmc write ${loadaddr} 0x1400 0x2000