Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bootstrapping nanopi neo2



On 12/12/17, bch <brad.harder%gmail.com@localhost> wrote:
>
> On Tue, Dec 12, 2017 at 6:55 PM Jared McNeill <jmcneill%invisible.ca@localhost>
> wrote:
>
>
>> > On Dec 12, 2017, at 10:35 PM, bch <brad.harder%gmail.com@localhost> wrote:
>> >
>> > ## Booting kernel from Legacy Image at 40080000 ...
>> >   Image Name:   NetBSD/sunxi 8.99.9
>> >   Image Type:   ARM Linux Kernel Image (gzip compressed)
>> >   Data Size:    3180410 Bytes = 3 MiB
>> >   Load Address: 40008000
>> >   Entry Point:  40008000
>> >   Verifying Checksum ... OK
>> > ## Flattened Device Tree blob at 4fa00000
>> >   Booting using the fdt blob at 0x4fa00000
>> >   Uncompressing Kernel Image ... Error: inflate() returned -3
>
>> U-Boot's $kernel_addr_r (4008_0000) is overlapping with the kernel's load
>> address (4000_8000).
>
>
> How is this resolved?

I just tested a few addresses and:

:  setenv kernel_addr_r 0x50080000

worked for a bit (then crash), then 0x42000000 worked. I'm just
pulling addresses out of the air, so I don't know what the best way to
pick a good one is.

Mon Dec 11 19:56:34 UTC 2017

NetBSD/evbarm (armv7) (console)

login: root
Dec 11 19:57:03 armv7 login: ROOT LOGIN (root) on tty console
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 8.99.9 (SUNXI) #1: Mon Dec 11 11:46:04 PST 2017

Welcome to NetBSD!

This system is running a development snapshot of the NetBSD operating system,
also known as NetBSD-current.  It is very possible that it has serious bugs,
regressions, broken features or other problems.  Please bear this in mind
and use the system with care.

You are encouraged to test this version as thoroughly as possible.  Should you
encounter any problem, please report it back to the development team using the
send-pr(1) utility (requires a working MTA).  If yours is not properly set up,
use the web interface at: http://www.NetBSD.org/support/send-pr.html

Thank you for helping us test and improve NetBSD.

We recommend that you create a non-root account and use su(1) for root access.

armv7# uname -a
NetBSD armv7 8.99.9 NetBSD 8.99.9 (SUNXI) #1: Mon Dec 11 11:46:04 PST
2017  bch@kamloops:/home/bch/usr/obj_nanopi/sys/arch/evbarm/compile/SUNXI
evbarm
armv7#


-bch


Home | Main Index | Thread Index | Old Index