meta-freescale.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk)
@ 2023-09-05 19:21 Brian Hutchinson
  2023-09-05 21:32 ` [meta-freescale] " Daiane Angolini
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Hutchinson @ 2023-09-05 19:21 UTC (permalink / raw)
  To: meta-freescale

Hi,

I recently obtained a imx93 evk board and wanted to build fsl
community bsp distro for it.

I generated a core-image-base sdcard image using DISTRO=poky
MACHINE=imx93-11x11-lpddr4x-evk but it doesn't boot ... so sign of
life on console ... no lights blinking, no u-boot output etc..

I just want a minimal distro that supports a serial console (via the
USB debug cable) and networking at the moment.  On imx8mm-evk I used
core-image-base to start work on my own custom OS so thought that
would be a good starting point with this imx93 board too but not sure
meta-freescale fully supports the imx93 evk yet.  I built kirkstone
and it had machine support and everything built ok, but maybe
something else is missing.

I searched the archives and I don't see any mention of the imx93 evk yet.

Thanks!

Brian


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-freescale] Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk)
  2023-09-05 19:21 Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk) Brian Hutchinson
@ 2023-09-05 21:32 ` Daiane Angolini
  2023-09-05 23:00   ` Brian Hutchinson
  0 siblings, 1 reply; 7+ messages in thread
From: Daiane Angolini @ 2023-09-05 21:32 UTC (permalink / raw)
  To: Brian Hutchinson; +Cc: meta-freescale

On Tue, Sep 5, 2023 at 4:21 PM Brian Hutchinson <b.hutchman@gmail.com> wrote:
>
> Hi,
>
> I recently obtained a imx93 evk board and wanted to build fsl
> community bsp distro for it.
>
> I generated a core-image-base sdcard image using DISTRO=poky
> MACHINE=imx93-11x11-lpddr4x-evk but it doesn't boot ... so sign of
> life on console ... no lights blinking, no u-boot output etc..

Do you know which is the imx-boot you are using on your image? Are you
flashing the sdcard with a .wic? using uuu?

When I tested it, I used DISTRO=fslc-framebuffer.

The last time I tested it worked fine.

Daiane

>
> I just want a minimal distro that supports a serial console (via the
> USB debug cable) and networking at the moment.  On imx8mm-evk I used
> core-image-base to start work on my own custom OS so thought that
> would be a good starting point with this imx93 board too but not sure
> meta-freescale fully supports the imx93 evk yet.  I built kirkstone
> and it had machine support and everything built ok, but maybe
> something else is missing.
>
> I searched the archives and I don't see any mention of the imx93 evk yet.
>
> Thanks!
>
> Brian
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#24924): https://lists.yoctoproject.org/g/meta-freescale/message/24924
> Mute This Topic: https://lists.yoctoproject.org/mt/101177560/5992125
> Group Owner: meta-freescale+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [daiane.angolini@foundries.io]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-freescale] Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk)
  2023-09-05 21:32 ` [meta-freescale] " Daiane Angolini
@ 2023-09-05 23:00   ` Brian Hutchinson
  2023-09-06 11:49     ` Daiane Angolini
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Hutchinson @ 2023-09-05 23:00 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

Hi Daiane,

On Tue, Sep 5, 2023 at 5:32 PM Daiane Angolini
<daiane.angolini@foundries.io> wrote:
>
> On Tue, Sep 5, 2023 at 4:21 PM Brian Hutchinson <b.hutchman@gmail.com> wrote:
> >
> > Hi,
> >
> > I recently obtained a imx93 evk board and wanted to build fsl
> > community bsp distro for it.
> >
> > I generated a core-image-base sdcard image using DISTRO=poky
> > MACHINE=imx93-11x11-lpddr4x-evk but it doesn't boot ... so sign of
> > life on console ... no lights blinking, no u-boot output etc..
>
> Do you know which is the imx-boot you are using on your image? Are you
> flashing the sdcard with a .wic? using uuu?

Looks like it built u-boot-imx and is version 2022.04-r0

I did a dd of the .wic.gz that core-image-base produced to a sdcard
and set the dip switches to 0010 (also tried 1010) to boot from sdcard
instead of eMMC.  The uncompressed .wic file size was 322611200.

>
> When I tested it, I used DISTRO=fslc-framebuffer.

I just rebuilt again from master and got same result.  Maybe I'll try
same distro you did and see what happens.

Thanks,

Brian

>
> The last time I tested it worked fine.
>
> Daiane
>
> >
> > I just want a minimal distro that supports a serial console (via the
> > USB debug cable) and networking at the moment.  On imx8mm-evk I used
> > core-image-base to start work on my own custom OS so thought that
> > would be a good starting point with this imx93 board too but not sure
> > meta-freescale fully supports the imx93 evk yet.  I built kirkstone
> > and it had machine support and everything built ok, but maybe
> > something else is missing.
> >
> > I searched the archives and I don't see any mention of the imx93 evk yet.
> >
> > Thanks!
> >
> > Brian
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#24924): https://lists.yoctoproject.org/g/meta-freescale/message/24924
> > Mute This Topic: https://lists.yoctoproject.org/mt/101177560/5992125
> > Group Owner: meta-freescale+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [daiane.angolini@foundries.io]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-freescale] Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk)
  2023-09-05 23:00   ` Brian Hutchinson
@ 2023-09-06 11:49     ` Daiane Angolini
  2023-09-06 12:23       ` Brian Hutchinson
       [not found]       ` <17824EC1AA68A4AB.2662@lists.yoctoproject.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Daiane Angolini @ 2023-09-06 11:49 UTC (permalink / raw)
  To: Brian Hutchinson; +Cc: meta-freescale

On Tue, Sep 5, 2023 at 8:01 PM Brian Hutchinson <b.hutchman@gmail.com> wrote:
>
> Hi Daiane,
>
> On Tue, Sep 5, 2023 at 5:32 PM Daiane Angolini
> <daiane.angolini@foundries.io> wrote:
> >
> > On Tue, Sep 5, 2023 at 4:21 PM Brian Hutchinson <b.hutchman@gmail.com> wrote:
> > >
> > > Hi,
> > >
> > > I recently obtained a imx93 evk board and wanted to build fsl
> > > community bsp distro for it.
> > >
> > > I generated a core-image-base sdcard image using DISTRO=poky
> > > MACHINE=imx93-11x11-lpddr4x-evk but it doesn't boot ... so sign of
> > > life on console ... no lights blinking, no u-boot output etc..
> >
> > Do you know which is the imx-boot you are using on your image? Are you
> > flashing the sdcard with a .wic? using uuu?
>
> Looks like it built u-boot-imx and is version 2022.04-r0
>
> I did a dd of the .wic.gz that core-image-base produced to a sdcard
> and set the dip switches to 0010 (also tried 1010) to boot from sdcard
> instead of eMMC.  The uncompressed .wic file size was 322611200.

I remember I got confused with the dip switches' orientation. But if
you have another working image, so your board is properly configured.

Daiane
>
> >
> > When I tested it, I used DISTRO=fslc-framebuffer.
>
> I just rebuilt again from master and got same result.  Maybe I'll try
> same distro you did and see what happens.
>
> Thanks,
>
> Brian
>
> >
> > The last time I tested it worked fine.
> >
> > Daiane
> >
> > >
> > > I just want a minimal distro that supports a serial console (via the
> > > USB debug cable) and networking at the moment.  On imx8mm-evk I used
> > > core-image-base to start work on my own custom OS so thought that
> > > would be a good starting point with this imx93 board too but not sure
> > > meta-freescale fully supports the imx93 evk yet.  I built kirkstone
> > > and it had machine support and everything built ok, but maybe
> > > something else is missing.
> > >
> > > I searched the archives and I don't see any mention of the imx93 evk yet.
> > >
> > > Thanks!
> > >
> > > Brian
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#24924): https://lists.yoctoproject.org/g/meta-freescale/message/24924
> > > Mute This Topic: https://lists.yoctoproject.org/mt/101177560/5992125
> > > Group Owner: meta-freescale+owner@lists.yoctoproject.org
> > > Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [daiane.angolini@foundries.io]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-freescale] Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk)
  2023-09-06 11:49     ` Daiane Angolini
@ 2023-09-06 12:23       ` Brian Hutchinson
       [not found]       ` <17824EC1AA68A4AB.2662@lists.yoctoproject.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Brian Hutchinson @ 2023-09-06 12:23 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

On Wed, Sep 6, 2023 at 7:49 AM Daiane Angolini
<daiane.angolini@foundries.io> wrote:
>
> On Tue, Sep 5, 2023 at 8:01 PM Brian Hutchinson <b.hutchman@gmail.com> wrote:
> >
> > Hi Daiane,
> >
> > On Tue, Sep 5, 2023 at 5:32 PM Daiane Angolini
> > <daiane.angolini@foundries.io> wrote:
> > >
> > > On Tue, Sep 5, 2023 at 4:21 PM Brian Hutchinson <b.hutchman@gmail.com> wrote:
> > > >
> > > > Hi,
> > > >
> > > > I recently obtained a imx93 evk board and wanted to build fsl
> > > > community bsp distro for it.
> > > >
> > > > I generated a core-image-base sdcard image using DISTRO=poky
> > > > MACHINE=imx93-11x11-lpddr4x-evk but it doesn't boot ... so sign of
> > > > life on console ... no lights blinking, no u-boot output etc..
> > >
> > > Do you know which is the imx-boot you are using on your image? Are you
> > > flashing the sdcard with a .wic? using uuu?
> >
> > Looks like it built u-boot-imx and is version 2022.04-r0
> >
> > I did a dd of the .wic.gz that core-image-base produced to a sdcard
> > and set the dip switches to 0010 (also tried 1010) to boot from sdcard
> > instead of eMMC.  The uncompressed .wic file size was 322611200.
>
> I remember I got confused with the dip switches' orientation. But if
> you have another working image, so your board is properly configured.
>
Which image did you build?  I rebuilt core-image-base from master
using DISTRO=fslc-framebuffer and once again got the same result ...
no sign of board booting so I must be missing something or not doing
something right.

Regards,

Brian

> Daiane
> >
> > >
> > > When I tested it, I used DISTRO=fslc-framebuffer.
> >
> > I just rebuilt again from master and got same result.  Maybe I'll try
> > same distro you did and see what happens.
> >
> > Thanks,
> >
> > Brian
> >
> > >
> > > The last time I tested it worked fine.
> > >
> > > Daiane
> > >
> > > >
> > > > I just want a minimal distro that supports a serial console (via the
> > > > USB debug cable) and networking at the moment.  On imx8mm-evk I used
> > > > core-image-base to start work on my own custom OS so thought that
> > > > would be a good starting point with this imx93 board too but not sure
> > > > meta-freescale fully supports the imx93 evk yet.  I built kirkstone
> > > > and it had machine support and everything built ok, but maybe
> > > > something else is missing.
> > > >
> > > > I searched the archives and I don't see any mention of the imx93 evk yet.
> > > >
> > > > Thanks!
> > > >
> > > > Brian
> > > >
> > > > -=-=-=-=-=-=-=-=-=-=-=-
> > > > Links: You receive all messages sent to this group.
> > > > View/Reply Online (#24924): https://lists.yoctoproject.org/g/meta-freescale/message/24924
> > > > Mute This Topic: https://lists.yoctoproject.org/mt/101177560/5992125
> > > > Group Owner: meta-freescale+owner@lists.yoctoproject.org
> > > > Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [daiane.angolini@foundries.io]
> > > > -=-=-=-=-=-=-=-=-=-=-=-
> > > >


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-freescale] Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk)
       [not found]       ` <17824EC1AA68A4AB.2662@lists.yoctoproject.org>
@ 2023-09-06 16:52         ` Brian Hutchinson
  2023-09-13 20:04           ` Daiane Angolini
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Hutchinson @ 2023-09-06 16:52 UTC (permalink / raw)
  To: Brian Hutchinson; +Cc: Daiane Angolini, meta-freescale


[-- Attachment #1.1: Type: text/plain, Size: 3739 bytes --]

Top posting as I found my problem.  Wow, they couldn't have made it any
more confusing.  Attached is a pic of the dip switch setting that made it
boot from SD Card.

See attached picture or:

Switch - Setting
1 - off
2 - on
3 - off
4 - off

I broke down and built the imx93evk from NXP and even that didn't work so
started playing with switch settings and found the issue.

Regards,

Brian


On Wed, Sep 6, 2023, 8:23 AM Brian Hutchinson via lists.yoctoproject.org
<b.hutchman=gmail.com@lists.yoctoproject.org> wrote:

> On Wed, Sep 6, 2023 at 7:49 AM Daiane Angolini
> <daiane.angolini@foundries.io> wrote:
> >
> > On Tue, Sep 5, 2023 at 8:01 PM Brian Hutchinson <b.hutchman@gmail.com>
> wrote:
> > >
> > > Hi Daiane,
> > >
> > > On Tue, Sep 5, 2023 at 5:32 PM Daiane Angolini
> > > <daiane.angolini@foundries.io> wrote:
> > > >
> > > > On Tue, Sep 5, 2023 at 4:21 PM Brian Hutchinson <
> b.hutchman@gmail.com> wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I recently obtained a imx93 evk board and wanted to build fsl
> > > > > community bsp distro for it.
> > > > >
> > > > > I generated a core-image-base sdcard image using DISTRO=poky
> > > > > MACHINE=imx93-11x11-lpddr4x-evk but it doesn't boot ... so sign of
> > > > > life on console ... no lights blinking, no u-boot output etc..
> > > >
> > > > Do you know which is the imx-boot you are using on your image? Are
> you
> > > > flashing the sdcard with a .wic? using uuu?
> > >
> > > Looks like it built u-boot-imx and is version 2022.04-r0
> > >
> > > I did a dd of the .wic.gz that core-image-base produced to a sdcard
> > > and set the dip switches to 0010 (also tried 1010) to boot from sdcard
> > > instead of eMMC.  The uncompressed .wic file size was 322611200.
> >
> > I remember I got confused with the dip switches' orientation. But if
> > you have another working image, so your board is properly configured.
> >
> Which image did you build?  I rebuilt core-image-base from master
> using DISTRO=fslc-framebuffer and once again got the same result ...
> no sign of board booting so I must be missing something or not doing
> something right.
>
> Regards,
>
> Brian
>
> > Daiane
> > >
> > > >
> > > > When I tested it, I used DISTRO=fslc-framebuffer.
> > >
> > > I just rebuilt again from master and got same result.  Maybe I'll try
> > > same distro you did and see what happens.
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > > >
> > > > The last time I tested it worked fine.
> > > >
> > > > Daiane
> > > >
> > > > >
> > > > > I just want a minimal distro that supports a serial console (via
> the
> > > > > USB debug cable) and networking at the moment.  On imx8mm-evk I
> used
> > > > > core-image-base to start work on my own custom OS so thought that
> > > > > would be a good starting point with this imx93 board too but not
> sure
> > > > > meta-freescale fully supports the imx93 evk yet.  I built kirkstone
> > > > > and it had machine support and everything built ok, but maybe
> > > > > something else is missing.
> > > > >
> > > > > I searched the archives and I don't see any mention of the imx93
> evk yet.
> > > > >
> > > > > Thanks!
> > > > >
> > > > > Brian
> > > > >
> > > > >
> > > > >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#24928):
> https://lists.yoctoproject.org/g/meta-freescale/message/24928
> Mute This Topic: https://lists.yoctoproject.org/mt/101177560/3619744
> Group Owner: meta-freescale+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [
> b.hutchman@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #1.2: Type: text/html, Size: 5894 bytes --]

[-- Attachment #2: 20230906_123833.jpg --]
[-- Type: image/jpeg, Size: 152200 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-freescale] Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk)
  2023-09-06 16:52         ` Brian Hutchinson
@ 2023-09-13 20:04           ` Daiane Angolini
  0 siblings, 0 replies; 7+ messages in thread
From: Daiane Angolini @ 2023-09-13 20:04 UTC (permalink / raw)
  To: Brian Hutchinson; +Cc: meta-freescale

On Wed, Sep 6, 2023 at 1:52 PM Brian Hutchinson <b.hutchman@gmail.com> wrote:
>
> Top posting as I found my problem.  Wow, they couldn't have made it any more confusing.  Attached is a pic of the dip switch setting that made it boot from SD Card.
>
> See attached picture or:
>
> Switch - Setting
> 1 - off
> 2 - on
> 3 - off
> 4 - off
>
> I broke down and built the imx93evk from NXP and even that didn't work so started playing with switch settings and found the issue.

I'm glad to know you found the problem! I'm frustrated that more than
one person in the world got confused with the same think hheheheheh

Daiane


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-09-13 20:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-05 19:21 Anyone doing meta-freescale builds for imx93 evk yet? (imx93-11x11-lpddr4x-evk) Brian Hutchinson
2023-09-05 21:32 ` [meta-freescale] " Daiane Angolini
2023-09-05 23:00   ` Brian Hutchinson
2023-09-06 11:49     ` Daiane Angolini
2023-09-06 12:23       ` Brian Hutchinson
     [not found]       ` <17824EC1AA68A4AB.2662@lists.yoctoproject.org>
2023-09-06 16:52         ` Brian Hutchinson
2023-09-13 20:04           ` Daiane Angolini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).