Other Parts Discussed in Thread: UNIFLASH
Hi Many Expert,
Because of some reason, we do not design SDCard interface (slot) on our own board, but we still remain uart(mcu), JTAG, USB interface for feature firmware upgrade.
Our eMMC flash is pure empty , no Partition! so, the only way could be Uniflash.
I try to search answers, this thread could be work ! ( I swap to Uart boot mode do this test! )
e2e.ti.com/.../941068
it cloud burn "tiboot3.bin, tispl.bin and u-boot.img" into eMMC
but how to burning linux kernel & rootFS use the same way? (uniflash)
Could you give us any comment?
BTW,
Are these command necessary in u-boot? because our emmc is empty, no partition
mmc partconf 0 1 1 1
mmc bootbus 0 2 0 0
Many Thanks