This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VEN-Q1: J722S SDK : boot from emmc UDA partition

Part Number: TDA4VEN-Q1

Tool/software:

Hi , TI experts :

     Because of limitation size of emmc BOOT#0 & BOOT#1  which is 4M ,  it's impossible that trying to using "fast boot" option  in sbl_emmc_hlos boot mode , as the size of combined app is up to 21M.

    So I tried to  boot from emmc UDA partition . 

    - I partition the emmc UDA into BOOT in vfat and rootfs  linux just like SDcard partition   

    - copy  sbl_emmc_hlos.release.hs_fs.tiimage into BOOT as tiboot3.bin , and linux.appimage.hs_fs as app which in "fast boot " compile option

     -  firstly ,  boot from  SDcard , enter the uboot cmd ,  configure the mmc : 
     ```

     mmc partconf 0 0 7 0

    mmc bootbus 0 2 0 0

     ``` 

    -  switch bootpins from emmc RAW mode  into  emmc FS mode

    Finally ,  there isn't any logs from uart after power on .

   So , I would like to know any error in my steps or  how can i boot from UDA partition in j722s .

SDK version :  linux , rtos  10_00_00_08

   Thank u very much 

BR
stream