|
Anyone have experience with adding op-tee to fsl-community-bsp for imx8mm?
It's been over a year now since I ran NXP's yocto release on imx8mm-evk but I believe that op-tee was included. I now find myself needing to use our eMMC RPMB for key storage since our TPM modules hav
It's been over a year now since I ran NXP's yocto release on imx8mm-evk but I believe that op-tee was included. I now find myself needing to use our eMMC RPMB for key storage since our TPM modules hav
|
By
Brian Hutchinson
· #24715
·
|
|
Hardknott build for imx8mm-evk failed
Same result after deleting cache, sstate-cache and tmp. Regards, Brian
Same result after deleting cache, sstate-cache and tmp. Regards, Brian
|
By
Brian Hutchinson
· #24681
·
|
|
Hardknott build for imx8mm-evk failed
Update. I added PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" to local.conf and tried bitbake again and below is the output. I'll delete /tmp and build again in case making this change after a
Update. I added PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" to local.conf and tried bitbake again and below is the output. I'll delete /tmp and build again in case making this change after a
|
By
Brian Hutchinson
· #24680
·
|
|
Hardknott build for imx8mm-evk failed
Yes, the LPDDR4 version has a NAND flash if memory serves me right. Mine is the older version (Rev B) DDR4 version with eMMC and NOR flash. I'll try that and see what happens! Thanks!
Yes, the LPDDR4 version has a NAND flash if memory serves me right. Mine is the older version (Rev B) DDR4 version with eMMC and NOR flash. I'll try that and see what happens! Thanks!
|
By
Brian Hutchinson
· #24679
·
|
|
Hardknott build for imx8mm-evk failed
Hi, Yesterday I checked out Hardknott (creating layers manually due to repo sync issues) and tried to build core-image-base for my imx8mm-evk. First I noticed that there wasn't a machine config for im
Hi, Yesterday I checked out Hardknott (creating layers manually due to repo sync issues) and tried to build core-image-base for my imx8mm-evk. First I noticed that there wasn't a machine config for im
|
By
Brian Hutchinson
· #24677
·
|
|
repo sync of hardknott fails
Very good sir! You are the man! Works now! I checked the layers out manually and did a build and had other problems ... will post another mail about it but tried repo init/sync and that worked. Regard
Very good sir! You are the man! Works now! I checked the layers out manually and did a build and had other problems ... will post another mail about it but tried repo init/sync and that worked. Regard
|
By
Brian Hutchinson
· #24676
·
|
|
repo sync of hardknott fails
Hi, repo sync fails with hardknott: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b hardknott hutch@Gondor:~/yocto/imx8/fsl-community-bsp_hardknott$ repo sync Fetching: 0% (0/7
Hi, repo sync fails with hardknott: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b hardknott hutch@Gondor:~/yocto/imx8/fsl-community-bsp_hardknott$ repo sync Fetching: 0% (0/7
|
By
Brian Hutchinson
· #24674
·
|
|
building lttng-modules fails
Just wanted to give an update on this. Looks like recipe is configured to not fail or complain if kernel isn't configured correctly for LTTng so on first attempt to build, the lttng-modules were not b
Just wanted to give an update on this. Looks like recipe is configured to not fail or complain if kernel isn't configured correctly for LTTng so on first attempt to build, the lttng-modules were not b
|
By
Brian Hutchinson
· #24652
·
|
|
building lttng-modules fails
Hi, I'm on Dunfell and added lttng-tools lttng-modules and lttng-ust to my build for a imx8mm-evk based board. The build of lttng-modules fails and looking on line for the solution is puzzling. I see
Hi, I'm on Dunfell and added lttng-tools lttng-modules and lttng-ust to my build for a imx8mm-evk based board. The build of lttng-modules fails and looking on line for the solution is puzzling. I see
|
By
Brian Hutchinson
· #24646
·
|
|
bitbake of core-image-minimal is sending my fw_env.config file to PC filesystem instead of my squashfs for target
Bless you Peter! Thanks for the explanation of the various interactions and the tie to the generic env name. I wasn't aware of those. I've got more study to do as I'm still not following something. I
Bless you Peter! Thanks for the explanation of the various interactions and the tie to the generic env name. I wasn't aware of those. I've got more study to do as I'm still not following something. I
|
By
Brian Hutchinson
· #24637
·
|
|
bitbake of core-image-minimal is sending my fw_env.config file to PC filesystem instead of my squashfs for target
Hi, I should have done this from the start and started a new topic so please forgive me if you've already seen this on "No u-boot-fslc-fw-utils recipe for Dunfell?" thread. I added libubootenv to my i
Hi, I should have done this from the start and started a new topic so please forgive me if you've already seen this on "No u-boot-fslc-fw-utils recipe for Dunfell?" thread. I added libubootenv to my i
|
By
Brian Hutchinson
· #24635
·
|
|
No u-boot-fslc-fw-utils recipe for Dunfell?
It actually looks like it's simpler than what I did for libubootenv_%.bbappend in last email ... since I'm using poky distro and it looks like u-boot-imx.bb is including that (recipies-bsp/u-boot/u-bo
It actually looks like it's simpler than what I did for libubootenv_%.bbappend in last email ... since I'm using poky distro and it looks like u-boot-imx.bb is including that (recipies-bsp/u-boot/u-bo
|
By
Brian Hutchinson
· #24634
·
|
|
No u-boot-fslc-fw-utils recipe for Dunfell?
I'm about to scream. I can't figure out what I'm doing wrong. I made a libubootenv_%.bbappend with: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/:" SRC_URI_append += " file://fw_env.config" do_install
I'm about to scream. I can't figure out what I'm doing wrong. I made a libubootenv_%.bbappend with: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/:" SRC_URI_append += " file://fw_env.config" do_install
|
By
Brian Hutchinson
· #24633
·
|
|
No u-boot-fslc-fw-utils recipe for Dunfell?
Reviving this issue again ... I noticed that I had to make my own fw_env.config file and copy it to etc. in a read/write rootfs for quick testing ... there is no fw_env.config sample provided by libub
Reviving this issue again ... I noticed that I had to make my own fw_env.config file and copy it to etc. in a read/write rootfs for quick testing ... there is no fw_env.config sample provided by libub
|
By
Brian Hutchinson
· #24631
·
|
|
Want to use linux-fslc 5.10 with Dunfell
Whew, you mean I'm not losing my mind? Cool. I thought I might need an intervention (well probably still do). B
Whew, you mean I'm not losing my mind? Cool. I thought I might need an intervention (well probably still do). B
|
By
Brian Hutchinson
· #24623
·
|
|
Want to use linux-fslc 5.10 with Dunfell
Ok, now that I've backed away from the ledge I smoked my shell and did a clean shell and repeated the bitbake and it's working well now. I suspect that I switched from trying gatesgarth build to maste
Ok, now that I've backed away from the ledge I smoked my shell and did a clean shell and repeated the bitbake and it's working well now. I suspect that I switched from trying gatesgarth build to maste
|
By
Brian Hutchinson
· #24619
·
|
|
Want to use linux-fslc 5.10 with Dunfell
I repeated the steps I mentioned before just used -b master instead of -b gatesgarth and it blew up and spewed all over me and I had to go change my clothes. Ugliest build I've ever attempted. Got abo
I repeated the steps I mentioned before just used -b master instead of -b gatesgarth and it blew up and spewed all over me and I had to go change my clothes. Ugliest build I've ever attempted. Got abo
|
By
Brian Hutchinson
· #24618
·
|
|
Want to use linux-fslc 5.10 with Dunfell
ok, I repeated my steps I listed before using -b master instead of gatesgarth for the repo init command. The bitbake of core-image-base was so ugly I can't even post the output here. Let's just say it
ok, I repeated my steps I listed before using -b master instead of gatesgarth for the repo init command. The bitbake of core-image-base was so ugly I can't even post the output here. Let's just say it
|
By
Brian Hutchinson
· #24616
·
|
|
Want to use linux-fslc 5.10 with Dunfell
Ha, ha, doesn't surprise me one bit. I'll try my steps again but with master. Last time I tried that none of the bitbake stuff worked but maybe I wasn't holding my tongue the right way ;) Regards, Bri
Ha, ha, doesn't surprise me one bit. I'll try my steps again but with master. Last time I tried that none of the bitbake stuff worked but maybe I wasn't holding my tongue the right way ;) Regards, Bri
|
By
Brian Hutchinson
· #24614
·
|
|
Want to use linux-fslc 5.10 with Dunfell
So maybe I'm not doing this right but I cloned Andrey's git link and tried to build and didn't get very far. I'll spell out exactly what I did. I started off with the normal repo init: repo init -u ht
So maybe I'm not doing this right but I cloned Andrey's git link and tried to build and didn't get very far. I'll spell out exactly what I did. I started off with the normal repo init: repo init -u ht
|
By
Brian Hutchinson
· #24612
·
|