-
Notifications
You must be signed in to change notification settings - Fork 70
docs(debian): Mass update debian docs for 11.01.16.13 release #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
'__PART_FAMILY_NAME__' : 'AM62Lx' | ||
'__PART_FAMILY_DEVICE_NAMES__' : 'AM62Lx' |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
This comment was marked as outdated.
Sorry, something went wrong.
There was a problem hiding this comment.
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]>
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.