9/08/2015

DM368- 추후 정리

TI의 Davinci Series의 역사 및 기능을 간단히 비교 분석을 할 수 있다.

  • Davinci Series 간단하게 비교 해서 볼 수 있다. 
   https://en.wikipedia.org/wiki/Texas_Instruments_DaVinci
   http://dedf.promwad.com/materials/DEDF2012-Chepurin-TI-DaVinci-processors.pdf

  • DM814x, DM816x, DM37x , DM368 비교 
   http://processors.wiki.ti.com/index.php/Category:DaVinci



  • SDBOOT

UBOOT 설정 확인

bootargs" value="console=ttyS0,115200n8 root=/dev/mmcblk0p1 rootwait rootfstype=ext3 rw"
bootcmd" value="mmc rescan 0;ext2load mmc 0 0x80700000 boot/uImage; bootm 0x80700000"


bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootwait ip=off
bootcmd=if mmc rescan 0 ; then if run loadbootenv ; then run importbootenv ; if test -n ${uenvcmd} ; then run uenvcmd; fi ;fi ;fi
loadbootenv=fatload mmc 0 ${loadaddr} uEnv.txt
loaduimage=fatload mmc 0 ${loadaddr} uImage
importbootenv=echo Importing environment from mmc ...; env import -t ${loadaddr} ${filesize}


  http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/p/149284/1376766


  https://github.com/Soorma07/dm368/blob/master/mksdboot.sh


  http://wiki.edgertronic.com/releases/v2.1.3/boot-output.txt



  http://cimarronsystems.com/wp-content/uploads/2014/01/LeopardBoard-368-DVSDK-4_02-Installation-Guide-v1_1.pdf
  https://developer.ridgerun.com/wiki/index.php/Getting_Started_Guide_for_DM368_DM365_LeopardBoard
  http://processors.wiki.ti.com/index.php/Getting_Started_Guide_for_Leopard_Board_DM365_and_DM368

  https://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/t/144880
  http://dark2pee.tistory.com/entry/DM368-bootscr-%EB%A7%8C%EB%93%A4%EA%B8%B0
  http://tms320dm365.tumblr.com/post/78189101620/dm368-nand-boot-mode





dm3xx_sd_boot-6.1
  bin.x86
  flash_utils
  original
  sdcard_flash
  sd_boot_readme.txt

PATH=$PATH:./bin.x86

make

http://processors.wiki.ti.com/index.php/SD_card_boot_and_flashing_tool_for_DM355_and_DM365

http://processors.wiki.ti.com/index.php/UG:_DaVinci_PSP_Installation_on_DM36x_EVM

export PATH=:$PATH:/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin:/opt/mv_pro_5.0/montavista/pro/bin:/opt/mv_pro_5.0/montavista/common/bin

http://e2e.ti.com/support/embedded/linux/f/354/p/127539/456755


http://processors.wiki.ti.com/index.php/GSG:_DM365_DVEVM_Software_Setup_for_MontaVista_Kernel




http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_2_10/latest/index_FDS.html

NFS BOOT





Kernel size 변경
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/p/288082/1005562


TFTP BOOT
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/p/288082/1220969
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/p/288082/1220969



http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout

댓글 없음 :