* [BUG] RockPro64 not booting since 3ae64582fb
@ 2021-11-12 8:35 Aleksei
2021-11-12 16:39 ` Tom Rini
0 siblings, 1 reply; 6+ messages in thread
From: Aleksei @ 2021-11-12 8:35 UTC (permalink / raw)
To: u-boot
Hi U-boot developers,
I'm booting RockPro64 by writing compiled u-boot-rockchip.bin to SD card offset
64 as described in doc/board/rockchip/rockchip.rst. There is a USB flash drive
plugged into USB2 port containing ext4 filesystem with extlinux/exlinux.conf
and a kernel+initrd images. This setup boots fine on 02ce99ec91 but not on the
next 3ae64582fb. It gets stuck on "Booting using the fdt blob at 0x1f000000".
Let me know if I can help debug this. I have a "daily driver" RockPro64 v2.1,
can pull from git repos/branches or apply patches to source tree - whichever
you prefer.
Best regards,
Aleksei, U-boot user
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] RockPro64 not booting since 3ae64582fb
2021-11-12 8:35 [BUG] RockPro64 not booting since 3ae64582fb Aleksei
@ 2021-11-12 16:39 ` Tom Rini
2021-11-12 21:42 ` Alper Nebi Yasak
0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2021-11-12 16:39 UTC (permalink / raw)
To: Aleksei, Jagan Teki, Kever Yang; +Cc: u-boot
[-- Attachment #1: Type: text/plain, Size: 770 bytes --]
On Fri, Nov 12, 2021 at 11:35:15AM +0300, Aleksei wrote:
> Hi U-boot developers,
> I'm booting RockPro64 by writing compiled u-boot-rockchip.bin to SD card offset
> 64 as described in doc/board/rockchip/rockchip.rst. There is a USB flash drive
> plugged into USB2 port containing ext4 filesystem with extlinux/exlinux.conf
> and a kernel+initrd images. This setup boots fine on 02ce99ec91 but not on the
> next 3ae64582fb. It gets stuck on "Booting using the fdt blob at 0x1f000000".
>
> Let me know if I can help debug this. I have a "daily driver" RockPro64 v2.1,
> can pull from git repos/branches or apply patches to source tree - whichever
> you prefer.
So the commit in question is enabling USB3.0 support on the board.
Jagan, Kevar?
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] RockPro64 not booting since 3ae64582fb
2021-11-12 16:39 ` Tom Rini
@ 2021-11-12 21:42 ` Alper Nebi Yasak
2021-11-13 10:41 ` Peter Robinson
0 siblings, 1 reply; 6+ messages in thread
From: Alper Nebi Yasak @ 2021-11-12 21:42 UTC (permalink / raw)
To: Tom Rini, Aleksei; +Cc: u-boot, Jagan Teki, Kever Yang
On 12/11/2021 19:39, Tom Rini wrote:
> On Fri, Nov 12, 2021 at 11:35:15AM +0300, Aleksei wrote:
>
>> Hi U-boot developers,
>> I'm booting RockPro64 by writing compiled u-boot-rockchip.bin to SD card offset
>> 64 as described in doc/board/rockchip/rockchip.rst. There is a USB flash drive
>> plugged into USB2 port containing ext4 filesystem with extlinux/exlinux.conf
>> and a kernel+initrd images. This setup boots fine on 02ce99ec91 but not on the
>> next 3ae64582fb. It gets stuck on "Booting using the fdt blob at 0x1f000000".
>>
>> Let me know if I can help debug this. I have a "daily driver" RockPro64 v2.1,
>> can pull from git repos/branches or apply patches to source tree - whichever
>> you prefer.
>
> So the commit in question is enabling USB3.0 support on the board.
> Jagan, Kevar?
This is probably the same inno-usb2 hang [1] that happens on other
RK3399 boards.
[1]
https://patchwork.ozlabs.org/project/uboot/patch/20210406151059.1187379-1-icenowy@aosc.io/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] RockPro64 not booting since 3ae64582fb
2021-11-12 21:42 ` Alper Nebi Yasak
@ 2021-11-13 10:41 ` Peter Robinson
2021-11-13 15:09 ` Tom Rini
0 siblings, 1 reply; 6+ messages in thread
From: Peter Robinson @ 2021-11-13 10:41 UTC (permalink / raw)
To: Alper Nebi Yasak; +Cc: Tom Rini, Aleksei, u-boot, Jagan Teki, Kever Yang
On Fri, Nov 12, 2021 at 9:43 PM Alper Nebi Yasak
<alpernebiyasak@gmail.com> wrote:
>
> On 12/11/2021 19:39, Tom Rini wrote:
> > On Fri, Nov 12, 2021 at 11:35:15AM +0300, Aleksei wrote:
> >
> >> Hi U-boot developers,
> >> I'm booting RockPro64 by writing compiled u-boot-rockchip.bin to SD card offset
> >> 64 as described in doc/board/rockchip/rockchip.rst. There is a USB flash drive
> >> plugged into USB2 port containing ext4 filesystem with extlinux/exlinux.conf
> >> and a kernel+initrd images. This setup boots fine on 02ce99ec91 but not on the
> >> next 3ae64582fb. It gets stuck on "Booting using the fdt blob at 0x1f000000".
> >>
> >> Let me know if I can help debug this. I have a "daily driver" RockPro64 v2.1,
> >> can pull from git repos/branches or apply patches to source tree - whichever
> >> you prefer.
> >
> > So the commit in question is enabling USB3.0 support on the board.
> > Jagan, Kevar?
>
> This is probably the same inno-usb2 hang [1] that happens on other
> RK3399 boards.
Yes, that will be it.
> [1]
> https://patchwork.ozlabs.org/project/uboot/patch/20210406151059.1187379-1-icenowy@aosc.io/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] RockPro64 not booting since 3ae64582fb
2021-11-13 10:41 ` Peter Robinson
@ 2021-11-13 15:09 ` Tom Rini
2022-06-05 9:14 ` Aleksei
0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2021-11-13 15:09 UTC (permalink / raw)
To: Peter Robinson; +Cc: Alper Nebi Yasak, Aleksei, u-boot, Jagan Teki, Kever Yang
[-- Attachment #1: Type: text/plain, Size: 1317 bytes --]
On Sat, Nov 13, 2021 at 10:41:02AM +0000, Peter Robinson wrote:
> On Fri, Nov 12, 2021 at 9:43 PM Alper Nebi Yasak
> <alpernebiyasak@gmail.com> wrote:
> >
> > On 12/11/2021 19:39, Tom Rini wrote:
> > > On Fri, Nov 12, 2021 at 11:35:15AM +0300, Aleksei wrote:
> > >
> > >> Hi U-boot developers,
> > >> I'm booting RockPro64 by writing compiled u-boot-rockchip.bin to SD card offset
> > >> 64 as described in doc/board/rockchip/rockchip.rst. There is a USB flash drive
> > >> plugged into USB2 port containing ext4 filesystem with extlinux/exlinux.conf
> > >> and a kernel+initrd images. This setup boots fine on 02ce99ec91 but not on the
> > >> next 3ae64582fb. It gets stuck on "Booting using the fdt blob at 0x1f000000".
> > >>
> > >> Let me know if I can help debug this. I have a "daily driver" RockPro64 v2.1,
> > >> can pull from git repos/branches or apply patches to source tree - whichever
> > >> you prefer.
> > >
> > > So the commit in question is enabling USB3.0 support on the board.
> > > Jagan, Kevar?
> >
> > This is probably the same inno-usb2 hang [1] that happens on other
> > RK3399 boards.
>
> Yes, that will be it.
I guess my hope at this point is that someone will pick up and do the
requested changes, so we can get this long standing issue addressed.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG] RockPro64 not booting since 3ae64582fb
2021-11-13 15:09 ` Tom Rini
@ 2022-06-05 9:14 ` Aleksei
0 siblings, 0 replies; 6+ messages in thread
From: Aleksei @ 2022-06-05 9:14 UTC (permalink / raw)
To: Tom Rini; +Cc: Peter Robinson, Alper Nebi Yasak, u-boot, Jagan Teki, Kever Yang
On 2021-11-13, Tom Rini wrote:
>On Sat, Nov 13, 2021 at 10:41:02AM +0000, Peter Robinson wrote:
>> On Fri, Nov 12, 2021 at 9:43 PM Alper Nebi Yasak
>> <alpernebiyasak@gmail.com> wrote:
>> >
>> > On 12/11/2021 19:39, Tom Rini wrote:
>> > > On Fri, Nov 12, 2021 at 11:35:15AM +0300, Aleksei wrote:
>> > >
>> > >> Hi U-boot developers,
>> > >> I'm booting RockPro64 by writing compiled u-boot-rockchip.bin to SD card offset
>> > >> 64 as described in doc/board/rockchip/rockchip.rst. There is a USB flash drive
>> > >> plugged into USB2 port containing ext4 filesystem with extlinux/exlinux.conf
>> > >> and a kernel+initrd images. This setup boots fine on 02ce99ec91 but not on the
>> > >> next 3ae64582fb. It gets stuck on "Booting using the fdt blob at 0x1f000000".
>> > >>
>> > >> Let me know if I can help debug this. I have a "daily driver" RockPro64 v2.1,
>> > >> can pull from git repos/branches or apply patches to source tree - whichever
>> > >> you prefer.
>> > >
>> > > So the commit in question is enabling USB3.0 support on the board.
>> > > Jagan, Kevar?
>> >
>> > This is probably the same inno-usb2 hang [1] that happens on other
>> > RK3399 boards.
>>
>> Yes, that will be it.
>
>I guess my hope at this point is that someone will pick up and do the
>requested changes, so we can get this long standing issue addressed.
>
>--
>Tom
U-Boot 2022.04 works fine (from SD card, RK3399 TPL method from
doc/README.rockchip).
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-06-05 11:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-12 8:35 [BUG] RockPro64 not booting since 3ae64582fb Aleksei
2021-11-12 16:39 ` Tom Rini
2021-11-12 21:42 ` Alper Nebi Yasak
2021-11-13 10:41 ` Peter Robinson
2021-11-13 15:09 ` Tom Rini
2022-06-05 9:14 ` Aleksei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox