Hello,

I try to boot from the internal hda. This is my env:
DaVinci EVM # printenv
        bootdelay=3
        bootfile="uImage"
        bootargs=mem=120 console=ttyS0,115200n8 root=/dev/hda1 rw noinitrd 
ip=172.16.0.2 video=dm64xxfb:output=pal
        bootcmd=setenv setboot setenv bootargs mem=120M console=ttyS0,115200n8 
root=/dev/hda1 rw noinitrd ip=172.16.0.2 video=dm64xxfb:output=pal
        stdin=serial
        stdout=serial
        stderr=serial
        ethaddr=00:0e:99:02:5c:3e
        videostd=pal
        setboot=setenv bootargs mem=120M console=ttyS0,115200n8 root=/dev/hda1 
rw noinitrd ip=172.16.0.2 video=dm64xxfb:output=pal
        
But when I boot it stops at the uBoot-prompt. I guess there is an error
in the bootcmd. When I enter

        setenv bootcmd setenv setboot setenv bootargs $(bootargs) 
video=dm64xxfb:output=$(videostd);run setboot;bootm 0x2050000 

it works. Linux starts. But I did not had a change to save the
enviroment via saveenv. So everytime I switch the evm on I have to set
the setboot-env again. Waht can I do tho save the env in flash?

Bye - Robert

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to