feat(debian): AM62LX: Armbian-ize Debian docs for AM62L#317
Merged
jeevantelukula merged 1 commit intoJun 12, 2025
Merged
Conversation
jeevantelukula
previously approved these changes
Jun 11, 2025
StaticRocket
requested changes
Jun 11, 2025
Member
|
Please look into addressing the vale warnings in this new file. |
cd90384 to
448a795
Compare
Collaborator
Author
I have fixed these warnings and pushed again. It still throws some warnings but those are false alerts, relating to not recognizing |
Member
|
448a795 to
6ecb904
Compare
Collaborator
Author
@StaticRocket, fixed! |
StaticRocket
approved these changes
Jun 12, 2025
StaticRocket
requested changes
Jun 12, 2025
StaticRocket
left a comment
Member
There was a problem hiding this comment.
Scratch that. 2 valid vale issues still pending.
6ecb904 to
9dc70b7
Compare
Up until now, Debian images have been built using `ti-bdebstrap`. The docs presently reflect this. Starting with the 11.00.15.05 Linux SDK release, Debian images are built with the Armbian Build Framework. Therefore, edit AM62L-specific docs to remove references to `ti-bdebstrap` and add information about Armbian. Note: Only AM62L-specific changes have been made, using ifconfig's and a new `Building_Debian_Image` file. This is because the other devices are still going to use Debian until the 11.1 release. Also add "Armbian" and "Debian" as recognized words for Vale. Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
9dc70b7 to
e162a4d
Compare
Collaborator
Author
|
Made some new changes in Getting_Started_Guide which I had missed earlier. |
StaticRocket
approved these changes
Jun 12, 2025
jeevantelukula
approved these changes
Jun 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Up until now, Debian images have been built using
ti-bdebstrap. The docs presently reflect this.Starting with the 11.00.15.05 Linux SDK release, Debian images are built with the Armbian Build Framework.
Therefore, edit AM62L-specific docs to remove references to
ti-bdebstrapand add information about Armbian.Note: Only AM62L-specific changes have been made, using ifconfig's and a new
Building_Debian_Imagefile. This is because the other devices are still going to use Debian until the 11.1 release.