linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BBB with v5.7-rc5
@ 2020-05-12 11:10 Felipe Balbi
  2020-05-12 13:40 ` Felipe Balbi
  0 siblings, 1 reply; 7+ messages in thread
From: Felipe Balbi @ 2020-05-12 11:10 UTC (permalink / raw)
  To: linux-omap

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]


Hi guys,

what's the trick to get BBB to boot recent kernels nowadays? :-p

I'm using omap2plus_defconfig without CPSW (doesn't link otherwise) with
GCC 10.1.0 (I'll try an older version shortly). Cmdline is the usual
root=/dev/mmcblk0p1 rootwait console=ttyS0,115200n8 (also tried ttyO0)

I get nothing on serial console. Has anyone tried a recent kernel on
BBB?

Cheers

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: BBB with v5.7-rc5
  2020-05-12 11:10 BBB with v5.7-rc5 Felipe Balbi
@ 2020-05-12 13:40 ` Felipe Balbi
  2020-05-12 13:46   ` Tony Lindgren
  0 siblings, 1 reply; 7+ messages in thread
From: Felipe Balbi @ 2020-05-12 13:40 UTC (permalink / raw)
  To: linux-omap

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

Hi,

Felipe Balbi <balbi@kernel.org> writes:
> what's the trick to get BBB to boot recent kernels nowadays? :-p
>
> I'm using omap2plus_defconfig without CPSW (doesn't link otherwise) with
> GCC 10.1.0 (I'll try an older version shortly). Cmdline is the usual

same result with 9.2. Nothing from low level debug either.

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: BBB with v5.7-rc5
  2020-05-12 13:46   ` Tony Lindgren
@ 2020-05-12 13:41     ` Dan Murphy
  2020-05-12 13:52       ` Felipe Balbi
  2020-05-12 13:55     ` Felipe Balbi
  1 sibling, 1 reply; 7+ messages in thread
From: Dan Murphy @ 2020-05-12 13:41 UTC (permalink / raw)
  To: Tony Lindgren, Felipe Balbi; +Cc: linux-omap

Felipe

On 5/12/20 8:46 AM, Tony Lindgren wrote:
> Hi,
>
> * Felipe Balbi <balbi@kernel.org> [200512 13:41]:
>> Hi,
>>
>> Felipe Balbi <balbi@kernel.org> writes:
>>> what's the trick to get BBB to boot recent kernels nowadays? :-p
>>>
>>> I'm using omap2plus_defconfig without CPSW (doesn't link otherwise) with
>>> GCC 10.1.0 (I'll try an older version shortly). Cmdline is the usual
>> same result with 9.2. Nothing from low level debug either.
> Maybe check you have a current dtb file? The older dtb files may not
> have all the needed data.

I have been using the latest uBoot, DTBs and kernel with no issue 
(except CPSW).

I have booted the BBB and a BBG.  9.2 gcc compiler

> Also you probably want to add "earlycon" to your your kernel cmdline
> and then you have early output from CONFIG_SERIAL_EARLYCON=y as long
> as there's a chosen entry for the device uart. So no need to enable
> DEBUG_LL in most cases.
>
> There's "[PATCH net v4] net: ethernet: ti: Remove TI_CPTS_MOD workaround"
> being discussed too for the cpsw regression.

This is a build dependency issue.

Dan

> Regards,
>
> Tony
>
>
>

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

* Re: BBB with v5.7-rc5
  2020-05-12 13:40 ` Felipe Balbi
@ 2020-05-12 13:46   ` Tony Lindgren
  2020-05-12 13:41     ` Dan Murphy
  2020-05-12 13:55     ` Felipe Balbi
  0 siblings, 2 replies; 7+ messages in thread
From: Tony Lindgren @ 2020-05-12 13:46 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: linux-omap

Hi,

* Felipe Balbi <balbi@kernel.org> [200512 13:41]:
> Hi,
> 
> Felipe Balbi <balbi@kernel.org> writes:
> > what's the trick to get BBB to boot recent kernels nowadays? :-p
> >
> > I'm using omap2plus_defconfig without CPSW (doesn't link otherwise) with
> > GCC 10.1.0 (I'll try an older version shortly). Cmdline is the usual
> 
> same result with 9.2. Nothing from low level debug either.

Maybe check you have a current dtb file? The older dtb files may not
have all the needed data.

Also you probably want to add "earlycon" to your your kernel cmdline
and then you have early output from CONFIG_SERIAL_EARLYCON=y as long
as there's a chosen entry for the device uart. So no need to enable
DEBUG_LL in most cases.

There's "[PATCH net v4] net: ethernet: ti: Remove TI_CPTS_MOD workaround"
being discussed too for the cpsw regression.

Regards,

Tony




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

* Re: BBB with v5.7-rc5
  2020-05-12 13:41     ` Dan Murphy
@ 2020-05-12 13:52       ` Felipe Balbi
  0 siblings, 0 replies; 7+ messages in thread
From: Felipe Balbi @ 2020-05-12 13:52 UTC (permalink / raw)
  To: Dan Murphy, Tony Lindgren; +Cc: linux-omap

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]


Hi Dan,

Dan Murphy <dmurphy@ti.com> writes:
>>> Felipe Balbi <balbi@kernel.org> writes:
>>>> what's the trick to get BBB to boot recent kernels nowadays? :-p
>>>>
>>>> I'm using omap2plus_defconfig without CPSW (doesn't link otherwise) with
>>>> GCC 10.1.0 (I'll try an older version shortly). Cmdline is the usual
>>> same result with 9.2. Nothing from low level debug either.
>> Maybe check you have a current dtb file? The older dtb files may not
>> have all the needed data.
>
> I have been using the latest uBoot, DTBs and kernel with no issue 
> (except CPSW).
>
> I have booted the BBB and a BBG.  9.2 gcc compiler

I'll give it a shot. Maybe it's something silly I did along the way ;-)

It's been a few years since I touched ARM :-)

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: BBB with v5.7-rc5
  2020-05-12 13:46   ` Tony Lindgren
  2020-05-12 13:41     ` Dan Murphy
@ 2020-05-12 13:55     ` Felipe Balbi
  2020-05-12 15:33       ` Felipe Balbi
  1 sibling, 1 reply; 7+ messages in thread
From: Felipe Balbi @ 2020-05-12 13:55 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap

[-- Attachment #1: Type: text/plain, Size: 1030 bytes --]


Hi,

Tony Lindgren <tony@atomide.com> writes:
>> Felipe Balbi <balbi@kernel.org> writes:
>> > what's the trick to get BBB to boot recent kernels nowadays? :-p
>> >
>> > I'm using omap2plus_defconfig without CPSW (doesn't link otherwise) with
>> > GCC 10.1.0 (I'll try an older version shortly). Cmdline is the usual
>> 
>> same result with 9.2. Nothing from low level debug either.
>
> Maybe check you have a current dtb file? The older dtb files may not
> have all the needed data.

yeah, loading all the data from sd card. I am, however, using the u-boot
that came with the board.

> Also you probably want to add "earlycon" to your your kernel cmdline
> and then you have early output from CONFIG_SERIAL_EARLYCON=y as long
> as there's a chosen entry for the device uart. So no need to enable
> DEBUG_LL in most cases.

cool, I'll try earlycon, then.

> There's "[PATCH net v4] net: ethernet: ti: Remove TI_CPTS_MOD workaround"
> being discussed too for the cpsw regression.

Thanks

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: BBB with v5.7-rc5
  2020-05-12 13:55     ` Felipe Balbi
@ 2020-05-12 15:33       ` Felipe Balbi
  0 siblings, 0 replies; 7+ messages in thread
From: Felipe Balbi @ 2020-05-12 15:33 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap

[-- Attachment #1: Type: text/plain, Size: 716 bytes --]


Hi,

Felipe Balbi <balbi@kernel.org> writes:
> Tony Lindgren <tony@atomide.com> writes:
>>> Felipe Balbi <balbi@kernel.org> writes:
>>> > what's the trick to get BBB to boot recent kernels nowadays? :-p
>>> >
>>> > I'm using omap2plus_defconfig without CPSW (doesn't link otherwise) with
>>> > GCC 10.1.0 (I'll try an older version shortly). Cmdline is the usual
>>> 
>>> same result with 9.2. Nothing from low level debug either.
>>
>> Maybe check you have a current dtb file? The older dtb files may not
>> have all the needed data.
>
> yeah, loading all the data from sd card. I am, however, using the u-boot
> that came with the board.

All sorted out, thanks for the tips ;-)

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2020-05-12 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 11:10 BBB with v5.7-rc5 Felipe Balbi
2020-05-12 13:40 ` Felipe Balbi
2020-05-12 13:46   ` Tony Lindgren
2020-05-12 13:41     ` Dan Murphy
2020-05-12 13:52       ` Felipe Balbi
2020-05-12 13:55     ` Felipe Balbi
2020-05-12 15:33       ` Felipe Balbi

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).