|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
... noticed this in dmesg: [ 4.003745] udevd[263]: starting eudev-3.2.9 [ 4.086853] imx-sdma 302b0000.dma-controller: loaded firmware 4.5 [ 4.354370] qca9377: loading out-of-tree module taints kernel.
... noticed this in dmesg: [ 4.003745] udevd[263]: starting eudev-3.2.9 [ 4.086853] imx-sdma 302b0000.dma-controller: loaded firmware 4.5 [ 4.354370] qca9377: loading out-of-tree module taints kernel.
|
By
Brian Hutchinson
· #24452
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
So just finished the above cycle and flashed sdcard. Think we got somewhere this time! I get only one instance of sdma error: [ 0.117495] EINJ: ACPI disabled. [ 0.126332] imx-sdma 302c0000.dma-control
So just finished the above cycle and flashed sdcard. Think we got somewhere this time! I get only one instance of sdma error: [ 0.117495] EINJ: ACPI disabled. [ 0.126332] imx-sdma 302c0000.dma-control
|
By
Brian Hutchinson
· #24451
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
When I did NXP released builds I would use fsl-wayland distro but if memory serves me right a core-image-minimal would not boot. Only core-image-base images did and they were quite large. I do need to
When I did NXP released builds I would use fsl-wayland distro but if memory serves me right a core-image-minimal would not boot. Only core-image-base images did and they were quite large. I do need to
|
By
Brian Hutchinson
· #24450
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
I did a repo sync before building. Did I need to do something else? Regards, Brian
I did a repo sync before building. Did I need to do something else? Regards, Brian
|
By
Brian Hutchinson
· #24449
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
... what "distro" 'should' I be using since I have a custom board that's based on imx8mm evk but I don't necessarily want/need wifi, bluetooth, video, touchscreen etc.??? Is poky what's causing my pai
... what "distro" 'should' I be using since I have a custom board that's based on imx8mm evk but I don't necessarily want/need wifi, bluetooth, video, touchscreen etc.??? Is poky what's causing my pai
|
By
Brian Hutchinson
· #24446
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
More background information in case it matters. I did my original setup with: EULA=1 MACHINE=imx8mmevk DISTRO=poky source setup-environment build ... because I don't want/need graphics etc. After Otav
More background information in case it matters. I did my original setup with: EULA=1 MACHINE=imx8mmevk DISTRO=poky source setup-environment build ... because I don't want/need graphics etc. After Otav
|
By
Brian Hutchinson
· #24445
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
So I did build of core-image-minimal with local.conf containing MACHINE_FIRMWARE = 'MACHINE_FIRMWARE_append_mx7d' and still got the sdma errors. No firmware-imx packages were installed and no /lib/fir
So I did build of core-image-minimal with local.conf containing MACHINE_FIRMWARE = 'MACHINE_FIRMWARE_append_mx7d' and still got the sdma errors. No firmware-imx packages were installed and no /lib/fir
|
By
Brian Hutchinson
· #24444
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
Excellent! Thank you! I got to poking around in one of the include files and looks like I should have done: MACHINE_FIRMWARE = 'MACHINE_FIRMWARE_append_mx7d' ... instead of: IMAGE_INSTALL_append = " f
Excellent! Thank you! I got to poking around in one of the include files and looks like I should have done: MACHINE_FIRMWARE = 'MACHINE_FIRMWARE_append_mx7d' ... instead of: IMAGE_INSTALL_append = " f
|
By
Brian Hutchinson
· #24442
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
Hi Otavio, That's great! Just curious when was this done as I did a fresh repo init/sync of dunfell yesterday afternoon. repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dunfell
Hi Otavio, That's great! Just curious when was this done as I did a fresh repo init/sync of dunfell yesterday afternoon. repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dunfell
|
By
Brian Hutchinson
· #24440
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
Another update ... decided to build core-image-base just in case it was related to core-image-minimal missing something ... I get the same sdma errors. So I add IMAGE_INSTALL_append = " firmware-imx-s
Another update ... decided to build core-image-base just in case it was related to core-image-minimal missing something ... I get the same sdma errors. So I add IMAGE_INSTALL_append = " firmware-imx-s
|
By
Brian Hutchinson
· #24438
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
I'm using core-image-minimal because I have a custom board based off of imx8mm evk but don't use wifi, bluetooth, video, touch pad etc. so I don't want all the "stuff" that comes in core-image-base. J
I'm using core-image-minimal because I have a custom board based off of imx8mm evk but don't use wifi, bluetooth, video, touch pad etc. so I don't want all the "stuff" that comes in core-image-base. J
|
By
Brian Hutchinson
· #24437
·
|
|
How to get firmware-imx for imx8mm evk into sdcard image? I'm getting firmware loading errors for sdma-imx7d.bin etc.
Just built latest Freescale Community BSP core-image-minimal (kernel 5.4.67 was built) for imx8mm-evk and firmware-imx is not included in sdcard image ... which I think is why I'm getting messages lik
Just built latest Freescale Community BSP core-image-minimal (kernel 5.4.67 was built) for imx8mm-evk and firmware-imx is not included in sdcard image ... which I think is why I'm getting messages lik
|
By
Brian Hutchinson
· #24436
·
|
|
Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
Ha, ha, I figured there was already some way to do it and I just overlooked it or wasn't smart enough to figure it out. Yeah, you can do anything with good ole sed. I plan to switch back to using the
Ha, ha, I figured there was already some way to do it and I just overlooked it or wasn't smart enough to figure it out. Yeah, you can do anything with good ole sed. I plan to switch back to using the
|
By
Brian Hutchinson
· #24405
·
|
|
Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
When the sdcard is created, the u-boot environment has fdt_file defaulted to imx8mm-evk.dtb. I've not yet figured out how to override the recipe to specify which .dtb file should be used. For sdcard b
When the sdcard is created, the u-boot environment has fdt_file defaulted to imx8mm-evk.dtb. I've not yet figured out how to override the recipe to specify which .dtb file should be used. For sdcard b
|
By
Brian Hutchinson
· #24403
·
|
|
Anyone got rt patch running on imx8m mini?
I'll answer my own question ... I applied the 5.4.54 rt patch and it worked. Built rt-tests and ran cyclictest and pi_stress so I'm happy. At this point looks like things are working as far as I can t
I'll answer my own question ... I applied the 5.4.54 rt patch and it worked. Built rt-tests and ran cyclictest and pi_stress so I'm happy. At this point looks like things are working as far as I can t
|
By
Brian Hutchinson
· #24369
·
|
|
Anyone got rt patch running on imx8m mini?
Hi, I'm looking into doing the rt patch against linux-fslc-imx 5.4.51. Doesn't look like anyone has done this for the imx8mm. I see a recipe for linux-fslc-imx-rt 4.1.-1.0.x but looks like it's for th
Hi, I'm looking into doing the rt patch against linux-fslc-imx 5.4.51. Doesn't look like anyone has done this for the imx8mm. I see a recipe for linux-fslc-imx-rt 4.1.-1.0.x but looks like it's for th
|
By
Brian Hutchinson
· #24362
·
|
|
Error Compilation Yocto - firmware-imx_5.4.bb and firmware-imx.inc
#define
#yocto
#compilation
#meta-freescale
Which imx6 board are you using specifically? Regards, Brian
Which imx6 board are you using specifically? Regards, Brian
|
By
Brian Hutchinson
· #24356
·
|
|
Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
Andrey, I changed my local.conf and doing another buid to test with. I added the first two lines, the rest is stock the way it was created: PREFERRED_PROVIDER_virtual/kernel = "linux-fslc-imx" PREFERR
Andrey, I changed my local.conf and doing another buid to test with. I added the first two lines, the rest is stock the way it was created: PREFERRED_PROVIDER_virtual/kernel = "linux-fslc-imx" PREFERR
|
By
Brian Hutchinson
· #24351
·
|
|
Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
I don't think so. The core-image-minimal image I built with poky as distro boots clean when I replace the kernel with the one where I went into make menuconfig and turned off PCI and some other things
I don't think so. The core-image-minimal image I built with poky as distro boots clean when I replace the kernel with the one where I went into make menuconfig and turned off PCI and some other things
|
By
Brian Hutchinson
· #24350
·
|
|
Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
Update. I went into kernel config and gutted a bunch of setting for things I don't care about (wow ... 5.4 sure has a bunch of new stuff). I turned off PCI, bluetooth, wifi etc. I really think turning
Update. I went into kernel config and gutted a bunch of setting for things I don't care about (wow ... 5.4 sure has a bunch of new stuff). I turned off PCI, bluetooth, wifi etc. I really think turning
|
By
Brian Hutchinson
· #24348
·
|