
Hi,
On 21/09/23 21:52, Masahiro Yamada wrote:
On Fri, Sep 22, 2023 at 12:03 AM Masahiro Yamada masahiroy@kernel.org wrote:
Hi.
I am seeing a boot failure on AM64-SK.
I got the following error in SPL of the main core. Do you have any clue?
As a side-topic, I downloaded a prebuilt image from https://www.ti.com/tool/SK-AM64
It failed too (but in a different way).
I flashed tisdk-debian-bookworm-am64xx-evm.wic to a SD card by using the 'dd' command, then I got this:
Prebuilt images are targeted for High Secure (HS FS) devices. Looks like the board has a non HS Silicon (GP). Please overwrite the tiboot3.bin in boot partition with that of GP
cp tiboot3-am64x-gp-evm.bin tiboot3.bin
U-Boot SPL 2023.04 (Jul 14 2023 - 08:10:06 +0000) EEPROM not available at 0x50, trying to read at 0x51 k3_system_controller sysctrler: k3_sysctrler_start: Boot Notification response failed. ret = -110 Firmware init failed on rproc (-110)
resetting ... ti_sci system-controller@44043000: ti_sci_get_response: Message receive failed. ret = -110 ti_sci system-controller@44043000: ti_sci_get_response: Message receive failed. ret = -110 ti_sci system-controller@44043000: ti_sci_get_response: Message receive failed. ret = -110 no sysreset ### ERROR ### Please RESET the board ###
Am I doing something wrong?