Skip to content

Commit 8a43b47

Browse files
jonaswood01jeevantelukula
authored andcommitted
fix(debian): Update Armbian kernel branch and board names
Signed-off-by: Jonas Wood <jw@ti.com>
1 parent e9b852c commit 8a43b47

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

source/debian/Building_Debian_Image.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ The following files and directories are relevant to this high-level overview:
3939
desktop or CLI environments and so on. To find configuration files relevant to TI, see:
4040

4141
- :file:`config/boards/<TI EVM board>.conf`
42+
- :file:`config/sources/families/include/k3_common.inc`
4243
- :file:`config/sources/families/k3.conf`
43-
- :file:`config/kernel/linux-k3-current.conf`
44-
- :file:`config/kernel/linux-k3-rt-current.conf`
44+
- :file:`config/kernel/linux-k3-vendor.conf`
45+
- :file:`config/kernel/linux-k3-vendor-rt.conf`
46+
- :file:`config/kernel/linux-k3-vendor-edge.conf`
47+
- :file:`config/kernel/linux-k3-edge.conf`
4548

4649
- :file:`compile.sh`: This is the script that the user should run for building Armbian images.
4750

@@ -105,19 +108,19 @@ Armbian supports both an interactive UI and a noninteractive build process.
105108

106109
.. code-block:: console
107110
108-
./compile.sh build BOARD=<board> BRANCH=current BUILD_MINIMAL=yes KERNEL_CONFIGURE=no RELEASE=trixie GIT_SKIP_SUBMODULES=yes SKIP_ARMBIAN_REPO=yes
111+
./compile.sh build BOARD=<board> BRANCH=vendor BUILD_MINIMAL=yes KERNEL_CONFIGURE=no RELEASE=trixie GIT_SKIP_SUBMODULES=yes SKIP_ARMBIAN_REPO=yes
109112
110113
For a list of boards and branches supported by each SoC, refer:
111114

112115
.. csv-table::
113116
:header: "SoC", "Board", "Board Config File", "Branch"
114117

115-
AM62Lx,am62lxx-evm,``config/boards/am62lxx-evm.conf``,"current, current-rt, edge"
116-
AM62Px,am62pxx-evm,``config/boards/am62pxx-evm.conf``,"current, current-rt, edge"
117-
AM62x,sk-am62b,``config/boards/sk-am62b.conf``,"current, edge"
118-
AM62-LP,sk-am62-lp,``config/boards/sk-am62-lp.conf``,"current, current-rt, edge"
119-
AM62SIP,sk-am62-sip,``config/boards/sk-am62-sip.conf``,"current, current-rt, edge"
120-
AM64x,sk-am64b,``config/boards/sk-am64b.conf``,"current, edge"
118+
AM62x,sk-am62b,``config/boards/sk-am62b.conf``,"vendor, vendor-rt, vendor-edge, edge"
119+
AM62-LP,sk-am62-lp,``config/boards/sk-am62-lp.conf``,"vendor, vendor-rt, vendor-edge, edge"
120+
AM62SIP,sk-am62-sip,``config/boards/sk-am62-sip.conf``,"vendor, vendor-rt, vendor-edge, edge"
121+
AM62Lx,tmds62levm,``config/boards/tmds62levm.conf``,"vendor, vendor-rt, vendor-edge"
122+
AM62Px,sk-am62p,``config/boards/sk-am62p.conf``,"vendor, vendor-rt, vendor-edge, edge"
123+
AM64x,sk-am64b,``config/boards/sk-am64b.conf``,"vendor, vendor-rt, vendor-edge, edge"
121124

122125

123126
``output/images/`` stores the built images. These images have a ``.img`` extension.

0 commit comments

Comments
 (0)