JackOfAll wrote: > > 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 > -------------------- > > > > EDIT: Terry, if you test this. For safety sake, after you wget the > u-boot binary and before you dd it to the SDCARD, "ls -l > u-boot-consoleblank.bin" and make sure what you have downloaded is a > 102100 byte file.
JackOfAll, When I try the wget, it fails: [fedora@wandboard ~]$ wget http://www.communitysqueeze.org/images/wandboard/u-boot-consoleblank.bin --1970-01-01 01:03:37-- http://www.communitysqueeze.org/images/wandboard/u-boot-consoleblank.bin Resolving www.communitysqueeze.org (www.communitysqueeze.org)... 85.158.46.143 Connecting to www.communitysqueeze.org (www.communitysqueeze.org)|85.158.46.143|:80... failed: No route to host. One possible reason might be that I haven't updated the image since the very first one you posted. I've been too busy working on my router problems. I am downloading the latest .img now, but it is going painfully slow... Terry ------------------------------------------------------------------------ TerryS's Profile: http://forums.slimdevices.com/member.php?userid=40835 View this thread: http://forums.slimdevices.com/showthread.php?t=98190 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
