当前位置:网站首页>DSP7 环境
DSP7 环境
2022-06-23 03:51:00 【SlamDunk31598】
1、代码下载、编译、烧录
https://github.com/DongshanPI/Buildroot-ST
https://github.com/DongshanPI/buildroot-external-dongshanpiseven
参考github上的下载链接:

完整的命令如下:
git clone https://github.com/DongshanPI/Buildroot-ST.git
git clone -b main https://github.com/DongshanPI/buildroot-external-dongshanpiseven.git
make BR2_EXTERNAL=../buildroot-external-dongshanpiseven dongshanpiseven_core_defconfig
make -j4
sudo dd if=output/images/sdcard.img of=/dev/sdc bs=1M不要使用Wiki中的URL,Wiki中的链接下载编译的确没问题,但是烧录后起不来。估计还是之前的问题buildroot版本比匹配导致的,没有深究。
2、添加SSH
在config文件中添加package包,我这里使用的是:dongshanpiseven_core_defconfig
BR2_PACKAGE_OPENSSH=y

如果遇到SSH连接报错:Permission denied, please try again.的解决方法:
修改开发板的ssd配置文件:vi /etc/ssh/sshd_config,允许root用户登录:
PermitRootLogin yes

然后就可以使用ssh和scp命令

边栏推荐
- 反编译
- [pytoch] calculate the derivative of sin (x) by automatic differentiation
- How node+express operates cookies
- TS进阶之infer
- If you want to understand PostgreSQL, you must first brush the architecture
- PTA:7-64 该日是该年的第几天
- cadence中的焊盘和flash symbol
- Particle animation background login page particles js
- Abnova PSMA磁珠解决方案
- const理解之一
猜你喜欢

Leetcode 1208. 尽可能使字符串相等(终于解决,晚安)

Abnova PSMA磁珠解决方案

If you want to understand PostgreSQL, you must first brush the architecture

Abnova 荧光染料 555-C3 马来酰亚胺方案

Tiktok x-bogus and_ Signature parameter analysis

大一学生课设c——服装管理系统

How to use shell script to monitor file changes

win10下安装、运行MongoDB

CAN总线基础知识

Mobile terminal city list sorting JS plug-in vertitylist js
随机推荐
Openjudge noi 1.13 51: ancient password
QT elidedText 只对中文符合起作用,对英文不起作用的问题解决
[binary tree] completeness test of binary tree
Abnova 荧光染料 510-M 链霉亲和素方案
golang使用mongo-driver操作——增(基础)
国家药品不良反应监测中心 ADR 电子传输EDI解决方案
Permission Operation in dynamics 365 plug-in
Mobile terminal city list sorting JS plug-in vertitylist js
Banner 标语 旗帜
8位全加器原理
C语言刷题随记 —— 自由落体的球
Audio and video development journey (63) - animation and rendering of Lottie source code analysis
Distance measure - cosine distance
Does the network disk also roll inside?
Cocos learning diary 1 - node
在Pycharm中使用append()方法对列表添加元素时提示“This list creation could be rewritten as a list literal“的解决方法
Openjudge noi 1.13 49: calculate logarithm
Chrome调试技巧
Ms-fsrvp forced abuse of POC
Kali 安装之腾讯云经验遇到坑