Port-arm archive

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

Re: Upgrade NetBSD kernel?



Steve Mynott <steve.mynott%gmail.com@localhost> wrote:
>I was wondering how to upgrade my kernel without a full reinstall...
>
>Alternatively can I copy an image from
>
>http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/202006082350Z/evbarm-aarch64/binary/kernel/

Yes, just download the netbsd-GENERIC64.gz file from that directory then
uncompress it using gunzip.

On your aarch64 machine do:

# cd /
# mv netbsd netbsd.old
# cp /wherever/you/downloaded/to/netbsd-GENERIC64 netbsd
# shutdown -r now


Home | Main Index | Thread Index | Old Index