Trying to boot custom kernel on Wink Hub (i.MX28)

Rogan Dawes rogan at dawes.za.net
Tue Sep 26 21:06:28 CEST 2023


WARNING: unmet direct dependencies detected for PL01X_SERIAL
  Depends on [n]: SERIAL [=y] && DM_SERIAL [=n]
  Selected by [y]:
  - TARGET_IMX28WINKHUB [=y] && <choice>

WARNING: unmet direct dependencies detected for PL01X_SERIAL
  Depends on [n]: SERIAL [=y] && DM_SERIAL [=n]
  Selected by [y]:
  - TARGET_IMX28WINKHUB [=y] && <choice>

I also tried building and booting your latest version, but just got "LLC".

I'll try putting a logic analyser on the UART pins to see if anything else
shows up, but I didn't see anything else on the USB-UART at 115200.

Where are the LLC characters coming from? It's a little tricky to grep the
source for a single character :-(

Rogan



On Tue, 26 Sept 2023 at 18:47, Fabio Estevam <festevam at gmail.com> wrote:
>
> Hi Rogan,
>
> On Tue, Sep 26, 2023 at 1:01 AM Rogan Dawes <rogan at dawes.za.net> wrote:
> >
> > Hi Fabio,
> >
> > That prints "LLC", but does not print "Pref".
>
> What happens if you unselect DM_SERIAL like this:
>
> --- a/configs/imx28-wink-hub_defconfig
> +++ b/configs/imx28-wink-hub_defconfig
> @@ -58,4 +58,3 @@ CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
>  CONFIG_DM_REGULATOR_GPIO=y
>  CONFIG_RTC_MXS=y
> -CONFIG_DM_SERIAL=y


More information about the U-Boot mailing list