Re: [meta-freescale] Status of i.MX8 support

2019-01-13 Thread Teemu K
On Fri, Jan 11, 2019 at 2:26 PM Daiane Angolini wrote: > Hi Teemu, > > This is the line in BSP where the image file time is setup: > http://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/tree/conf/machine/include/imx-base.inc#n289 > > You may have some configuration on top of the BSP which

Re: [meta-freescale] Status of i.MX8 support

2019-01-11 Thread Daiane Angolini
On Fri, Jan 11, 2019 at 6:13 AM Teemu K wrote: > > On Thu, Jan 10, 2019 at 6:25 AM Teemu K wrote: > > > > Hi, > > > > Interesting since linux-fslc-imx doesn't list mx8 as > > 'compatible_machine', but linux-imx does. > > > > When setting preferred provider for virtual/kernel to linux-fslc-imx I

Re: [meta-freescale] Status of i.MX8 support

2019-01-11 Thread Teemu K
On Thu, Jan 10, 2019 at 6:25 AM Teemu K wrote: > > Hi, > > Interesting since linux-fslc-imx doesn't list mx8 as > 'compatible_machine', but linux-imx does. > > When setting preferred provider for virtual/kernel to linux-fslc-imx I > got this error: > "ERROR: Nothing PROVIDES 'virtual/kernel' >

Re: [meta-freescale] Status of i.MX8 support

2019-01-09 Thread Teemu K
Hi, Interesting since linux-fslc-imx doesn't list mx8 as 'compatible_machine', but linux-imx does. When setting preferred provider for virtual/kernel to linux-fslc-imx I got this error: "ERROR: Nothing PROVIDES 'virtual/kernel' linux-imx PROVIDES virtual/kernel but was skipped:

Re: [meta-freescale] Status of i.MX8 support

2019-01-09 Thread Max Krummenacher
Hi > What is the state of the meta-freescale i.MX8 support? I'm trying to > compile image for NXP i.MX8 development board (MCIMX8QXP - CPU). Please have a look at this patchset: https://lists.yoctoproject.org/pipermail/meta-freescale/2019-January/023633.html Note that I used master but that

Re: [meta-freescale] Status of i.MX8 support

2019-01-09 Thread Vincent Prince
Hi, Did you try to compile with rpm support instead? Also, it seems that default kernel for imx8 is linux-fslc-imx and not linux-imx: IMX_DEFAULT_KERNEL_mx8 = "linux-fslc-imx" Regards, Vincent Le mer. 9 janv. 2019 à 09:30, Teemu K a écrit : > On Tue, Jan 8, 2019 at 9:04 AM Teemu K wrote: >

Re: [meta-freescale] Status of i.MX8 support

2019-01-09 Thread Teemu K
On Tue, Jan 8, 2019 at 9:04 AM Teemu K wrote: > > Hi, > > What is the state of the meta-freescale i.MX8 support? I'm trying to > compile image for NXP i.MX8 development board (MCIMX8QXP - CPU). > > I'm using thud - branch of everything, but while compiling and using > kernel linux-imx_4.9.123

[meta-freescale] Status of i.MX8 support

2019-01-07 Thread Teemu K
Hi, What is the state of the meta-freescale i.MX8 support? I'm trying to compile image for NXP i.MX8 development board (MCIMX8QXP - CPU). I'm using thud - branch of everything, but while compiling and using kernel linux-imx_4.9.123 (that's the only one with i.MX8 support as far as I can tell