Tool/software:
Hello,
Is it possible for TI to add support to run this tool from Uboot via bootelf command?
I have tried this:
Hit any key to stop autoboot: 0
=>
=>
=>
=>
=>
=>
=> usb start
starting USB...
Bus usb@31000000: Register 1000840 NbrPorts 1
Starting the controller
USB XHCI 1.10
Bus usb@31100000: Register 1000840 NbrPorts 1
Starting the controller
USB XHCI 1.10
scanning bus usb@31000000 for devices... 2 USB Device(s) found
scanning bus usb@31100000 for devices... 1 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
=> fatls usb 0 /
EFI/
19186176 Image
315539 tiboot3-am62px-hs-fs-evm.bin
315539 tiboot3.bin
12285 ti_logo_414x97_32bpp.bmp.gz
1601499 tispl.bin
1179267 u-boot.img
574 uEnv.txt
System Volume Information/
338672 AM62A_AM62P_TEye_A53_read.out
8 file(s), 2 dir(s)
=> fatload usb 0 0x82000000 /AM62A_AM62P_TEye_A53_read.out
338672 bytes read in 26 ms (12.4 MiB/s)
=> md 0x82000000
82000000: 464c457f 00010102 00000000 00000000 .ELF............
82000010: 00b70002 00000001 791179c0 00000000 .........y.y....
82000020: 00000040 00000000 0004ee30 00000000 @.......0.......
82000030: 00000000 00380040 00400002 00f200f3 ....@.8...@.....
82000040: 00000001 00000006 00010000 00000000 ................
82000050: 70000000 00000000 70000000 00000000 ...p.......p....
82000060: 00010000 00000000 00010000 00000000 ................
82000070: 00010000 00000000 00000001 00000007 ................
82000080: 00020000 00000000 79100000 00000000 ...........y....
82000090: 79100000 00000000 0002d737 00000000 ...y....7.......
820000a0: 0005dd30 00000000 00010000 00000000 0...............
820000b0: 00000000 00000000 00000000 00000000 ................
820000c0: 00000000 00000000 00000000 00000000 ................
820000d0: 00000000 00000000 00000000 00000000 ................
820000e0: 00000000 00000000 00000000 00000000 ................
820000f0: 00000000 00000000 00000000 00000000 ................
=> bootelf 0x82000000
=>
=>
=>
=>
Please note that we use UART5 for our console port, but I still do not see any output on UART0, do know it works as there is a message that is printed during boot (boot of uboot, not the elf).
Message that comes out on UART0:
.10.0-367-g00f1ec6b87-dirty
NOTICE: BL31: Built : 16:09:05, Feb 9 2024
Thanks,
Doug