Did you try this on angstrom?
http://focus.ti.com/docs/toolsw/folders/print/adobeflash-a8.html
> As I understand installing Ubuntu on the Beagle Board is not a
> straight forward process I was wondering if there is a tried and
> tested step by step guide to do this somewhere.
Can you provide some details why you think it's not a straight forward
process? It might help out future users..
Run the script from here on your sd card and then boot:
http://elinux.org/BeagleBoardUbuntu#Demo_Image
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.
Hi Steve,
I'm not 100% sure, but it looks like your using windows, by using
"md5sums.exe". Unfortunately i have no plans to add windows support
to the said scripts on http://elinux.org/BeagleBoardUbuntu
Your welcome to add windows support, but I have no plans to support
that configuration..
Please read what the script is telling you.. "/dev/sdX" is just an
example where "X" is unknown since it depends on each and every
machine..
> Are you sure? I Don't see [/dev/sdX], here is what I do see...
>
> sudo sfdisk -l:
> Disk /dev/sda: 8354 cylinders, 255 heads, 63 sectors/track
> Disk /dev/sdd: 15193 cylinders, 64 heads, 32 sectors/track
>
> mount:
> /dev/sda1 on / type ext4 (rw,errors=remount-ro)
> /dev/sdd2 on /media/rootfs type ext2 (rw,nosuid,nodev,uhelper=udisks)
> /dev/sdd1 on /media/BOOT type vfat
> (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush)
Based on that output, i'd use this for your machine:
"./setup_sdcard.sh --mmc /dev/sdd --uboot beagle"
Since "/dev/sda" is your ubuntu x86 root drive and "/dev/sdd" is your
usb/mmc adapter..
If you really want to reformat it, you may possibly have to do the
following before setup_sdrcard.sh is run, unless you get a message
asking for confirmation that you really want to do that.
# umount /media/BOOT /media/rootfs
Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
That script actually doesn't really care how you've previously
formated the sd card, as it unmounts every partition mounted with that
device id "/dev/sdXY" and then blows away the partition table, before
creating a new table and partitions..
> "./setup_sdcard.sh --mmc /dev/sdX --uboot beagle"
> skryne@skryne-laptop:~/Downloads/ubuntu-10.10-r1-minimal-armel$ ./
> setup_sdcard.sh --mmc /dev/sdX --uboot beagle
>
> Are you sure? I Don't see [/dev/sdX], here is what I do see...
>
> sudo sfdisk -l:
> Disk /dev/sda: 8354 cylinders, 255 heads, 63 sectors/track
> Disk /dev/sdd: 15193 cylinders, 64 heads, 32 sectors/track
the X in sdX is a variable
in your case it looks like X=d
i'm just a linux guy and haven't received my BB so i could be wrong
--
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.
--
That seems abnormal..
What was your "./setup_sdcard.sh ... " command? did it complete all the way?
Do you have a serial connection, what was outputed?
--
Hi Stephen,
Can you please expand on 'nothing'? Where were you looking when you
did not see anything? The image your using will output to the onboard
serial port and dvi port.. Anything else will require additional
patches, as i do not have that lcd display in my lab..
>
> I then tried keeping the Angstrom SD card in it's slot and booting with the
> Ubuntu SD card in the external SD hub. The Angstrom OS still booted up but
> the following error appeared on screen...
>
> Mount Error
> Cant Mount Device
> org.freedesktop.Hal.Device.Volume.UnknownFileSystemType
> Unknown File System 'ext4'
>
> On a side note I have not been able to get the Beagleboard to display on my
> large LCD monitor, it seems when the device is booting there is a signal but
> when the system loads there is none, I don't know if all these issues are
> related. I have been working off the small BeagleTouch screen.
>
> The following is the output from the Terminal Window in Ubuntu when
> formatting the SD card.
>
> A few warnings were thrown up, namely
>
> WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
> switch off the mode (command 'c') and change display units to
> sectors (command 'u').
>
> Command (m for help): Command action
> e extended
> p primary partition (1-4)
>
> As advised I used the following ./setup...
>
> ./setup_sdcard.sh --mmc /dev/sdd --uboot beagle
>
> Then I saw the following...
The script looks like ran pretty normal, running thru parrelles is
definitely untested from my side..
Yeap, power save by default is about 10 Minutes.. So with no keyboard
activity that's exactly what you would see..
I didn't notice, but do they have the source available on their site?
Maybe we can figure something out to make it work out of the box for
future users..
To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
Yeah there is...
enable a network connection then:
sudo aptitude install xfce4 gdm xubuntu-gdm-theme xubuntu-artwork
xserver-xorg-video-omap3
then reboot...
The image is called minimal for a reason..
--
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.