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.

Linux/TDA2EVM5777: wiki link for TDA2EVM5777 is available or not?

Part Number: TDA2EVM5777

Tool/software: Linux

Hi Guys,


We are working TDA2EVM5777, we already got all necessary documents from TI with SDK. But as i have worked sitara & davinci from, i have seen vast amount of wiki pages.

so i would like to know for TDA2xx/TDA2Eco series, TI wiki pages are available or not. As i was in processor.wiki.ti.com i was unable to find. if possible can you share the path.

regards,

Ganesh

  • Hi ,

    thanks for your reply, can i get more information on u-boot and kernel side. what are the bootargs i have to pass in uboot?

    regards,

    Ganesh

  • Ganesh,

    TDA2x comes with Vision SDK. Vision SDK is based on u-boot 2014.07 and kernel 3.14:

    www.ti.com/.../processor-sdk-tdax

    Regards,
    Pavel
  • Hi ,

    thanks for your reply, we able to build u-boot as well as kernel, but now we have new error.

    we have created new sd card using mksdboot script, but u-boot environment failed to load kernel image.

    U-Boot# pri
    arch=arm
    args_mmc=part uuid mmc 0:2 uuid; setenv bootargs "console=ttyO0,115200n8 elevator=noop root=PARTUUID=${uuid} rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consolebl"
    baudrate=115200
    board=dra7xx
    board_name=dra7xx
    board_rev=E.0
    bootargs=console=ttyO0,115200n8 vram=16M root=PARTUUID= rw rootwait ip=none mem=1024M
    bootcmd=run findfdt; run mmcboot;setenv mmcdev 1; setenv bootpart 1:2; setenv mmcroot /dev/mmcblk0p2 rw; run mmcboot;
    bootdelay=1
    bootdir=/boot
    bootenv=uEnv.txt
    bootfile=zImage
    bootm_size=0x10000000
    bootpart=1:2
    bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
    console=ttyO0,115200n8
    cpu=armv7
    dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x200 0x400;spl-os-args.raw raw 0x80 0x80;s1
    dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x200 0x400;spl-os-args.raw raw 0x80 0x80;spl-os-image.raw raw 0x91
    dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000
    dfu_bufsiz=0x10000
    eth1addr=20:cd:39:2b:c7:cd
    ethact=cpsw
    ethaddr=20:cd:39:2b:c7:cc
    fdt_addr_r=0x88000000
    fdtaddr=0x88000000
    fdtfile=dra7-evm-infoadas.dtb
    filesize=de
    findfdt=if test $board_name=dra7xx; then setenv fdtfile=dra7-evm-infoadas.dtb
    importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
    kernel_addr_r=0x82000000
    loadaddr=0x82000000
    loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
    loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr
    loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile};
    loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
    mmcargs=setenv bootargs console=${console} ${optargs} vram=${vram} root=${mmcroot} rootfstype=${mmcrootfstype}
    mmcboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;;
    mmcdev=1
    mmcpart=0:2
    mmcroot=/dev/mmcblk0p2 rw
    mmcrootfstype=ext4 rootwait
    netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp
    netboot=echo Booting from network ...; set env autoload no; dhcp; tftp ${loadaddr} ${bootfile}; tftp ${fdtaddr} ${fdtfile}; run netargs; bootz ${loadaddr} - ${fdtaddr}
    partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}
    ramdisk_addr_r=0x88080000
    rdaddr=0x88080000
    scsidevs=0
    serial#=2e6400f06a440000
    soc=omap5
    stderr=serial
    stdin=serial
    stdout=serial
    usbtty=cdc_acm
    vendor=ti
    ver=U-Boot 2014.07 (Jan 06 2017 - 20:42:10)
    vram=16M
    Environment size: 3231/131067 bytes

    U-Boot# boot
    syntax error
    switch to partitions #0, OK
    mmc1(part 0) is current device
    SD/MMC found on device 1
    * Unrecognized filesystem type *
    * No partition table - mmc 1 *
    switch to partitions #0, OK
    mmc1(part 0) is current device
    SD/MMC found on device 1
    * Unrecognized filesystem type *
    * No partition table - mmc 1 *


    regards,
    Ganesh
  • Ganesh,

    Make sure you are following VisionSDK_Linux_UserGuide.pdf, it has instructions regarding SD boot and boot arguments (uenv.txt).

    As your questions are moving aways from your subject "wiki link for TDA2EVM5777 is available or not?" I would recommend you to open new e2e thread regarding your new set of questions, ask in the TDAx forum:

    e2e.ti.com/.../1021

    Regards,
    Pavel