Skip to content

Commit ba9822f

Browse files
jsuhaas22VeeruPrudhvi
authored andcommitted
fix: debian: Update docs for AM62Lx
* Mention "AM62Lx" as a platform in Debian docs, along with AM62x, AM64x etc, wherever applicable. * Currently the images in the docs are from AM62x. Replace them with images from AM62Lx. * Fix some typos. Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
1 parent 5220506 commit ba9822f

7 files changed

Lines changed: 25 additions & 25 deletions

File tree

source/debian/Building_Debian_Image.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are several opensource tools available for generating the RootFS in a chro
1919

2020
In other words, ``ti-bdebstrap`` offers users an easy way to create a full-fledged Debian image for supported TI platforms, using a single command. Once the image is built, the user can directly flash it onto a SD card.
2121

22-
TI currently supports building Debian Bookworm Images for AM62Px, AM62x and AM64x platforms.
22+
TI currently supports building Debian images for AM62Lx, AM62Px, AM62x and AM64x platforms.
2323

2424
Usage
2525
=====
@@ -41,30 +41,30 @@ Repository Structure
4141

4242
.. code-block::
4343
44-
ti-bdebstrap
44+
tibdebstrap/
4545
├── build.sh
4646
├── builds.toml
4747
├── configs
48-
├── bdebstrap_configs
49-
├── bookworm
50-
│ │ ├── bookworm-<machine>.yaml
51-
│ │ └── bookworm-rt-<machine>.yaml
52-
└── trixie
53-
├── trixie-<machine>.yaml
54-
└── trixie-rt-<machine>.yaml
55-
├── bsp_sources.toml
56-
└── machines --> Machine configurations for each BSP version
57-
├── 09.02.00.010.toml
58-
└── 10.01.10.04.toml
48+
   ├── bdebstrap_configs
49+
   │   ├── bookworm
50+
   │   │   ├── bookworm-<machine>.yaml
51+
   │   │   └── bookworm-rt-<machine>.yaml
52+
   │   └── trixie
53+
   │   ├── trixie-<machine>.yaml
54+
   │   └── trixie-rt-<machine>.yaml
55+
   ├── bsp_sources.toml
56+
   └── machines
57+
   ├── 09.02.00.010.toml
58+
   └── 11.00.05.02.toml
5959
├── create-sdcard.sh
6060
├── create-wic.sh
6161
├── LICENSE
6262
├── README.md
6363
├── scripts
64-
├── build_bsp.sh
65-
├── build_distro.sh
66-
├── common.sh
67-
└── setup.sh
64+
   ├── build_bsp.sh
65+
   ├── build_distro.sh
66+
   ├── common.sh
67+
   └── setup.sh
6868
└── target --> Custom files to deploy in target.
6969
7070
``build.sh``: the "main" script that the user should run to generate Debian images.

source/debian/Overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Overview
44

55
Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software, developed by the community-supported Debian Project.
66

7-
The Linux Debian distribution is enabled for TI's AM62Px, AM62x and AM64x platforms. Few key highlights of this project are:
7+
The Linux Debian distribution is enabled for TI's AM62Lx, AM62Px, AM62x and AM64x platforms. Few key highlights of this project are:
88

99
- The Debian filesystem image requires standard packages from debian.org and TI's customizations as .deb packages. The deb packages for the components owned by TI are built using the public sources hosted on respective git repositories and the deb packages are hosted on TI's official PPA repository maintained on `Github/TexasInstruments <https://github.com/TexasInstruments/ti-debpkgs>`__.
1010

1111
- The entire Debian build process is made easy with a build script, the script "ti-bdebstrap" is hosted on `TI Debian Github <https://github.com/TexasInstruments/ti-bdebstrap>`__.
1212

13-
- This document also provides the required steps and instructions to customize the TI's components for AM62x and AM64x SOCs and create the corresponding deb packages.
13+
- This document also provides the required steps and instructions to customize the TI's components for AM62Lx, AM62Px, AM62x and AM64x SOCs and create the corresponding deb packages.
1414

1515
- The entire project is made public and we accept community contributions as pull requests to github repositories.
1616

source/devices/AM62LX/debian/Getting_Started_Guide.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Getting Started with Debian
55
***************************
66

7-
The SD card Image tisdk-debian-trixie-<machine> provided on the |__SDK_DOWNLOAD_URL__| is all you need to get started and explore Debian on TI microprocessors.
7+
The SD card Image tisdk-debian-trixie-<machine>-<version>.wic.xz provided on the |__SDK_DOWNLOAD_URL__| is all you need to get started and explore Debian on TI microprocessors.
88

99
The Debian Image provided has all the basic packages required to boot with weston as default window manager. The user can install any new package using inbuilt 'apt' utility
1010
and customize the filesystem as required.
@@ -53,13 +53,13 @@ Set the EVM to SD card Boot mode
5353
--------------------------------
5454
The simplest way to run Linux on the EVM is through an SD card. For that, the EVM will need to be configured for SD card boot. Refer to `AM62L EVM User's Guide <https://www.ti.com/tool/EVM-AM62L>`__ for detailed information about boot mode configurations. For quick reference, the figure below shows the boot mode switch setting for SD card boot.
5555

56-
.. Image:: /images/AM62x_SD_boot.jpg
56+
.. Image:: /images/AM62LX_SD_boot.jpg
5757

5858
Boot and Validate Debian
5959
------------------------
6060
Make sure to connect the Ethernet cable, HDMI Display, Mouse and Keyboard to the EVM. Insert the SD Card in the board and Power ON the EVM.
6161

62-
After a few seconds the booting prompt will appear. After boot the weston homesreen will appear.
62+
After a few seconds, the boot prompt will appear. After boot, the weston homescreen will appear.
6363

6464
.. Image:: /images/debian_homescreen.png
6565

@@ -72,13 +72,13 @@ Also export ``http_proxy``, ``https_proxy``, ``ftp_proxy`` and ``no_proxy`` with
7272

7373
Do an ``apt update`` to make sure that the proxy is properly set and apt recognizes it. The sample output of the command is as shown below:.
7474

75-
.. Image:: /images/debian_apt_update.png
75+
.. Image:: /images/debian_am62l_apt_update.png
7676

7777
To install any package available on Debian Standard Package Archive and TI Package Archive use ``apt install``.
7878

7979
As an example to install and run ``fortune`` package.
8080

81-
.. Image:: /images/debian_apt_install.png
81+
.. Image:: /images/debian_am62l_apt_install.png
8282

8383
More packages can be installed at runtime following the instructions provided to help with the development work flow.
8484

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11_00_05_02
1+
11_00_05_02

source/images/AM62LX_SD_boot.jpg

358 KB
Loading
107 KB
Loading
143 KB
Loading

0 commit comments

Comments
 (0)