I trying to do emmc flashing with referance of below FAQ :
I download all the images
but whenever i trying to upload rootfs i am getting error like : Request would exceed designated area!
so i do some searches and find below commands.
=> setenv dfu_alt_info_emmc 'rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 2;tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1'
=> setenv dfu_alt_info ${dfu_alt_info_emmc}
after apply this command i upload my rootfs and error will be solved.
after this i apply this two commands according to FAQ.
=> mmc partconf 0 1 1 1
=> mmc bootbus 0 2 0 0
and change the boot switch mode to "emmc boot" and reboot the EVM board.
but after this no logs i getting in minicom.
i can not see any u-boot prompt.
can anyone help me to resolve this ?