当前位置:网站首页>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命令

边栏推荐
- #18生成器函数的参数传递
- [acnoi2022] no way without guessing
- Examples of corpus data processing cases (part of speech encoding, part of speech restoration)
- golang使用mongo-driver操作——增(基础)
- PTA:7-60 宠物的生长
- Abnova 血液总核酸纯化试剂盒方案
- MySQL导入大文件(可以是百万级,也可以是百级)
- Pta:6-71 clock simulation
- How node+express operates cookies
- Openjudge noi 1.13 49: calculate logarithm
猜你喜欢

Cocos learning diary 2 - scripts and attributes

How to use shell script to monitor file changes
![[multimode] unimo](/img/a5/a857e20e1432ef3623527c8655a49a.png)
[multimode] unimo

Abnova酸性磷酸酶(小麦胚芽)说明书

JVM调优简要思想及简单案例-为什么需要JVM调优?

golang使用mongo-driver操作——增(基础)

Distance measure - cosine distance

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

CAN总线基础知识

The spring recruitment in 2022 begins, and a collection of interview questions will help you
随机推荐
开关磁阻电机悬浮驱动IR2128小结
free( )的一个理解(《C Primer Plus》的一个错误)
大一学生课设c——服装管理系统
Pta:6-29 application of virtual base classes - people, teachers and students
The spring recruitment in 2022 begins, and a collection of interview questions will help you
欢迎使用CSDN-markdown编辑器
Introduction and use of MySQL view
云函数实现模糊搜索功能
PTA:7-37 学号解析
Mobile terminal city list sorting JS plug-in vertitylist js
LabVIEW在同一表中同时显示十六进制字符和普通字符
如何解决独立站多渠道客户沟通难题?这款跨境电商插件一定要知道!
Banner 标语 旗帜
【二叉树】二叉树的完全性检验
After the exception is thrown, the @transactional does not take effect
Openjudge noi 1.13 50: several
Principle of 8-bit full adder
32单片机一个变量多个.c里使用
Common concepts and terms in offline warehouse modeling
Volatile and threads