NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:GSG: DVEVM Software Setup for DM6467 Platforms

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article GSG: DVEVM Software Setup for DM6467 Platforms here.

Comments on GSG: DVEVM Software Setup for DM6467 Platforms


HelmutForren said ...

Regarding "Setting Up the Build/Development Environment" I find that the command "source /.bashrc" should NOT have the slash. It should be "source .bashrc" in order to reference the file you just edited.

--HelmutForren 05:49, 8 January 2011 (CST)

HelmutForren said ...

...that is, when /home/<useracct> is your working directory. Otherwise, I guess it should be "source /home/<useracct>/.bashrc". I don't thik it should ever be "source /.bashrc".

--HelmutForren 05:51, 8 January 2011 (CST)

HelmutForren said ...

Regarding "Building the DVSDK Software for the Target" step 3, the link to find mkimage is a dead end. Having installed Ubuntu 10.04, I simply took a stab at running "mkimage" from terminal. It informed me that I could install it by running "sudo apt-get install uboot-mkimage". Evidently Ubuntu now includes mkimage. Crisis avoided.

--HelmutForren 06:15, 8 January 2011 (CST)

HelmutForren said ...

The instruction "NOTE: dsplink_arm needs to be built each time after building the linux kernel. Users can skip the above step if done once." makes no sense. Can someone please revise it. As I read it, it says "you have to do it every time but only have to do it once". This is self contradictory.

--HelmutForren 07:06, 8 January 2011 (CST)

Tom.gerardy said ...

Step 7 of “Building the DVSDK Software for the Target“: the make install step fails for me with the following message install: cannot change permissions of `/home/tom/workdir/filesys/opt/dvsdk/dm6467': Operation not permitted make[2]: *** [install_decode] Error 1 make[1]: *** [decode/.install] Error 2

Executing with root privileges seems to work: sudo make install


--Tom.gerardy 10:58, 12 April 2013 (CDT)