Hi,
I try to flash the EMMC with Linux image, I did the below steps:
- Connecting to the EVM board via UART(Tera term).
- Sending tiboot3-am62ax-hs-fs-evm.bin, tispl.bin, u-boot.img files via XMODEM/YMODEM
- Configuring IP address:
setenv ipaddr 169.254.0.100
setenv gatewayip 169.254.0.1
setenv serverip 169.254.0.2
saveenv
ping 169.254.0.2 - setenv uuid_gpt_rootfs <uuid>
- setenv uuid_gpt_disk <uuid>
- gpt write mmc 0 $partitions
- tftpboot 0xC0000000 tisdk-thinlinux.ext4
- mmc rescan
- mmc dev 0
- mmc write 0xC0000000 0x22 0x96000
- setenv mmcdev 0
- setenv bootpart 0:1
- saveenv
When I write boot the Linux OS goes up, But when I change the BOOTMODE switches to EMMC(BOOTMODE [ 8 : 15 ] (SW3) = 0000 0000 BOOTMODE [ 0 : 7 ] (SW2) = 1101 0011)
I don't see the Linux OS, Can you help me please?