* NanoPi-M4 boot issue
@ 2020-02-15 6:16 Trevor Woerner
2020-02-18 17:50 ` Trevor Woerner
0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2020-02-15 6:16 UTC (permalink / raw)
To: u-boot
Hi,
I'm trying to build an image for a NanoPi-M4 but it is not able to get out of
TPL. The U-Boot build seems to be constructing the idbloader.img properly, but
the board is failing to boot. Note that this is an original NanoPi-M4 (i.e.
V1) and not the NanoPi-M4V2.
From the build log:
...
cat tpl/u-boot-tpl-nodtb.bin tpl/u-boot-tpl.dtb > tpl/u-boot-tpl-dtb.bin
cp tpl/u-boot-tpl-dtb.bin tpl/u-boot-tpl.bin
./tools/mkimage -n "rk3399" -T rksd -d tpl/u-boot-tpl.bin tpl/u-boot-tpl-rockchip.bin
...
cat spl/u-boot-spl-nodtb.bin spl/u-boot-spl.dtb > spl/u-boot-spl-dtb.bin
cp spl/u-boot-spl-dtb.bin spl/u-boot-spl.bin
cat tpl/u-boot-tpl-rockchip.bin spl/u-boot-spl.bin > idbloader.img
What I get on the console is:
U-Boot TPL 2020.04-rc2 (Feb 15 2020 - 05:36:59)
sdram_init: LPDDR3 - 933MHz failed!
rk3399_dmc_init DRAM init failed -22
Missing DTB
It's strange that it says the DTB is missing clearly shows the DTB versions of
TPL and SPL being used to create the idbloader.img.
In any case, is anyone building and booting U-Boot master for NanoPi-M4?
Best regards,
Trevor
^ permalink raw reply [flat|nested] 2+ messages in thread
* NanoPi-M4 boot issue
2020-02-15 6:16 NanoPi-M4 boot issue Trevor Woerner
@ 2020-02-18 17:50 ` Trevor Woerner
0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2020-02-18 17:50 UTC (permalink / raw)
To: u-boot
cc'ing some maintainers...
On Sat 2020-02-15 @ 01:16:36 AM, Trevor Woerner wrote:
> Hi,
>
> I'm trying to build an image for a NanoPi-M4 but it is not able to get out of
> TPL. The U-Boot build seems to be constructing the idbloader.img properly, but
> the board is failing to boot. Note that this is an original NanoPi-M4 (i.e.
> V1) and not the NanoPi-M4V2.
>
> From the build log:
> ...
> cat tpl/u-boot-tpl-nodtb.bin tpl/u-boot-tpl.dtb > tpl/u-boot-tpl-dtb.bin
> cp tpl/u-boot-tpl-dtb.bin tpl/u-boot-tpl.bin
> ./tools/mkimage -n "rk3399" -T rksd -d tpl/u-boot-tpl.bin tpl/u-boot-tpl-rockchip.bin
> ...
> cat spl/u-boot-spl-nodtb.bin spl/u-boot-spl.dtb > spl/u-boot-spl-dtb.bin
> cp spl/u-boot-spl-dtb.bin spl/u-boot-spl.bin
> cat tpl/u-boot-tpl-rockchip.bin spl/u-boot-spl.bin > idbloader.img
>
> What I get on the console is:
>
> U-Boot TPL 2020.04-rc2 (Feb 15 2020 - 05:36:59)
> sdram_init: LPDDR3 - 933MHz failed!
> rk3399_dmc_init DRAM init failed -22
> Missing DTB
>
> It's strange that it says the DTB is missing clearly shows the DTB versions of
> TPL and SPL being used to create the idbloader.img.
>
> In any case, is anyone building and booting U-Boot master for NanoPi-M4?
>
> Best regards,
> Trevor
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-18 17:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-15 6:16 NanoPi-M4 boot issue Trevor Woerner
2020-02-18 17:50 ` Trevor Woerner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox