Date
21 - 25 of 25
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
Andrey Zhizhikin
On Tue, Oct 6, 2020 at 10:44 PM Brian Hutchinson <b.hutchman@...> wrote:
I think you're mixing up 2 conceptual points here: distro vs image. You can have a wayland distro, but only include a handful of packages and features of it into the image. Distro does not define the content of the image, image recipe does. Section 4.3.2. of Yocto Overview Manual gives a very nice overview of those concepts: https://www.yoctoproject.org/docs/3.1.2/overview-manual/overview-manual.html#metadata-machine-configuration-and-policy-configuration
-- Regards, Andrey.
|
|
Andrey Zhizhikin
Hello Brian,
On Tue, Oct 6, 2020 at 10:44 PM Brian Hutchinson <b.hutchman@...> wrote: I just did a following build: $ MACHINE=imx8mmevk DISTRO=fsl-wayland bitbake core-image-minimal Image produced boots fine on i.MX8M Mini EVK. Runtime device info: # cat /etc/os-release ID=fsl-wayland NAME="FSL Wayland" VERSION="3.2-snapshot-20201008 (master)" VERSION_ID=3.2-snapshot-20201008 PRETTY_NAME="FSL Wayland 3.2-snapshot-20201008 (master)" # uname -a Linux imx8mmevk 5.4.24+gbabac008e5cf #1 SMP PREEMPT Sat May 30 07:25:46 UTC 2020 aarch64 GNU/Linux Please note: with this configuration you would get a kernel from NXP (versioned 5.4.24). If you would like to utilize the NXP kernel with latest stable patch level, you should switch PREFERRED_PROVIDER_virtual/kernel_mx8mm = "linux-imx" to PREFERRED_PROVIDER_virtual/kernel_mx8mm = "linux-imx-fslc" . I do need to create my own distro but kind of would like to start from core-image-minimal and build up rather than take something like fsl-wayland and try to figure out what I don't need. Being new to NXP family this approach "feels" more logical. -- Regards, Andrey.
|
|
Otavio Salvador
Hello all,
Em qui., 8 de out. de 2020 às 06:10, Andrey Zhizhikin <andrey.z@...> escreveu: Please note: with this configuration you would get a kernel from NXPFor all i.MX8 the fslc distributions use the NXP BSP by default so using 'fslc-wayland' should work just fine. ... For products we, at O.S. Systems, have been using our OEL[1]You can see what distro features you have included when you do distribution as a baseline where we create the product specific one. 1. https://github.com/OSSystemsEmbeddedLinux/ossystems-embedded-linux-platform -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750
|
|
Brian Hutchinson
On Wed, Oct 7, 2020 at 5:49 AM Andrey Zhizhikin <andrey.z@...> wrote: Hello Brian, Hate to bring up an old thread again but I'm back to trying to pair down my image size and trying to use core-image-minimal and having issues with firmware-imx-sdma-imx7d & sdma-imx7d.bin If I just build imx-sdma as a kernel module do I even need to worry about sdma-imx7d.bin being in the rootfs? Regards, Brian
|
|
Brian Hutchinson
On Thu, Jul 15, 2021 at 7:49 PM Brian Hutchinson via lists.yoctoproject.org <b.hutchman=gmail.com@...> wrote:
Anyone? Anyone?
|
|