These settings usually work:
http://elinux.org/BeagleBoardUbuntu#S-Video
Regards,
--
Robert Nelson
http://www.rcn-ee.com/
--
You received this message because you are subscribed to the Google Groups "Beagle Board" group.
To post to this group, send email to beagl...@googlegroups.com.
To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
Then however your doing it isn't correctly sending the info to the kernel..
please copy your complete serial log from power on... to pastebin.com
and we can take a look at that..
Try also adding "console=tty0" after "console=ttyS2,115200n8" in the
bootarg ubuntu's kernel might be ignoring your setting and defaulting
to dvi..
Yeap, it's just a script so no load address's would be needed..
Weird, so maybe they are missing something in their 2.6.35 kernel..
I'm not sure about the verison on teh test sd card..
But i know my demo image works: http://elinux.org/BeagleBoardUbuntu#Demo_Image
Flash your sd card, then boot it once with dvi..
goto: /boot/uboot/
open boot.cmd: sudo nano boot.cmd
change it to s-video.
run: ./tools/update_boot_files.sh
reboot..
or just wait about 48 hours, i'm pushing a new release based on ubuntu
natty's beta, and it'll also use the new "uEnv.txt" boot method..
(text editable script, vs using mkimage's boot.scr)..
Yeah, that's only with my images..
i wouldn't worry about the individual variables, just change the bootarg line:
"omapfb.mode=tv:ntsc omapdss.def_disp=tv"
It'll probally work, but the it uses a different omap serial driver..
(ttyO2 vs ttyS2) (changed in 2.6.36)
> And I want to ask if I copied all files in a booting SD Card to another
> truely formatted SD Card directly, Is ıt works or I have to do every thing
> scratch from ?
Yes/No... the rootfs can be copied as is to any media, mmc/usb
disk/etc as long as it's a normal linux partition.. the bootloader
files (mlo/u-boot.bin) need a perfectly created fat16 file system..