Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 148978

Forum Post: RE: How to remove RTC Alarm from PM Wakeup sources

$
0
0

you can load them from u-boot console via tftp

setenv fdtaddr 0x83000000
setenv loadaddr 0x82000000
setenv bootfile zImage-cm-t335
setenv fdtfile am335x-cm-t335.dtb


tftp ${loadaddr} ${bootfile} && tftp ${fdtaddr} ${fdtfile}

bootz ${loadaddr} - ${fdtaddr}


Viewing all articles
Browse latest Browse all 148978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>