[beagleboard] Merge conflict when I do a git pull on origin/V4.4

2018-01-13 Thread mindentropy
Hi, Hope somebody can clear my confusion. I have pulled the kernel from https://github.com/beagleboard/linux. I am in origin/v4.4. I have compiled and built and have successfully run the kernel. After this I do a distclean and clean my working directory. git status shows: On branch 4.4 Your

Re: [beagleboard] Debian Rootfs necessary packages.

2018-01-13 Thread Gautam Bhat
I have fixed this issue by creating an interfaces file with the following: auto eth0 allow-hotplug eth0 iface eth0 inet dhcp Also I noticed that there were errors in the systemd networking.service as there was no ifquery. Installing ifupdown2 solved that issue too. -Gautam. On Sat, Jan 13,

[beagleboard] Easiest way to run SGX accelerated GLES on BeagleBoard Black

2018-01-13 Thread Jean-François SIMON
Good day everyone, I have bought recently the Beagle Board black, and after some struggling, got to install the 4.4 Kernel and Cross compile and install the SGX driver, as stated on the Wiki. The window creation fails appararently due to a driver issue, I guess I compiled and installed a

[beagleboard] Re: GCS-Based Joystick Control via Telemetry Radio on the BBBL

2018-01-13 Thread Timothy Litvin
QGC informs that what I may be up against is a need for MANUAL_CONTROL support in MAVlink. Basing a search on that, I find that ArduSub has integrated this functionality, but not the other ArduPilot platforms. Can I simply ask for this to be integrated as a regular option in blue-arduplane,

Re: [beagleboard] How to make the customer am335x board both wired and wireless network work simultaneously ?

2018-01-13 Thread Robert Nelson
On Fri, Jan 12, 2018 at 11:01 PM, wrote: > >> Hi Robert Nelson > > > Thanks for your help. > > I cloned the bb.org-overlays source code and tried to build a new dtbo file. > I failed. > When I tried to build the single dtbo file I got the error as below. > >

Re: [beagleboard] How to make the customer am335x board both wired and wireless network work simultaneously ?

2018-01-13 Thread daemondong
> Hi Robert Nelson Thanks for your help. I cloned the bb.org-overlays source code and tried to build a new dtbo file. I failed. When I tried to build the single dtbo file I got the error as below. *root@ubuntu:/home/daemondong/Files/bb.org-overlays-master# make ARCH=arm

[beagleboard] GCS-Based Joystick Control via Telemetry Radio on the BBBL

2018-01-13 Thread Timothy Litvin
Old noob, working with pre-built blue-arduplane, learning by doing and reading and troubleshooting. I’m a year into my custom project. This craft is based on a twin-engine delta-wing elevon architecture, but specialized for a low-speed, long range research application. Using both Mission

[beagleboard] Debian Rootfs necessary packages.

2018-01-13 Thread mindentropy
Hi, I have created a Debian Rootfs with the necessary packages and was able to boot up the Beagle. I have a problem where the network does not come up automatically and my DNS does not seem to resolve properly as the addresses does not get resolved properly. What are the customizations and

Re: [beagleboard] Re: Invalid partition message during boot

2018-01-13 Thread Jim Bell
For posterity, I'm past this "** Invalid partition 2** ..." issue, though I'm not exactly sure how. I was using "make O=... install" instead of "make O=... zinstall"; also, I did another build on the kernel ("make O=..."). On Saturday, January 13, 2018 at 12:23:54 AM UTC-6, acheesehead wrote: