Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/evbarm new dtb set needs reflecting in instruc...



details:   https://anonhg.NetBSD.org/src/rev/f301619b7f8c
branches:  trunk
changeset: 938812:f301619b7f8c
user:      nia <nia%NetBSD.org@localhost>
date:      Tue Sep 15 07:15:21 2020 +0000

description:
new dtb set needs reflecting in instructions

diffstat:

 distrib/notes/evbarm/contents |   7 ++++---
 distrib/notes/evbarm/hardware |  12 +++++++++++-
 distrib/notes/evbarm/upgrade  |   8 ++++----
 3 files changed, 19 insertions(+), 8 deletions(-)

diffs (80 lines):

diff -r 4e5e283b130c -r f301619b7f8c distrib/notes/evbarm/contents
--- a/distrib/notes/evbarm/contents     Tue Sep 15 07:00:03 2020 +0000
+++ b/distrib/notes/evbarm/contents     Tue Sep 15 07:15:21 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: contents,v 1.13 2020/08/07 00:43:48 snj Exp $
+.\"    $NetBSD: contents,v 1.14 2020/09/15 07:15:21 nia Exp $
 .\"
 .\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -74,8 +74,6 @@
 A gzipped Armv6 kernel which supports the Raspberry Pi 1 only.
 .                      It Pa netbsd-RPI2.gz
 A gzipped Armv6 kernel which supports the Raspberry Pi 2 only.
-.                      It Pa *.dtb.gz
-Gzipped board-specific device trees.
 .              tag) \" binary/kernel/
 .
 .              It Pa sets/
@@ -155,6 +153,9 @@
 development.
 This set is huge, if the target disk is small, do not install it.
 .
+.It Sy dtb
+Devicetree hardware descriptions for specific boards.
+.
 .It Sy etc
 This distribution set contains the system
 configuration files that reside in
diff -r 4e5e283b130c -r f301619b7f8c distrib/notes/evbarm/hardware
--- a/distrib/notes/evbarm/hardware     Tue Sep 15 07:00:03 2020 +0000
+++ b/distrib/notes/evbarm/hardware     Tue Sep 15 07:15:21 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: hardware,v 1.23 2020/07/26 11:00:28 jmcneill Exp $
+.\"    $NetBSD: hardware,v 1.24 2020/09/15 07:15:21 nia Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -46,6 +46,11 @@
 .It
 NVIDIA Tegra K1
 .El
+.Pp
+For a full list of supported devicetree-based boards, see the
+contents of the
+.Pa dtb.tgz
+set.
 .Ss2 64-bit SoCs supported by GENERIC64 kernels
 .Pp
 Devices conforming to the Arm "ServerReady" (SBBR and SBSA) specifications,
@@ -66,3 +71,8 @@
 .It
 NVIDIA Tegra X1
 .El
+.Pp
+For a full list of supported devicetree-based boards, see the
+contents of the
+.Pa dtb.tar.xz
+set.
diff -r 4e5e283b130c -r f301619b7f8c distrib/notes/evbarm/upgrade
--- a/distrib/notes/evbarm/upgrade      Tue Sep 15 07:00:03 2020 +0000
+++ b/distrib/notes/evbarm/upgrade      Tue Sep 15 07:15:21 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: upgrade,v 1.5 2020/07/24 12:41:20 nia Exp $
+.\"    $NetBSD: upgrade,v 1.6 2020/09/15 07:15:21 nia Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -52,9 +52,9 @@
 .Pp
 For example, for the Allwinner-based PINE A64 LTS:
 .Bd -literal
-$ ftp https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/binary/kernel/sun50i-a64-pine64-lts.dtb.gz
-$ gunzip sun50i-a64-pine64-lts.dtb.gz
-# cp sun50i-a64-pine64-lts.dtb /boot/dtb/allwinner/
+$ ftp https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/binary/sets/dtb.tar.xz
+$ unxz dtb.tar.xz
+# cp ./boot/dtb/allwinner/sun50i-a64-pine64-lts.dtb /boot/dtb/allwinner/
 .Ed
 Also copy
 .Pa bootaa64.efi



Home | Main Index | Thread Index | Old Index