|
Emulator tool for imx8m
#linux
#devtool
#yocto
Hello! Generally speaking, at the point when we get to working with boards we are needing to interact with the outside world so we have to run on the target hardware. Once U-Boot (or equivalent) is up
Hello! Generally speaking, at the point when we get to working with boards we are needing to interact with the outside world so we have to run on the target hardware. Once U-Boot (or equivalent) is up
|
By
Andy Pont
· #50714
·
|
|
Tuning 'cortexa53-crypto' has no defined features, and cannot be used.
Hello, I am trying to get an older meta-layer (meta-maaxboard) that was developed for Sumo to work with Zeus. When I try to build “bitbake core-image-minimal” then the sanity checker gives the followi
Hello, I am trying to get an older meta-layer (meta-maaxboard) that was developed for Sumo to work with Zeus. When I try to build “bitbake core-image-minimal” then the sanity checker gives the followi
|
By
Andy Pont
· #50666
·
|
|
lost busybox mysteriously
JH wrote... The first step is for us to understand what “missing” means? Have you got any mechanism (U-Boot, SD card boot, etc.) that will allow you to mount and look at the contents of the NAND file
JH wrote... The first step is for us to understand what “missing” means? Have you got any mechanism (U-Boot, SD card boot, etc.) that will allow you to mount and look at the contents of the NAND file
|
By
Andy Pont
· #48155
·
|
|
i.MX6 screen rotation
Bert wrote... The LCD is a 640x480 pixel TFT which has the NewVision NV3052C controller embedded within it into which we drive the 24bits of RGB colour data along with VSYNC, HSYNC, PIXCLK from the DI
Bert wrote... The LCD is a 640x480 pixel TFT which has the NewVision NV3052C controller embedded within it into which we drive the 24bits of RGB colour data along with VSYNC, HSYNC, PIXCLK from the DI
|
By
Andy Pont
· #47917
·
|
|
i.MX6 screen rotation
Hello, I’m not sure whether this is a hardware issue, Linux kernel issue or a Yocto issue but as some of the finest minds are on the mailing lists I figured it was a good place to start! Enough flatte
Hello, I’m not sure whether this is a hardware issue, Linux kernel issue or a Yocto issue but as some of the finest minds are on the mailing lists I figured it was a good place to start! Enough flatte
|
By
Andy Pont
· #47888
·
|
|
Pull a single file using git lfs
I wrote... So, do_fetch() is a Python function and you can’t run shell commands in it. That is fine, I have let it do its thing to initialise the git repository and moved my custom commands into a do_
I wrote... So, do_fetch() is a Python function and you can’t run shell commands in it. That is fine, I have let it do its thing to initialise the git repository and moved my custom commands into a do_
|
By
Andy Pont
· #47752
·
|
|
Pull a single file using git lfs
Quentin wrote... Unfortunately, there are other files in the same directory that can’t be checked out. Looking at that documentation, I have added the “nocheckout=1” option to the git definition in SR
Quentin wrote... Unfortunately, there are other files in the same directory that can’t be checked out. Looking at that documentation, I have added the “nocheckout=1” option to the git definition in SR
|
By
Andy Pont
· #47751
·
|
|
Pull a single file using git lfs
Hello, I have a private git repo on our GitLab server that contains a bunch of source files that came as part of a commercial product and the final binary executable is also stored there using “git lf
Hello, I have a private git repo on our GitLab server that contains a bunch of source files that came as part of a commercial product and the final binary executable is also stored there using “git lf
|
By
Andy Pont
· #47749
·
|
|
Dynamic layer or recipe not working
Konrad wrote… I was trying to follow the example of the meta-freescale layer which has both .bb and .bbappend files within dynamic layers. Having thought about it some more I realise that it could jus
Konrad wrote… I was trying to follow the example of the meta-freescale layer which has both .bb and .bbappend files within dynamic layers. Having thought about it some more I realise that it could jus
|
By
Andy Pont
· #47747
·
|
|
Dynamic layer or recipe not working
Hello, I have created a new dynamic layer within my projects custom meta-layer and have added a new recipe to it. When I try to build the image it tells me that nothing RPROVIDES the recipe and if I t
Hello, I have created a new dynamic layer within my projects custom meta-layer and have added a new recipe to it. When I try to build the image it tells me that nothing RPROVIDES the recipe and if I t
|
By
Andy Pont
· #47716
·
|
|
Write contents of recipe variable into a configuration file
Hello, I’m having a Friday, brain-fade moment. I want to define a variable within the wpa_supplicant.bbappend file: WPA_GROUP_NAME = value This value needs to be propagated into the wpa_supplicant.con
Hello, I’m having a Friday, brain-fade moment. I want to define a variable within the wpa_supplicant.bbappend file: WPA_GROUP_NAME = value This value needs to be propagated into the wpa_supplicant.con
|
By
Andy Pont
· #47660
·
|
|
Issues with alsa-state
Quentin wrote... There are a lot of paths that it searched in for the file. I’ve moved the file in the file system changed the value of FILESEXTRAPATHS_prepend_mx6 from: FILESEXTRAPATHS_prepend_mx6 :=
Quentin wrote... There are a lot of paths that it searched in for the file. I’ve moved the file in the file system changed the value of FILESEXTRAPATHS_prepend_mx6 from: FILESEXTRAPATHS_prepend_mx6 :=
|
By
Andy Pont
· #47602
·
|
|
Issues with alsa-state
Hello! I am trying to add a custom asound.state file into my Zeus based i.MX6 image. I have created a custom .bbappend file with the following contents: FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN
Hello! I am trying to add a custom asound.state file into my Zeus based i.MX6 image. I have created a custom .bbappend file with the following contents: FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN
|
By
Andy Pont
· #47599
·
|
|
Yocto build to add root password
Mauro wrote... Switching to the ‘$(openssl …)’ form has worked, even using the ${ROOT_PASSWORD} variable. Thanks for your help! -Andy.
Mauro wrote... Switching to the ‘$(openssl …)’ form has worked, even using the ${ROOT_PASSWORD} variable. Thanks for your help! -Andy.
|
By
Andy Pont
· #47437
·
|
|
Yocto build to add root password
Mauro wrote... I tried this out on a build that I am working on for which I needed to add a root password and to create a non-root user with a password. If I use: EXTRA_USERS_PARAMS += "usermod -p `op
Mauro wrote... I tried this out on a build that I am working on for which I needed to add a root password and to create a non-root user with a password. If I use: EXTRA_USERS_PARAMS += "usermod -p `op
|
By
Andy Pont
· #47432
·
|
|
[wpe-webkit] Optimising imx6 performance for HTML5 using Cog + WPE WebKit
Carlos wrote... It is the same. I have been testing with http://fabricjs.com//animation and https://themaninblue.com/experiment/AnimationBenchmark/canvas/ and in all circumstances I see 10-12fps. The
Carlos wrote... It is the same. I have been testing with http://fabricjs.com//animation and https://themaninblue.com/experiment/AnimationBenchmark/canvas/ and in all circumstances I see 10-12fps. The
|
By
Andy Pont
· #47025
·
|
|
Optimising imx6 performance for HTML5 using Cog + WPE WebKit
Hello, Broadening this out to the Freescale and Yocto mailing lists to see if any one has any answers… We are using Cog and WPE Webkit on an i.MX6 Solo based board with a user interface that is based
Hello, Broadening this out to the Freescale and Yocto mailing lists to see if any one has any answers… We are using Cog and WPE Webkit on an i.MX6 Solo based board with a user interface that is based
|
By
Andy Pont
· #47024
·
|
|
Partitioning SD cards
I wrote... Ignore that, I deleted the directory and tried again and it is OK now! -Andy.
I wrote... Ignore that, I deleted the directory and tried again and it is OK now! -Andy.
|
By
Andy Pont
· #46930
·
|
|
Partitioning SD cards
Maciej wrote... I have been using the default one (sdimage-bootpart.wks)? I have created a “wic” directory in my custom layer and copied sdimage-bootpart.wks into it as sdimage-project.wks without mak
Maciej wrote... I have been using the default one (sdimage-bootpart.wks)? I have created a “wic” directory in my custom layer and copied sdimage-bootpart.wks into it as sdimage-project.wks without mak
|
By
Andy Pont
· #46928
·
|
|
Partitioning SD cards
Hello, I am working on a custom platform where U-Boot will be programmed into an SPI NOR flash device and the ext4 file systems will be in a removable microSD card. The Linux kernel itself will be sto
Hello, I am working on a custom platform where U-Boot will be programmed into an SPI NOR flash device and the ext4 file systems will be in a removable microSD card. The Linux kernel itself will be sto
|
By
Andy Pont
· #46926
·
|