-
Notifications
You must be signed in to change notification settings - Fork 99
docs: fix q900 qairt docker unable init fastrpc problem #1225
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
Conversation
Signed-off-by: ZIFENG278 <zifengzhang18@gmail.com>
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.
💡 To request another review, post a new comment with "/windsurf-review".
| ```bash | ||
| sudo apt update | ||
| sudo apt install fastrpc fastrpc-dev libcdsprpc1 radxa-firmware-qcs6490 | ||
| ``` |
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.
The original code included a sudo reboot command after installing the packages, but this has been removed in the new version. If a reboot is necessary after installing these packages to properly initialize the drivers and firmware, it should be added back to both tab sections.
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.
it doesn't need reboot
|
/windsurf-review |
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.
💡 To request another review, post a new comment with "/windsurf-review".
| sudo apt update | ||
| sudo apt install fastrpc fastrpc-dev libcdsprpc1 radxa-firmware-qcs6490 | ||
| ``` |
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.
The original code included a sudo reboot command after installing the packages, but this has been removed in the new version. If a reboot is necessary after installation, this instruction should be preserved in both tabs.
| sudo apt update | |
| sudo apt install fastrpc fastrpc-dev libcdsprpc1 radxa-firmware-qcs6490 | |
| ``` | |
| sudo apt update | |
| sudo apt install fastrpc fastrpc-dev libcdsprpc1 radxa-firmware-qcs6490 | |
| sudo reboot |
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.
it doesn't need reboot
docs: fix q900 qairt docker unable init fastrpc problem