Improved documentation when using serial#182
Conversation
|
Feedback from @MartijnBraam :
Initial draft: Suggested formatting improvement:
Just trying to check if does like it the comment - will try to experiment with gh pages on the weekend: |
|
Later changes with some explanations as of what to do if the I believe this is good enough for the moment, @samueldr |
|
Hi! 👋 Sorry it took a while to finally review. About The Tow-Boot website uses no formatting by default, and AFAICT I'm not sure if it is working for GitHub or not. I have seen this file linked as supposedly the list of languages known, and I've highlighted a section which seems probably relevant: Though maybe it's a case where |
|
Hi, @samueldr , the suggestion for From what I can see, it doesn't render here in GitHub's comments and I'm not sure if it does when used in GitHub Readme's (I believe it doesn't). However, it does render on the deployed TowBoot Github Page as can be seen by the screenshot of a locally deployed version as per the docs here: I've used Firefox on my system when viewing the local version at the time - I don't expect it would matter if the end user is on Chromium based browsers. I haven't looked specifically at the website resources/ Jekyll setup to reference which rendering engine is used or if there is flag allowing |
Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
|
So, the renderer allowing Digging a bit further, I've reached a place where I'm struggling to find the options for the highlighter: Or would it be this one? https://github.com/github/linguist/blob/master/lib/linguist/languages.yml#L6272 |
The website isn't built using jekyll :)
In turn it renders using
This will pass through the language tag to the block. That part works as expected. The thing that hung me up was how we don't have language formatting for code blocks being done. AFAIUI it would be expected to be done with a script at runtime, and the Tow-Boot website doesn't. But don't worry. I mainly wanted to understand the reasoning for choosing I will rebase/squash the commits as needed, and will add a prefix to the commit titles ( |
vincele
left a comment
There was a problem hiding this comment.
apart from the remarks, LGTM
Co-authored-by: Vincent Legoll <vincent.legoll@gmail.com>
|
Hi, sorry it took a while until I got around to handling this PR. Thank you again! |

As discussed in the comments of #180 - #180 (comment) , submitting a PR with additions to the getting-started.md page.
The goal is improve the experience of the end users.
aarch64SBCs can often rely on serial for their installation, monitoring or debugging.In the case of RK3399 devices, the currently bundled
ubootversion with TowBoot has USB devices disabled making it impossible to interact with the installer without serial - RockPro64 is such example.