Re: [yocto] [meta-raspberrypi][PATCH v2 0/3] pitft: Add support for pitft35r

2017-04-13 Thread Rob Woolley
Hi Andrei, Does this patchset look okay? Are there any further changes you would like me to make? Regards, Rob On Thu, Apr 6, 2017 at 2:44 PM, Rob Woolley wrote: > As requested, I have split the patch into separate commits for: > > 1. dtbo inclusion > 2. rpi-config c

[yocto] [meta-raspberrypi][PATCH v2 2/3] pitft: Include a pitft35r MACHINE_FEATURE

2017-04-06 Thread Rob Woolley
This MACHINE_FEATURE will automatically add the recommended Adafruit configuration line to the Raspberry Pi config.txt. Signed-off-by: Rob Woolley --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b

[yocto] [meta-raspberrypi][PATCH v2 3/3] pitft: Add documentation for pitft35r in README

2017-04-06 Thread Rob Woolley
The support for the PiTFT 3.5 inch resistive touchscreen is optional. It may be enabled by adding the following line in local.conf: MACHINE_FEATURES += "pitft pitft35r" Signed-off-by: Rob Woolley --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README ind

[yocto] [meta-raspberrypi][PATCH v2 1/3] pitft: Include the pitft35r dtbo files

2017-04-06 Thread Rob Woolley
Include the pitft35r device tree blobs in the filesystem of the image. Signed-off-by: Rob Woolley --- conf/machine/include/rpi-base.inc | 1 + conf/machine/raspberrypi3-64.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi

[yocto] [meta-raspberrypi][PATCH v2 0/3] pitft: Add support for pitft35r

2017-04-06 Thread Rob Woolley
As requested, I have split the patch into separate commits for: 1. dtbo inclusion 2. rpi-config changes 3. Documentation commit I ordered them this way in case a user ever walked through the commits in the git tree. This way the prerequisites are present before the feature is advertised in

[yocto] [meta-raspberrypi][PATCH 1/1] pitft: Add support for pitft35r

2017-03-31 Thread Rob Woolley
The support for the PiTFT 3.5 inch resistive touchscreen is optional. It may be enabled by adding the following line in local.conf: MACHINE_FEATURES += "pitft pitft35r" Signed-off-by: Rob Woolley --- README | 1 + conf/machine/include/rpi-base.inc

Re: [yocto] QEMU support for SD/MMC card

2015-05-05 Thread Rob Woolley
I was able to do something similar with my Intel Quark builds. This is the command line that worked for me: /usr/local/bin/qemu-system-i386 \ -kernel $KERNEL_FILE \ -append "$KERNEL_CMDLINE" \ -m 320 \ -smp 2 \ -net nic,vlan=1,model=e1000 \ -net user,vlan=1 \ -b

Re: [yocto] couple simple questions on building for intel galileo

2014-05-08 Thread Rob Woolley
Hi Rob, Have you seen the Quark BSP Build Guide? https://communities.intel.com/servlet/JiveServlet/previewBody/21882-102-1-25153/Quark_BSPBuildGuide_329687_001.pdf Regards, Rob On Thu, May 8, 2014 at 1:58 PM, Robert P. J. Day wrote: > On Thu, 8 May 2014, Diego Sueiro wrote: > > > Robert, > >