|
adding drivers to the kernel
You are correct. after I posted my question, I cheated and booted Ubuntu on the same hardware and saw the list of modules that lsmod showed were loaded to support my WiFi card. my config fragment file
You are correct. after I posted my question, I cheated and booted Ubuntu on the same hardware and saw the list of modules that lsmod showed were loaded to support my WiFi card. my config fragment file
|
By
Jim Abernathy
· #8895
·
|
|
adding drivers to the kernel
If I need to add a driver for a networking device that should be in the 3.0 kernel, but seems to be turned off, I usually follow the example in sections B.2.3 in the Development Manual. When I get to
If I need to add a driver for a networking device that should be in the 3.0 kernel, but seems to be turned off, I usually follow the example in sections B.2.3 in the Development Manual. When I get to
|
By
Jim Abernathy
· #8891
·
|
|
build error pandaboard on master
probably going to be you. that's a long ways away from my skill level. :-) I would say it's hardware accelerated because video under Ubuntu is like a slide show. 2-3 sections between frames. I don't t
probably going to be you. that's a long ways away from my skill level. :-) I would say it's hardware accelerated because video under Ubuntu is like a slide show. 2-3 sections between frames. I don't t
|
By
Jim Abernathy
· #8366
·
|
|
build error pandaboard on master
Got around this issue by checking out the denzil branch on meta-ti and poky. then my core-image-sato builds and boots. Anyone know how to get the wireless and HW accelerated video playback to work wit
Got around this issue by checking out the denzil branch on meta-ti and poky. then my core-image-sato builds and boots. Anyone know how to get the wireless and HW accelerated video playback to work wit
|
By
Jim Abernathy
· #8358
·
|
|
build error pandaboard on master
I got core-image-minimal to build and boot, but not core-image-sato. pulseaudio issues/ couln't build at all. Jim A
I got core-image-minimal to build and boot, but not core-image-sato. pulseaudio issues/ couln't build at all. Jim A
|
By
Jim Abernathy
· #8356
·
|
|
build error pandaboard on master
Thanks, your 1st work around of checking out a meta-ti that matches denzil worked for core-image-minimal. How in the world you knew how to find that commit number is the part that amazes me, but a lot
Thanks, your 1st work around of checking out a meta-ti that matches denzil worked for core-image-minimal. How in the world you knew how to find that commit number is the part that amazes me, but a lot
|
By
Jim Abernathy
· #8304
·
|
|
build error pandaboard on master
So I switched my meta-openembedded to denzil and that got by the meta-openembedded errors but then produced and error out of meta-ti. I also tried removing the meta-openembedded/meta-oe layer and got
So I switched my meta-openembedded to denzil and that got by the meta-openembedded errors but then produced and error out of meta-ti. I also tried removing the meta-openembedded/meta-oe layer and got
|
By
Jim Abernathy
· #8302
·
|
|
build error pandaboard on master
This problem that I have on denzil with pandaboard is I get the following error: ERROR: ParseError at /home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28: Could not inherit file
This problem that I have on denzil with pandaboard is I get the following error: ERROR: ParseError at /home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28: Could not inherit file
|
By
Jim Abernathy
· #8298
·
|
|
creating SD card for booting Yocto image on Pandaboard
I have not seem a procedure documented for creating an SD card with the Yocto image that works in a Pandaboard Rev A2. I have created a core-image-minimal and core-image-sato successfully. I followed
I have not seem a procedure documented for creating an SD card with the Yocto image that works in a Pandaboard Rev A2. I have created a core-image-minimal and core-image-sato successfully. I followed
|
By
Jim Abernathy
· #8288
·
|
|
build error pandaboard on master
I got core-image-minimal built without errors, Thanks, now I need to ask some questions about booting that image. I'm assuming that I can follow the instructions on pandaboard.org for creating the SD
I got core-image-minimal built without errors, Thanks, now I need to ask some questions about booting that image. I'm assuming that I can follow the instructions on pandaboard.org for creating the SD
|
By
Jim Abernathy
· #8281
·
|
|
build error pandaboard on master
Thanks, that makes more sense now. I removed the layer meta-systemd from bblayers.conf and used the BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/" statement in local.conf to solves the problem.
Thanks, that makes more sense now. I removed the layer meta-systemd from bblayers.conf and used the BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/" statement in local.conf to solves the problem.
|
By
Jim Abernathy
· #8276
·
|
|
build error pandaboard on master
So I started with a clean build again. This time I only added the BBMASK statement you suggested. I got the following error: ERROR: No recipes available for: /home/jim/meta-openembedded/meta-systemd/m
So I started with a clean build again. This time I only added the BBMASK statement you suggested. I got the following error: ERROR: No recipes available for: /home/jim/meta-openembedded/meta-systemd/m
|
By
Jim Abernathy
· #8271
·
|
|
build error pandaboard on master
hmm.. right now I have the build running by using the BB_DANGLINGAPPENDS_WARNONLY = "yes" statement. When that is done, I'll test the BBMASK on a completely new build from scratch and see what I get.
hmm.. right now I have the build running by using the BB_DANGLINGAPPENDS_WARNONLY = "yes" statement. When that is done, I'll test the BBMASK on a completely new build from scratch and see what I get.
|
By
Jim Abernathy
· #8260
·
|
|
build error pandaboard on master
When I just used the statement: BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/" I got the same error as my original post. Jim A
When I just used the statement: BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/" I got the same error as my original post. Jim A
|
By
Jim Abernathy
· #8257
·
|
|
build error pandaboard on master
BB_DANDLINGAPPENDS_WARNONLY = "yes" seems to have gotten me past the build errors for now. I'll look at the BBMASK some more since it looks cleaner to just modify the local.conf file. Jim A
BB_DANDLINGAPPENDS_WARNONLY = "yes" seems to have gotten me past the build errors for now. I'll look at the BBMASK some more since it looks cleaner to just modify the local.conf file. Jim A
|
By
Jim Abernathy
· #8251
·
|
|
build error pandaboard on master
BBMASK by itself didn't solve my particular problem. I'll try the other suggestions and report back. Jim A
BBMASK by itself didn't solve my particular problem. I'll try the other suggestions and report back. Jim A
|
By
Jim Abernathy
· #8249
·
|
|
build error pandaboard on master
When I do that I get the errors: ERROR: No recipes available for: /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend /home/jim/meta-openembedded/meta-systemd/met
When I do that I get the errors: ERROR: No recipes available for: /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend /home/jim/meta-openembedded/meta-systemd/met
|
By
Jim Abernathy
· #8244
·
|
|
build error pandaboard on master
I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.conf is as follows: # LAYE
I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.conf is as follows: # LAYE
|
By
Jim Abernathy
· #8241
·
|
|
nothing building under denzil-7.0.1
What I meant by my statement was I could only build n450 while I use the tarball of poky denzil-7.0.1 with the denzil tracking branch of meta-intel, or the equivalent git repository "tag" of poky denz
What I meant by my statement was I could only build n450 while I use the tarball of poky denzil-7.0.1 with the denzil tracking branch of meta-intel, or the equivalent git repository "tag" of poky denz
|
By
Jim Abernathy
· #8108
·
|
|
nothing building under denzil-7.0.1
FYI, I added the meta-baryon layer after I got the n450 straightened out. It's fine as well. Jim A
FYI, I added the meta-baryon layer after I got the n450 straightened out. It's fine as well. Jim A
|
By
Jim Abernathy
· #8081
·
|