Hello,
I am doing the Quick Installation Guide for the Graphics SDK that came with the ti-sdk-06.00.00.00. I got it installed already using make BUILD=release OMAPES=8.x all and make BUILD=releaseOMAPES=8.x install using this Rules.make setup, where <username> is my username of course:
HOME=/home/<username>
# Set Toolchain path (ex /home/user/toolchain/arago-2011.09/armv7a)
CSTOOL_DIR=/home/<username>/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/
# Set Tool chain prefix (ex arm-arago-linux-gnueabi- )
CSTOOL_PREFIX=arm-linux-gnueabihf-
# Set kernel installation path ( ex /home/user/linux-04.00.01.13 )
KERNEL_INSTALL_DIR=/home/<username>/ti-sdk-am335x-evm-06.00.00.00/board-support/linux-3.2.0-psp04.06.00.11/
Bbut I don't understand where to put this line:
setenv bootargs 'console=ttyO0,115200n8 root=/dev/nfs nfsroot=<nfshostipaddress>:<rootpath>,nolock
rw mem=256M ip=dhcp earlyprintk=serial vram=50M'
My nfshostipadress is 192.168.0.201 and the rootpath is
/home/<username>/ti-sdk-am335x-evm-06.00.00.00/targetNFS/
But if i try to issue the command it only says setenv not known command, and if I do it using tcsh it doesn't do anything.
Do I have to configure some file?
Can someone help me please?