Code:
--------------------
    
  wget http://www.communitysqueeze.org/images/wandboard/u-boot-consoleblank.bin
  sudo dd if=u-boot-consoleblank.bin of=/dev/mmcblk0 bs=512 seek=2 skip=2
  sync
  sudo reboot
  
--------------------


I've not tested other than to check that board reboots and
consoleblank=0 is passed on the kernel command line ....


Code:
--------------------
    
  Kernel command line: 
  console=ttymxc0,115200 
  consoleblank=0 
  root=/dev/mmcblk0p1 
  rootwait ro 
  video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98190

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to