Adding LCD display (none lvds) in Linux 5.4 fslc?
Wouter Vanhauwaert
How do you correctly put a parallel lcd display in linux 5.4?
Uptill 4.9, there was a mxc_lcdif.c, but seems to be missing now? In the devicetree, you used to add a node which had compatible="fsl,lcd", addressing the pinctrl etc But none of these seem to exist now? I see a commit https://github.com/Freescale/linux-fslc/commit/afcde9250592b07f165e2f66217726e26ac54e7c This is supposed to add the lcdif, but hasn't or principle has changed? Can someone explain?
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Philippe Schenker
On Mon, 2020-08-10 at 17:24 -0300, Otavio Salvador wrote:
Hello all,Haven't read all mails have created the PR now! Also thanks from my side for the fast support Otavio! Philippe
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Philippe Schenker
On Mon, 2020-08-10 at 22:02 +0200, Andrey Zhizhikin wrote:
On Mon, Aug 10, 2020 at 5:33 PM Philippe SchenkerThanks Andrey for testing! I guess Otavio needs to pull it from my branch, I'm not able to create a new branch as PR. Philippe
|
|
Re: Anyone got rt patch running on imx8m mini?
Brian Hutchinson
On Mon, Aug 10, 2020 at 07:51 AM, Brian Hutchinson wrote:
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 tell. Regards, Brian
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Marcel Ziswiler
Thanks, Otavio. Much appreciated! We will send you a PR first thing tomorrow morning.
toggle quoted messageShow quoted text
On Mon, 2020-08-10 at 17:24 -0300, Otavio Salvador wrote:
Hello all,
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Otavio Salvador
Hello all,
First, I'd like to thank you all for the great work. Em seg., 10 de ago. de 2020 às 17:02, Andrey Zhizhikin <andrey.z@...> escreveu: ... Yeap, Kernel build off commit 1e10771673463a332a7e477fcba0b9488ec5362bI made the baseline branch based on codeaurora one. Here it goes: https://github.com/Freescale/linux-fslc/tree/5.4-2.1.x-imx So please, prepare a PR against it, so we can merge it there. -- 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
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Andrey Zhizhikin
On Mon, Aug 10, 2020 at 5:33 PM Philippe Schenker
<philippe.schenker@...> wrote: Correct! My bad: I did a pull of OE-Core and then your Kernel branch, which I should not have been doing in the first place. This issue is not from Kernel, it is a pure glibc one. Thanks for pointing it out! Yeap, Kernel build off commit 1e10771673463a332a7e477fcba0b9488ec5362bThanks for pointing this out, I could reproduce the issue and checked. boots fine on i.MX8M Mini EVK. I haven't verified whether graphics and multimedia are OK, but in general at this state this merge is absolutely fine! I believe you can make a PR in https://github.com/Freescale/linux-fslc for Otavio to have a look at it. With that said: Tested-By: Andrey Zhizhikin <andrey.z@...>
-- Regards, Andrey.
|
|
Re: how can I build u-boot and kernel image for mfgtools?
Cengiz Can <cengizc@...>
On Mon, Aug 10, 2020 at 6:30 PM Cengiz Can via lists.yoctoproject.org
<cengizc=gmail.com@...> wrote: Appendix: I tried to use a machine configuration that's been already shipped by AGL (imx6qdlsabreauto) and that machine also throws not compatible error when asked to build `fsl-image-mfgtool-initramfs`. 3) u-boot-imx produces a SPL version of u-boot, because my board uses
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Philippe Schenker
On Mon, 2020-08-10 at 16:10 +0200, Andrey Zhizhikin wrote:
Hey Philippe,I guess any user-space stuff need updating to versions that NXP provides with BSP 'L5.4.24_2.1.0'. OE-core updated glibc which is the provider of 'sys_errlist.h' so maybe that is the reason for build failure? Thanks for pointing this out, I could reproduce the issue and checked. There were still two commits missing. One revert that we believe is not applicable to downstream fec_main.c This one also solved the issue. The other IPU commit was also missing. Now it works on our side. Can you confirm? Philippe That's great, I've synced up the tree to your latest commit and theHave you ported the patch [1] from upstream? Without it - theHi Andrey,
|
|
how can I build u-boot and kernel image for mfgtools?
Cengiz Can <cengizc@...>
Hello,
I have a custom board that has IMX6 Solo Automotive Grade SoC. I need to bring it up with Automotive Grade Linux. (Using linux-fslc 4.20). I have copied mx6sabreauto machine and renamed it to something else, let's say `megatron`. (I'm not really sure this is absolutely necessary but I've done every other board bring-up like that before.). Can someone please answer those questions for me? 1) How can I create an updater u-boot that mfgtools can use to bootstrap? So I can flash eMMC over USB etc. And initramfs? When I show-recipes with "*mfgtool*" I get these results and I'm confused. fsl-image-mfgtool-initramfs: meta-freescale 1.0 linux-imx-mfgtool: meta-freescale 4.9.123 (skipped) packagegroup-fsl-mfgtool: meta-freescale 1.0 u-boot-imx-mfgtool: meta-freescale 2017.03 (skipped) 2) How can I tag my custom machine to be COMPATIBLE with `linux-imx-mfgtool`? linux-imx-mfgtool PROVIDES linux-mfgtool but was skipped: incompatible with machine megatron (not in COMPATIBLE_MACHINE) 3) u-boot-imx produces a SPL version of u-boot, because my board uses default u-boot configuration of mx6sabreauto. Will this work with IMX6 Solo? If not, how can I disable SPL and make sure my BSP is aware of it? These might be easy to answer but I've been struggling for days and I would be extremely happy if someone knowledgeable can help me out. Thank you. Cengiz Can
|
|
Anyone got rt patch running on imx8m mini?
Brian Hutchinson
Hi, linux-fslc-imx-rt 4.1-1.0.x+gitX
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Andrey Zhizhikin
Hey Philippe,
On Mon, Aug 10, 2020 at 1:52 PM Philippe Schenker <philippe.schenker@...> wrote: I've tried to build the branch from your repo with latest master of meta-freescale, and saw couple of issue with imx8mmevk machine: 1. imx-gpu-sdk recipe fails to build, as it requires the header which is most probably missing in the kernel: | make: *** No rule to make target '/development/projects/master/build-output/work/cortexa53-crypto-mx8mm-fsl-linux/imx-gpu-sdk/5.0.2-r0/recipe-sysroot/usr/include/bits/sys_errlist.h', needed by 'build/Yocto/obj/Release/source/FslBase/Bits/ByteArrayUtil.o'. Stop. 2. Kernel panics on the startup, there is something related to FEC driver: [ 0.994893] Unable to handle kernel paging request at virtual address 0000000000023779 [ 1.002814] Mem abort info: [ 1.005614] ESR = 0x96000004 [ 1.008668] EC = 0x25: DABT (current EL), IL = 32 bits [ 1.013983] SET = 0, FnV = 0 [ 1.017040] EA = 0, S1PTW = 0 [ 1.020178] Data abort info: [ 1.023062] ISV = 0, ISS = 0x00000004 [ 1.026901] CM = 0, WnR = 0 [ 1.029872] [0000000000023779] user address but active_mm is swapper [ 1.036262] Internal error: Oops: 96000004 [#1] PREEMPT SMP [ 1.041833] Modules linked in: [ 1.044891] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 5.4.47+g1310c126dd1e #1 [ 1.052022] Hardware name: FSL i.MX8MM EVK board (DT) [ 1.057073] pstate: 80000005 (Nzcv daif -PAN -UAO) [ 1.061868] pc : fec_probe+0x280/0x1340 [ 1.065703] lr : fec_probe+0x80/0x1340 [ 1.069449] sp : ffff80001003baf0 [ 1.072761] x29: ffff80001003baf0 x28: 0000000000000000 [ 1.078072] x27: 0000000000000000 x26: ffff80001114d9b8 [ 1.083383] x25: 0000000000000000 x24: ffff000076090000 [ 1.088694] x23: ffff00007dc03bd8 x22: ffff000076404c10 [ 1.094005] x21: ffff000076404c00 x20: ffff0000762f8000 [ 1.099316] x19: ffff0000762f87c0 x18: 0000000000000020 [ 1.104626] x17: 0000000000000001 x16: 0000000000000019 [ 1.109937] x15: ffff000076090470 x14: 0000000000000000 [ 1.115248] x13: ffff000076090000 x12: 0000000000000000 [ 1.120559] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f [ 1.125870] x9 : 49fffeff06fefeff x8 : 7f7f7f7f7f7f7f7f [ 1.131180] x7 : 01fefefefefefeff x6 : 8080808080808000 [ 1.136491] x5 : 0080808080808080 x4 : 0000000000000000 [ 1.141802] x3 : ffff80001114ea48 x2 : 0000000000000000 [ 1.147113] x1 : ffff000076090000 x0 : 0000000000023779 [ 1.152424] Call trace: [ 1.154871] fec_probe+0x280/0x1340 [ 1.158361] platform_drv_probe+0x50/0xa0 [ 1.162371] really_probe+0xd8/0x410 [ 1.165946] driver_probe_device+0x54/0xe4 [ 1.170042] device_driver_attach+0xb4/0xc0 [ 1.174225] __driver_attach+0x80/0x114 [ 1.178060] bus_for_each_dev+0x6c/0xbc [ 1.181895] driver_attach+0x20/0x30 [ 1.185469] bus_add_driver+0xfc/0x1e0 [ 1.189218] driver_register+0x74/0x120 [ 1.193052] __platform_driver_register+0x44/0x50 [ 1.197756] fec_driver_init+0x18/0x20 [ 1.201506] do_one_initcall+0x50/0x190 [ 1.205343] kernel_init_freeable+0x194/0x22c [ 1.209700] kernel_init+0x10/0x100 [ 1.213188] ret_from_fork+0x10/0x18 [ 1.216765] Code: 2a1303e2 b940afe1 b900b3f3 17ffff75 (b9400000) [ 1.222866] ---[ end trace 31a90d201ff67100 ]--- [ 1.227505] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b [ 1.235161] SMP: stopping secondary CPUs [ 1.239085] Kernel Offset: disabled [ 1.242572] CPU features: 0x0002,2000200c [ 1.246579] Memory Limit: none [ 1.249634] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]--- That's great, I've synced up the tree to your latest commit and theHi Andrey, perf build build went through.
-- Regards, Andrey.
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Philippe Schenker
On Mon, 2020-08-10 at 12:42 +0200, Andrey Zhizhikin wrote:
Hello Philippe,Hi Andrey, We were building binutils-2.34 so didn't notice this issue. I've cherry- picked the patch you mentioned. Philippe into the repository[1]:
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Andrey Zhizhikin
Hello Philippe,
On Mon, Aug 10, 2020 at 12:01 PM Philippe Schenker via lists.yoctoproject.org <philippe.schenker=toradex.com@...> wrote: This is great news! I was half the way of working on the same update, but now since you have the merge done - I can take your version instead. I'll grab this one to test on i.MX8M Mini EVK now and try it out. Have you ported the patch [1] from upstream? Without it - the latest master build would fail (it is needed for binutils-2.35).
[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=39efdd94e314336f4acbac4c07e0f37bdc3bef71 -- Regards, Andrey.
|
|
New branch 5.4-2.1.x-imx for linux-fslc
Philippe Schenker
Hi,
Toradex is currently working on integrating the new NXP release 'L5.4.24_2.1.0'. For this we created a new kernel branch '5.4-2.1.x-imx' based on NXP's kernel 'imx_5.4.24_2.1.0'. We already merged patches from stable linux 5.4.47 into '5.4-2.1.x-imx'. @Otavio: I sincerely ask you if you could place the branch '5.4-2.1.x- imx' that resides currently in my private github account: https://github.com/philschenker/linux-fslc/tree/5.4-2.1.x-imx into the repository https://github.com/Freescale/linux-fslc Thanks and best regards, Philippe
|
|
Re: Error Compilation Yocto - firmware-imx_5.4.bb and firmware-imx.inc
#define
#yocto
#compilation
#meta-freescale
kar_947@...
Hi Brian,
I fixed my problem yesterday, thank you for your answer. The problem was the URL on the file firmware-imx.inc, i took this new file : http://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/recipes-bsp/firmware-imx/firmware-imx.inc?h=pyro Also, there was an other problem with the file "firmware-imx_5.4.bb" . I took the new file : http://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/recipes-bsp/firmware-imx/firmware-imx_5.4.bb?h=morty And i removed the line 3. Before it was : require recipes-bsp/firmware-imx/firmware-imx.inc And now, i put : require firmware-imx.inc Finally it works! Thank you for your help, all of you. See you soon, i hope. Best regards
|
|
Re: Error Compilation Yocto - firmware-imx_5.4.bb and firmware-imx.inc
#define
#yocto
#compilation
#meta-freescale
Brian Hutchinson
On Sun, Aug 2, 2020 at 11:53 PM, <kar_947@...> wrote:
Hi Bas,Which imx6 board are you using specifically? Regards, Brian
|
|
Re: Error Compilation Yocto - firmware-imx_5.4.bb and firmware-imx.inc
#define
#yocto
#compilation
#meta-freescale
kar_947@...
Hi Bas,
Thank you for your answer. I dont know how to upgrade the yocto by the way. I am using the BSP of my IMX6 Board, given by the constructor. Anyway. I tought that the purpose of the files firmware-imx.inc and the firmware-imx_5.4.bb is to download the file firmware-im-5.4.bin and firmware-im-5.4.bin.done. So i just put the target link to dowload the file .bin. So i need to change the url ? What is the exactly link Url for this files ? Is it https://github.com/NXP/imx-firmware ? Best regards
|
|
Re: Error Compilation Yocto - firmware-imx_5.4.bb and firmware-imx.inc
#define
#yocto
#compilation
#meta-freescale
Bas Mevissen
On 2020-07-31 10:58, kar_947@... wrote:
Hi everyone,Your problem is that you are using an old version of Yocto (most likely an early Krogoth version) and things have moved on. Including file locations and possibly contents, as you had before with the git.freescale.com site being no longer there (but that is not the issue here). However, here is something strange going on. The SRC_URI points to a firmware .bin file (in reality being a bzip2 compresses tar file) that does not contain the path "git". So it looks like the downloaded file and the recipe to extract and package are not matching. It might be that NXP has updated the file contents at some point or something completely else has happended. You might try updating the recipe with the actual location of the files (just search for them) to at least get the build done. You might also look at http://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/recipes-bsp/firmware-imx/firmware-imx_5.4.bb?h=morty and get a recipe that downloads the files from https://github.com/NXP/imx-firmware. Your best bet with Yocto is to start with something that is actually (still) supported. The current Dunfell release is not only the latest, but also an LTS. So that is a very good starting point. Regards, Bas. To get this build completed, This is my terminal :
|
|
Error Compilation Yocto - firmware-imx_5.4.bb and firmware-imx.inc
#define
#yocto
#compilation
#meta-freescale
kar_947@...
Hi everyone,
I have a big problem during the compilation of the Yocto project. I have an error with the file firmware-imx_5.4.bb and the file firmware-imx.inc. I have tried everything. Please, some can help me? This is my terminal : ERROR: firmware-imx-1_5.4-r0 do_install: Function failed: do_install (log file is located at /home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/temp/log.do_install.23348)
ERROR: Logfile of failure stored in: /home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/temp/log.do_install.23348
Log data follows:
| DEBUG: Executing shell function do_install
| 'firmware/Android.mk' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/Android.mk'
| 'firmware/epdc' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/epdc'
| 'firmware/epdc/epdc_E97_V110.fw' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/epdc/epdc_E97_V110.fw'
| 'firmware/epdc/epdc_E60_V220.fw' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/epdc/epdc_E60_V220.fw'
| 'firmware/epdc/epdc_E60_V110.fw' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/epdc/epdc_E60_V110.fw'
| 'firmware/epdc/epdc_E060SCM.fw' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/epdc/epdc_E060SCM.fw'
| 'firmware/epdc/fsl-epdc.mk' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/epdc/fsl-epdc.mk'
| 'firmware/epdc/epdc_ED060XH2C1.fw.nonrestricted' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/epdc/epdc_ED060XH2C1.fw.nonrestricted'
| 'firmware/sdma' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/sdma'
| 'firmware/sdma/sdma-imx35-to1.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/sdma/sdma-imx35-to1.bin'
| 'firmware/sdma/sdma-imx51-to3.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/sdma/sdma-imx51-to3.bin'
| 'firmware/sdma/sdma-imx25-to1.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/sdma/sdma-imx25-to1.bin'
| 'firmware/sdma/sdma-imx53-to1.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/sdma/sdma-imx53-to1.bin'
| 'firmware/sdma/sdma-imx35-to2.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/sdma/sdma-imx35-to2.bin'
| 'firmware/sdma/sdma-imx31-to1.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/sdma/sdma-imx31-to1.bin'
| 'firmware/sdma/sdma-imx31-to2.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/sdma/sdma-imx31-to2.bin'
| 'firmware/vpu' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/vpu'
| 'firmware/vpu/vpu_fw_imx27_TO1.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/vpu/vpu_fw_imx27_TO1.bin'
| 'firmware/vpu/vpu_fw_imx27_TO2.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/vpu/vpu_fw_imx27_TO2.bin'
| 'firmware/vpu/vpu_fw_imx6d.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/vpu/vpu_fw_imx6d.bin'
| 'firmware/vpu/vpu_fw_imx53.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/vpu/vpu_fw_imx53.bin'
| 'firmware/vpu/vpu_fw_imx51.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/vpu/vpu_fw_imx51.bin'
| 'firmware/vpu/vpu_fw_imx6q.bin' -> '/home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/image/lib/firmware/vpu/vpu_fw_imx6q.bin'
| cp: cannot stat 'git/brcm/1BW_BCM43340/*.bin': No such file or directory
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_install (log file is located at /home/karim/Bureau/f6du1_yocto_211/build_directory/tmp/work/cortexa9hf-neon-mx6qdl-poky-linux-gnueabi/firmware-imx/1_5.4-r0/temp/log.do_install.23348)
ERROR: Task 1802 (/home/karim/Bureau/f6du1_yocto_211/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx_5.4.bb, do_install) failed with exit code '1'
firmware-imx.inc : SUMMARY = "Freescale IMX firmware"
DESCRIPTION = "Freescale IMX firmware such as for the VPU"
SECTION = "base"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a"
PE = "1"
#BRCM firmware git
SRCBRANCH ?= "master"
SRC_URI = "http://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-5.4.bin;fsl-eula=true"
inherit fsl-eula-unpack
do_install() {
install -d ${D}${base_libdir}/firmware/imx
install -d ${D}${base_libdir}/firmware/bcm
install -d ${D}${sysconfdir}/firmware
cp -rfv firmware/* ${D}${base_libdir}/firmware/
#1BW_BCM43340
install -d ${D}${base_libdir}/firmware/bcm/1BW_BCM43340
cp -rfv git/brcm/1BW_BCM43340/*.bin ${D}${base_libdir}/firmware/bcm/1BW_BCM43340
cp -rfv git/brcm/1BW_BCM43340/*.cal ${D}${base_libdir}/firmware/bcm/1BW_BCM43340
cp -rfv git/brcm/1BW_BCM43340/*.hcd ${D}${sysconfdir}/firmware/
#1DX_BCM4343W
install -d ${D}${base_libdir}/firmware/bcm/1DX_BCM4343W
cp -rfv git/brcm/1DX_BCM4343W/*.bin ${D}${base_libdir}/firmware/bcm/1DX_BCM4343W
cp -rfv git/brcm/1DX_BCM4343W/*.cal ${D}${base_libdir}/firmware/bcm/1DX_BCM4343W
cp -rfv git/brcm/1DX_BCM4343W/*.hcd ${D}${sysconfdir}/firmware/
#SN8000_BCM43362
install -d ${D}${base_libdir}/firmware/bcm/SN8000_BCM43362
cp -rfv git/brcm/SN8000_BCM43362/*.bin ${D}${base_libdir}/firmware/bcm/SN8000_BCM43362
cp -rfv git/brcm/SN8000_BCM43362/*.cal ${D}${base_libdir}/firmware/bcm/SN8000_BCM43362
cp -rfv git/brcm/1DX_BCM4343W/*.hcd ${D}${sysconfdir}/firmware/
#ZP_BCM4339
install -d ${D}${base_libdir}/firmware/bcm/ZP_BCM4339
cp -rfv git/brcm/ZP_BCM4339/*.bin ${D}${base_libdir}/firmware/bcm/ZP_BCM4339
cp -rfv git/brcm/ZP_BCM4339/*.cal ${D}${base_libdir}/firmware/bcm/ZP_BCM4339
cp -rfv git/brcm/ZP_BCM4339/*.hcd ${D}${sysconfdir}/firmware/
mv ${D}${base_libdir}/firmware/epdc/ ${D}${base_libdir}/firmware/imx/epdc/
mv ${D}${base_libdir}/firmware/imx/epdc/epdc_ED060XH2C1.fw.nonrestricted ${D}${base_libdir}/firmware/imx/epdc/epdc_ED060XH2C1.fw
find ${D}${base_libdir}/firmware -type f -exec chmod 644 '{}' ';'
find ${D}${base_libdir}/firmware -type f -exec chown root:root '{}' ';'
# Remove files not going to be installed
find ${D}${base_libdir}/firmware/ -name '*.mk' -exec rm '{}' ';'
}
python populate_packages_prepend() {
vpudir = bb.data.expand('${base_libdir}/firmware/vpu', d)
do_split_packages(d, vpudir, '^vpu_fw_([^_]*).*\.bin',
output_pattern='firmware-imx-vpu-%s',
description='Freescale IMX Firmware %s',
extra_depends='',
prepend=True)
sdmadir = bb.data.expand('${base_libdir}/firmware/sdma', d)
do_split_packages(d, sdmadir, '^sdma-([^-]*).*\.bin',
output_pattern='firmware-imx-sdma-%s',
description='Freescale IMX Firmware %s',
extra_depends='',
prepend=True)
}
ALLOW_EMPTY_${PN} = "1"
PACKAGES_DYNAMIC = "${PN}-vpu-* ${PN}-sdma-*"
PACKAGES =+ "${PN}-epdc ${PN}-brcm"
FILES_${PN}-epdc = "${base_libdir}/firmware/imx/epdc/"
FILES_${PN}-brcm = "${base_libdir}/firmware/bcm/*/*.bin ${base_libdir}/firmware/bcm/*/*.cal ${sysconfdir}/firmware/"
PACKAGE_ARCH = "${MACHINE_SOCARCH}"
firmware-imx_5.4.bb : # Copyright (C) 2012-2016 Freescale Semiconductor
require firmware-imx.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a"
SRC_URI[md5sum] = "dae846ca2fc4504067f725f501491adf"
SRC_URI[sha256sum] = "c5bd4bff48cce9715a5d6d2c190ff3cd2262c7196f7facb9b0eda231c92cc223"
#BRCM firmware git
SRCREV = "951c1363abe95dd75ab3e9447f640d7807240236"
COMPATIBLE_MACHINE = "(mx5|mx6|mx6ul|mx7)"
I really hope, someone can help me. Best regards,
|
|