Skip to content

Conversation

jonaswood01
Copy link
Contributor

First passthrough updating debian docs, more to come in future.
Added release notes, fixed formatting, and updated some content.
Updates following Oct 2025 AM62Px PG1.2 and AM62Lx PG1.1 release.

Comment on lines +16 to +17
'__PART_FAMILY_NAME__' : 'AM62Lx'
'__PART_FAMILY_DEVICE_NAMES__' : 'AM62Lx'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we converting this to lowercase X? There are currently 73 instances of uppercase X being used to 30 instances of lowercase x. If anything we should normalize to uppercase.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Throughout docs, lowercase x seems to be most prevalent in actual user view. This move was more to align with 62P which uses AM62Px, and also for AM62x, AM62Ax AM64x, etc. These were counts when I checked:

$ grep -ro --include="*.rst" "AM6.*X" | wc -l
1037
$ grep -ro --include="*.rst" "AM6.*x" | wc -l
877

Both seem pretty even, I agree should be better standardized. Most from what i see use uppercase X in titles but lowercase x in main descriptions

- `ti-linux-6.12.y <https://github.com/TexasInstruments/ti-linux-kernel>`__
- `11.01.16 <https://github.com/TexasInstruments/ti-linux-kernel/releases/tag/11.01.16>`__
- `non-RT <https://github.com/TexasInstruments/armbian-build/blob/2025.10-release/config/kernel/linux-k3-current.config>`__, `RT <https://github.com/TexasInstruments/armbian-build/blob/2025.10-release/config/kernel/linux-k3-current-rt.config>`__
* - Armbian Build
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is duplicate of the release notes into debian docs.
Instead add the debian related info like sources and tags in the release notes 0, and update the debian section to point to the release notes. So that all the info about all the distros will be at one place.

This comment was marked as outdated.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually scratch that, yours is a better idea and more clean. Adjusted in force-push 857ee8b.

First passthrough updating debian docs, more to come in future.
Added release notes, fixed formatting, and updated some content.
Updates following Oct 2025 AM62Px PG1.2 and AM62Lx PG1.1 release.

Signed-off-by: Jonas Wood <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants