All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Vidal <develone@sbcglobal.net>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: RaspberryPi 2
Date: Mon, 20 Jul 2015 15:06:36 +0000 (UTC)	[thread overview]
Message-ID: <567276616.902145.1437404796303.JavaMail.yahoo@mail.yahoo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2152 bytes --]

Hello,It has been a while since I built any Yocto images.  I have been trying to learn Hardware Description Language HDL.I have a raspberry working with Debian.  I am using a couple of products from http://www.xess.com/  XESS XulA2-LX9, StickIt-MB which combines a Spartan 6 with a Raspberry Pi.  I have MyHDL (generates HDL & co-simulation) , Iverilog (co-simulator), GTKWAVE (viewing of FPGA signals), GNURadio, OpenCV (with 2 C920 cameras doing face detection), many Python libs (numpy, scipy, matplotlib) and git,  This makes a great development platform for FPGA work.I am following the instructions at   http://www.cnx-software.com/2015/02/27/yocto-project-raspberry-pi-2-board-minimal-image/
 I have modified the local.conf. bblayers.conf, and poky.conf filesdiff local.conf.orig poky/raspberrypi2/conf/local.conf
37c37diff bblayers.conf.orig poky/raspberrypi2/conf/bblayers.conf
15a16
>   /home/vidal/wkg/yocto/RaspberryPi2/poky/meta-raspberrypi \,39
< MACHINE ??= "qemux86"
---
> #MACHINE ??= "qemux86"
> MACHINE ?= "raspberrypi2"
> GPU_MEM = "16"
diff poky.conf.orig poky/meta-yocto/conf/distro/poky.conf
74a75
>             Ubuntu-12.04 \n \

 bitbake rpi-basic-image
sudo apt-get installdiffstatsudo apt-get installtexinf cd wkg/
 tar xfzpi/SDL2-2.0.3.tar.gz 
 cd SDL2-2.0.3/
 ./configure 
 make
 sudo make install
sudo ldconfig
I continue to get the following error.bitbake rpi-basic-image
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please set a valid MACHINE in your local.conf or environment
libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be found in PATH. Please either install it, or configure qemu not to require sdl.

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Any and all  help is appreciated.If you have any questions feel free to contact me.Regards.


Edward Vidal Jr.
e-mail develone@sbcglobal.net
915-595-1613

[-- Attachment #2: Type: text/html, Size: 5019 bytes --]

             reply	other threads:[~2015-07-20 15:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-20 15:06 Edward Vidal [this message]
2015-07-20 15:14 ` RaspberryPi 2 Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2015-07-20 15:50 Edward Vidal
2015-07-20 16:00 ` Gary Thomas
2015-07-20 18:26 Edward Vidal
2015-07-20 19:39 ` Leonardo Sandoval

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=567276616.902145.1437404796303.JavaMail.yahoo@mail.yahoo.com \
    --to=develone@sbcglobal.net \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.