Hello, I'm having some problems getting an X11 GUI running on the
BeagleBone in Angstrom. The documentation suggests that even if you
are running the version of Angstrom that shipped with the bone (which
is console only), you can still add X11 later, but unfortunately after
much scouring on the issue I cannot find a way to get this
accomplished.
My goal is to VNC into the bone once the GUI is operating. I've
attempted to install the x11vnc program but it fails during a
connection attempt and I believe the reason is the lack of a fully
functional GUI.
If the GUI cannot be added to the console image, I'd be happy to build
a new image that specifically includes X11, but that looks like quite
a bit of work.
Any advice on this would be greatly appreciated, and thank you!
P.S. It appears the Angstrom feed servers are down since about 1am
yesterday.
Hi, I believe your instructions are correct Mark, because I've seen
lots of examples of these commands, however no matter what angle I
approach this from I get "unknown package 'angstrom-x11-base-
depends'".
everytime i get unknown package its becuase of the following....
1] Ethernet isn't connected to the beaglebone.
2] Beaglebone dosen't have an ip address if thats the case run
ifdown eth0; ifup eth0;
3] Angstrom opkg hasent been updated if that is the case run
opkg update
opkg upgrade
then try to install your packages with
opkg install angstrom-x11-base-depends
startxfce4
Done opkg update, opkg upgrade on the 2/14/2012 shipping BeagleBone release build. Kernel = 3.2.5+
Opkg gives me the message: "Unknown package ‘angstrom-x11-base-depends’
I would really like to get a windowing GUI running on the BeagleBone – is that possible? I want to run with VNC (or similar) to use my Windows PC screen, keyboard & mouse. That’s supposed to be possible, right?
Has anyone been able to successfully install X11 Angstrom on the BeagleBone?
I have a Mimo Monitor (USB touch screen) connected to the BeagleBone and would love to have it display some sort of desktop environment. Any help finding an angstrom-x11-base-depends for the BeagleBone would be much appreciated.
This is an online tool to create so called 'rootfs' images for your
favourite device. This page will guide through the basic options and
will close to let you select the additional packages you want.
setting up a build environment would be the easiest way and you can make your own layer to keep the changes you make by creating bbappend and you can add your own recipes in there.
it is built with "layers" you can create your own to reflect what you want in your image. ie tweaks to recipes new recipes and so on.
Take a look at the yocto/poky manual. It is basically the same thing just substitute poky for angstrom and most transfer's cleanly and is way more up to date than anything else I can find online, even the Angstrom/OE doc's
Angstrom has a page with setup-scripts and an example of how to do it with a beagleboard. That will setup up the basic build environment. Though look at OE and your distro to find distro specific dependencies.