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.

TMDS64GPEVM: Uboot set variable in uEnv.

Part Number: TMDS64GPEVM

Hello

I'm using TMDS64GPEVM board. Revision PRC101B. I want to set variables in my uEnv script:

setenv serverip 10.0.1.1
setenv ipaddr 10.0.1.2
serverip=10.0.1.1
ipaddr=10.0.1.2

I tried two approaches: using setenv and simple assignment. But it appears that those variables are not present in U-Boot environment. When I type for example printenv ippadr nothing shows up.

uEnv.txt is present on boot partition and my custom message is printed when system boot up. So uEnv.txt is read after kernel boot up? So how to set variables to be present in U-Boot console?

BR

Jakub