|
X11/wayland configuration for i.mx7 board
I've recently started learning about the Yocto project and freescale. I have an i.mx7 Dual sabre SD board to work with.
On the SD card shipped with a the board was a 4.1.15 kernel that boots a
I've recently started learning about the Yocto project and freescale. I have an i.mx7 Dual sabre SD board to work with.
On the SD card shipped with a the board was a 4.1.15 kernel that boots a
|
By
Dennis Muhlestein
·
#22670
·
|
|
Configuring UART on SabreSD Board
Hi All,
I'm working with iMX6 based Sabre SD board for my project. Details are available here : Link
I'm using Yocto to build Linux for this board. I have not done any customization as such to the
Hi All,
I'm working with iMX6 based Sabre SD board for my project. Details are available here : Link
I'm using Yocto to build Linux for this board. I have not done any customization as such to the
|
By
Subin Sebastian
·
#22669
·
|
|
Re: Edimax EW7811un + imx6dlsabresd + Krogoth
Not specifically this one, but on an RTL8812AU based wifi dongle on the same kernel for i.mx 6sx. That went pretty well.
What is your problem? It is used a lot in the rPi world.
BR,
Bas.
Not specifically this one, but on an RTL8812AU based wifi dongle on the same kernel for i.mx 6sx. That went pretty well.
What is your problem? It is used a lot in the rPi world.
BR,
Bas.
|
By
Bas Mevissen
·
#22668
·
|
|
[PATCH] gstreamer1.0-plugins-base: Remove append for version 1.14.0
Patch "viv-fb: Include gstglfuncs.h to fix cross compilation errors"
has already merged on 1.14.1.
Signed-off-by: Fabio Berton <fabio.berton@...>
---
Patch "viv-fb: Include gstglfuncs.h to fix cross compilation errors"
has already merged on 1.14.1.
Signed-off-by: Fabio Berton <fabio.berton@...>
---
|
By
Fabio Berton
·
#22667
·
|
|
Edimax EW7811un + imx6dlsabresd + Krogoth
Hi all.
Anyone has experience with wifi dongle, imx6dlsabresd on kernel linux-imx 4.1.15?
Best regards,
Mauro
Hi all.
Anyone has experience with wifi dongle, imx6dlsabresd on kernel linux-imx 4.1.15?
Best regards,
Mauro
|
By
Mauro Ziliani
·
#22666
·
|
|
Re: [yocto] [bitbake] fsl-image-xwayland DISTRO -- can't get rid of dev packages.
Hi Karim
It seems that some dev packages are still being pulled in you might want to check output of
bitbake -g <image>
which will be in bunch of dotty files, that can show what is being pulled and
Hi Karim
It seems that some dev packages are still being pulled in you might want to check output of
bitbake -g <image>
which will be in bunch of dotty files, that can show what is being pulled and
|
By
Khem Raj <raj.khem@...>
·
#22665
·
|
|
[bitbake] fsl-image-xwayland DISTRO -- can't get rid of dev packages.
Hi all,
I've created a custom image based on core-image.
It runs for an i.MX6 and i.MX8.
I've installed only Qt, gstreamer and xwayland stuff.
I've removed dev-pkgs, dbg-pkgs and staticdev-pkgs
Hi all,
I've created a custom image based on core-image.
It runs for an i.MX6 and i.MX8.
I've installed only Qt, gstreamer and xwayland stuff.
I've removed dev-pkgs, dbg-pkgs and staticdev-pkgs
|
By
Atiki Karim
·
#22664
·
|
|
Re: Layerscape LS1012A RCW/PBI (PBL image) byte-swapping
Hello Tim,
Thank you for your commends.
You are right.
LS1012A rcw do not be swapped .
You can swap by the below command :
tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl $f $f_swap 8
Rcw new code
Hello Tim,
Thank you for your commends.
You are right.
LS1012A rcw do not be swapped .
You can swap by the below command :
tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl $f $f_swap 8
Rcw new code
|
By
C.r. Guo <chunrong.guo@...>
·
#22663
·
|
|
Re: Layerscape LS1012A RCW/PBI (PBL image) byte-swapping
Thank you for the pointer. I might have seen that before, but never investigated why it is not working for me.
None of the LS1012A board RCW builds result in a file name with "qspiboot" in them.
Thank you for the pointer. I might have seen that before, but never investigated why it is not working for me.
None of the LS1012A board RCW builds result in a file name with "qspiboot" in them.
|
By
Tim Hammer <tdhammer99@...>
·
#22662
·
|
|
Re: Layerscape LS1012A RCW/PBI (PBL image) byte-swapping
Hello Tim,
Rcw has been swap .
You can see the below recipes.
https://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/recipes-bsp/rcw/rcw_git.bb
do_install () {
if [ ${M} =
Hello Tim,
Rcw has been swap .
You can see the below recipes.
https://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/recipes-bsp/rcw/rcw_git.bb
do_install () {
if [ ${M} =
|
By
C.r. Guo <chunrong.guo@...>
·
#22660
·
|
|
[PATCH] qemu-qoriq: add recipes
From: Chunrong Guo <chunrong.guo@...>
*include the following changes:
6c297a7 - vfio fsl-mc: Expose DPIO cacheable region as cacheable
8e929a8 - fsl-mc: mc-bus device fdt node creation
4be2ad9 -
From: Chunrong Guo <chunrong.guo@...>
*include the following changes:
6c297a7 - vfio fsl-mc: Expose DPIO cacheable region as cacheable
8e929a8 - fsl-mc: mc-bus device fdt node creation
4be2ad9 -
|
By
chunrong.guo@...
·
#22661
·
|
|
Layerscape LS1012A RCW/PBI (PBL image) byte-swapping
The RCW/PBI file needs to be byte-swapped before being written into the QSPI flash.
Is there a reason why this step has not been included in the Yocto recipe that builds it?
Thanks!--
.Tim
The RCW/PBI file needs to be byte-swapped before being written into the QSPI flash.
Is there a reason why this step has not been included in the Yocto recipe that builds it?
Thanks!--
.Tim
|
By
Tim Hammer <tdhammer99@...>
·
#22658
·
|
|
[PATCH] restool: add dtc to rdepends
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
recipes-dpaa2/restool/restool_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
From: Chunrong Guo <chunrong.guo@...>
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
recipes-dpaa2/restool/restool_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
|
By
chunrong.guo@...
·
#22659
·
|
|
How to enable OpenVG with meta-qt5 in QWebEngine?
Hi,
I would like to be able to use SVG on web pages displayed with QWebEngine (Chromium engine) from meta-qt5 on the UDOO Neo board (i.MX6SoloX).
Now it uses more than 70% of the CPU to process and
Hi,
I would like to be able to use SVG on web pages displayed with QWebEngine (Chromium engine) from meta-qt5 on the UDOO Neo board (i.MX6SoloX).
Now it uses more than 70% of the CPU to process and
|
By
Cyril Franceschini <cyril.franceschini@...>
·
#22656
·
|
|
[Documentation][PATCH] Update NXP support board list to 2.5 (sumo)
From: Chunrong Guo <chunrong.guo@...>
*Update NXP machine list
*Update u-boot-qoriq version
*Update linux-qoriq verison
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
From: Chunrong Guo <chunrong.guo@...>
*Update NXP machine list
*Update u-boot-qoriq version
*Update linux-qoriq verison
Signed-off-by: Chunrong Guo <chunrong.guo@...>
---
|
By
chunrong.guo@...
·
#22657
·
|
|
[PATCH 17/17] imx-test: Update to version 7.0
From: Fabio Berton <fabio.berton@...>
- Remove .inc file to use only one .bb file
- Add alsa-lib to DEPENDS
- Add patch to use include path when compile sources from test
From: Fabio Berton <fabio.berton@...>
- Remove .inc file to use only one .bb file
- Add alsa-lib to DEPENDS
- Add patch to use include path when compile sources from test
|
By
Otavio Salvador
·
#22655
·
|
|
[PATCH 16/17] gstreamer1.0-plugins-base: Add patch to fix compilations errors
From: Fabio Berton <fabio.berton@...>
This patch was merged on gstreamer 1.14.1. For details see link:
https://bugzilla.gnome.org/show_bug.cgi?id=794589
Signed-off-by: Fabio Berton
From: Fabio Berton <fabio.berton@...>
This patch was merged on gstreamer 1.14.1. For details see link:
https://bugzilla.gnome.org/show_bug.cgi?id=794589
Signed-off-by: Fabio Berton
|
By
Otavio Salvador
·
#22654
·
|
|
[PATCH 15/17] imx-gpu-apitrace: Bump revision to 9281b2c2
From: Fabio Berton <fabio.berton@...>
- Add O.S. Systems Software Copyright
This includes the following change:
- 9281b2c2 MGS-3379 [#ccc] Add more support for
From: Fabio Berton <fabio.berton@...>
- Add O.S. Systems Software Copyright
This includes the following change:
- 9281b2c2 MGS-3379 [#ccc] Add more support for
|
By
Otavio Salvador
·
#22653
·
|
|
[PATCH 14/17] gstreamer1.0-plugins-bad: Rename patch directory to match recipe name
From: Fabio Berton <fabio.berton@...>
Signed-off-by: Fabio Berton <fabio.berton@...>
Signed-off-by: Otavio Salvador <otavio@...>
---
From: Fabio Berton <fabio.berton@...>
Signed-off-by: Fabio Berton <fabio.berton@...>
Signed-off-by: Otavio Salvador <otavio@...>
---
|
By
Otavio Salvador
·
#22652
·
|
|
[PATCH 13/17] gstreamer1.0-plugins-base: Rename patch directory to match recipe name
From: Fabio Berton <fabio.berton@...>
Signed-off-by: Fabio Berton <fabio.berton@...>
Signed-off-by: Otavio Salvador <otavio@...>
---
From: Fabio Berton <fabio.berton@...>
Signed-off-by: Fabio Berton <fabio.berton@...>
Signed-off-by: Otavio Salvador <otavio@...>
---
|
By
Otavio Salvador
·
#22651
·
|