-
Notifications
You must be signed in to change notification settings - Fork 78
feat(debian): AM62LX: Armbian-ize Debian docs for AM62L #317
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
feat(debian): AM62LX: Armbian-ize Debian docs for AM62L #317
Conversation
|
Please look into addressing the vale warnings in this new file. |
cd90384 to
448a795
Compare
I have fixed these warnings and pushed again. It still throws some warnings but those are false alerts, relating to not recognizing |
|
448a795 to
6ecb904
Compare
@StaticRocket, fixed! |
StaticRocket
left a comment
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.
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 <[email protected]>
9dc70b7 to
e162a4d
Compare
|
Made some new changes in Getting_Started_Guide which I had missed earlier. |
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.