Tool/software:
Hi,
I am using the following layout for flashing:
dfu_alt_info "tiboot3 raw 0x0 0x400 mmcpart 1;tispl raw 0x400 0x1000 mmcpart 1;u-boot raw 0x1000 0x2000 mmcpart 1;tisdk-base part 0 1";dfu 0 mmc 0;
but here I am unable to load env.txt file if I am trying to set memory adress below 0x2000 it is showing "Request would exceed designated area".
I want to allocate 4 MB of boot space for tiboot.tisp
, u-boot
, and uEnv
files. Could you please guide me on how to partition the eMMC accordingly? Additionally, if possible, could you help me with a suitable uEnv.txt
configuration?