commit | 9557d46107926b8346e4dcb3a0842c87e0fcbf7a | [log] [tgz] |
---|---|---|
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | Thu Aug 24 10:08:49 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 08 10:07:11 2023 -0400 |
tree | b95600b18014256ac4d77e10f21238b3461f472f | |
parent | 515e0af77b25fba24ef6a3c72afee6ae3c739825 [diff] |
verdin-am62: add u-boot update wrappers 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>