Hi Max,

 

There are multiple uEnv.txt files the correct file is /uEnv.txt

 

root@TestDevice:~# cat /uEnv.txt

##These are needed to be compliant with Angstrom's 2013.06.20 u-boot.

 

loadaddr=0x82000000

fdtaddr=0x88000000

rdaddr=0x88080000

 

initrd_high=0xffffffff

fdt_high=0xffffffff

 

##These are needed to be compliant with Debian 2014-05-14 u-boot.

 

loadximage=echo debug: [/boot/vmlinuz-${uname_r}] ... ; load mmc 0:1 
${loadaddr} /boot/vmlinuz-${uname_r}

loadxfdt=echo debug: [/boot/dtbs/${uname_r}/${fdtfile}] ... ;load mmc 0:1 
${fdtaddr} /boot/dtbs/${uname_r}/${fdtfile}

loadxrd=echo debug: [/boot/initrd.img-${uname_r}] ... ; load mmc 0:1 ${rdaddr} 
/boot/initrd.img-${uname_r}; setenv rdsize ${filesize}

loaduEnvtxt=load mmc 0:1 ${loadaddr} /boot/uEnv.txt ; env import -t ${loadaddr} 
${filesize};

check_dtb=if test -n ${dtb}; then setenv fdtfile ${dtb};fi;

loadall=run loaduEnvtxt; run check_dtb; run loadximage; run loadxrd; run 
loadxfdt;

 

mmcargs=setenv bootargs console=tty0 console=${console} consoleblank=0 
${optargs} ${cape_disable} ${cape_enable} root=/dev/mmcblk0p1 
rootfstype=${mmcrootfstype} ${cmdline}

 

uenvcmd=run loadall; run mmcargs; echo debug: [${bootargs}] ... ; echo debug: 
[bootz ${loadaddr} ${rdaddr}:${rdsize} ${fdtaddr}] ... ; bootz ${loadaddr} 
${rdaddr}:${rdsize} ${fdtaddr};

 

root@SensitDisplay:~#

 

Best regards,

Carl

 

 

 

 

Van: [email protected] [mailto:[email protected]] Namens 
Beagle Boner
Verzonden: Wednesday, 20 December 2017 12:05
Aan: BeagleBoard <[email protected]>
Onderwerp: [beagleboard] Re: Completely disable screensaver

 

Hey Carl,

thanks for your suggestions. I´m struggeling with the same problem right now.
My /boot/uEnv.txt doesnt contain the mmcargs line. Where did you find it?

cheers,

Max

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to a topic in the Google 
Groups "BeagleBoard" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/beagleboard/yQZXFejkwt4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
[email protected] 
<mailto:[email protected]> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/757dc317-cb2e-4e4b-beda-31535e38bbe5%40googlegroups.com
 
<https://groups.google.com/d/msgid/beagleboard/757dc317-cb2e-4e4b-beda-31535e38bbe5%40googlegroups.com?utm_medium=email&utm_source=footer>
 .
For more options, visit https://groups.google.com/d/optout.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/000601d37989%242d2f6e80%24878e4b80%24%40alenco.nl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to