fix(CPSW): Update the CPSW documenation with Sphinx compatibility#410
fix(CPSW): Update the CPSW documenation with Sphinx compatibility#410chintan013 wants to merge 1 commit into
Conversation
| :: | ||
| .. code:: console | ||
|
|
||
| #!/bin/sh |
There was a problem hiding this comment.
| #!/bin/sh | |
| #!/bin/sh |
I see many references in this PR with improper indentation. Make sure to maintain the indentation of 3 spaces here.
Refer: https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#indentation-and-whitespace
StaticRocket
left a comment
There was a problem hiding this comment.
Forgive me, I started skimming after a little bit. For more information about available language tags: https://pygments.org/docs/lexers/
I'm inclined to take this once these comments have been addressed. It's clear this is part of a larger refactor.
| 1. Create and run the following script on AM625-SK: | ||
|
|
||
| :: | ||
| .. code:: console |
There was a problem hiding this comment.
| .. code:: console | |
| .. code:: sh |
| 1. Create and run the following script on J7VCL: | ||
|
|
||
| :: | ||
| .. code:: console |
There was a problem hiding this comment.
| .. code:: console | |
| .. code:: sh |
| 1. Create and run the following script on AM625-SK: | ||
|
|
||
| :: | ||
| .. code:: console |
There was a problem hiding this comment.
| .. code:: console | |
| .. code:: sh |
| 2. Create and run the following script on AM64-SK: | ||
|
|
||
| :: | ||
| .. code:: console |
There was a problem hiding this comment.
| .. code:: console | |
| .. code:: sh |
| 1. Run the following on AM625-SK: | ||
|
|
||
| :: | ||
| .. code:: console |
There was a problem hiding this comment.
| .. code:: console | |
| .. code:: sh |
| 2. Once eth0 and eth1 are up in AM625-SK, run the following on J7VCL: | ||
|
|
||
| :: | ||
| .. code:: console |
There was a problem hiding this comment.
| .. code:: console | |
| .. code:: sh |
| Select ** as shown here: | ||
|
|
||
| :: | ||
| .. code:: text |
There was a problem hiding this comment.
| .. code:: text | |
| .. code:: menuconfig |
| Select ** as shown here: | ||
|
|
||
| :: | ||
| .. code:: text |
There was a problem hiding this comment.
| .. code:: text | |
| .. code:: menuconfig |
| Enable the following configs for Native Ethernet with CPSWng: | ||
|
|
||
| :: | ||
| .. code:: console |
There was a problem hiding this comment.
| .. code:: console | |
| .. code:: text |
Update the CPSW documentation to follow Sphinx conventions, note that there is no functional or content changes made. Signed-off-by: Chintan Vankar <c-vankar@ti.com>
I have updated commit with your suggestions. |
Update the CPSW documentation to follow Sphinx conventions, note that there is no functional or content changes made.