You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
293 B

2 years ago
2 years ago
2 years ago
  1. # rk3588sdk
  2. ```
  3. 编译环境准备:
  4. ubuntu20.04
  5. sudo apt install gcc-aarch64-linux-gnu
  6. sudo apt install g++-aarch64-linux-gnu
  7. 无密码登陆:
  8. ssh-copy-id iflytop@板子IP
  9. 编译:
  10. ./sh/build.sh
  11. 部署:
  12. ./sh/deploy.sh username ip
  13. ```