I have the DM6467T EVM and am trying to follow the instructions at http://processors.wiki.ti.com/index.php/Writing_Kernel_Image_to_NAND_Flash
I'm at the step "Downloading the Kernel Image to the DVEVM". It says "DVEVM# setenv serverip <tftp server ip address>", which I deduce means to use the "setenv" command on the evm. However, when I type any "setenv" command, I get a not found error.
To begin with, I powered on the DM6467T EVM and saw the boot log come out the UART onto my Windows XP hyperterminal session. It mentions "Arago". This ended with a "login" prompt. I typed "root" and was not asked for a password. I next typed "setenv serverip XXX.XXX.XXX.XXX" and got the not found error.
Is there some setup I've skipped? Why is the setenv command not found? Does Arago use a different [spelling of the] command? Printenv doesn't work either. Do I need to run a different shell after login?