Part Number: AM62L
Hi,
I am using an AM62Lx board with a PG1.1 processor.
My processor part number is: XAM62L32B0GHA.
According to the TI thread, PG1.1 should support DFU flashing and then boot from eMMC. However, I am not seeing any logs on the UART console.
I am using the SnapFactory tool to flash the eMMC.
emmc.yaml:
boards:
"0451:6165": "am62l3"
soc-models:
am62l3-firmware:
tiboot3:
path: "/home/dfu/pp/tiboot3.bin"
tispl:
path: "/home/dfu/pp/tispl.bin"
u-boot:
path: "/home/dfu/pp/u-boot.img"
am62l3-tasks:
- target-device: mmc0
fb-buffer-addr: 0x82000000
fb-buffer-size: 0x7000000
- task: gpt
args:
- name: boot
size: 128M
bootable: true
- task: flash
args:
- image: "/home/dfu/pp/bootfs.img"
part: boot
- task: reset
- task: prompt-operator
args:
prompt: "UDA mode complete. Please reboot the board."
reset-before: false
Best,
Parv