-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add flash.sh script note #934
base: master
Are you sure you want to change the base?
Conversation
docs/guides/lab-assembly/msi-zx90.md
Outdated
@@ -258,6 +258,10 @@ The external flashing procedure should be performed based on the scripts | |||
implemented on the RTE platform. To perform the flashing operation reproduce, | |||
the below-described steps: | |||
|
|||
> Note: the `flash.sh` script, used in this chapter, is available only in 0.8.x |
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.
since 0.8.1
, or 0.8.1 or newer
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.
Fixed here
@@ -14,6 +14,10 @@ RTE. | |||
|
|||
### Flashing | |||
|
|||
> Note: the `flash.sh` script, used in this chapter, is available only in 0.8.x |
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.
Please go through this document in more details. We instruct to download flash.sh from github and scp to RTE. This is not needed on newer versions of RTE OS. May still be required on older.
We can simplify the docs by removing this scp part, and simply instruct to use script directly, redirecting users to use newer version of the OS.
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.
Thanks, fixed here
For more inf. check 3mdeb/meta-rte#80. Signed-off-by: Daniil Klimuk <[email protected]>
7687926
to
c72463f
Compare
For more inf. check 3mdeb/meta-rte#80.