当前位置:网站首页>Dsp7 environment

Dsp7 environment

2022-06-23 04:51:00 SlamDunk31598

1、 The code download 、 compile 、 burn

https://github.com/DongshanPI/Buildroot-ST

https://github.com/DongshanPI/buildroot-external-dongshanpiseven

Reference resources github Download link on :

The complete command is as follows :

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

Do not use Wiki Medium URL,Wiki There is no problem downloading and compiling the links in , But I can't get up after burning . It's probably the same problem as before buildroot Caused by matching version ratio , Not in depth .

2、 add to SSH

stay config Add... To the file package package , What I use here is :dongshanpiseven_core_defconfig

BR2_PACKAGE_OPENSSH=y

If you encounter SSH Connection error :Permission denied, please try again. Solutions for : 

Modify the of the development board ssd The configuration file :vi /etc/ssh/sshd_config, allow root The user login :

PermitRootLogin yes

And then you can use it ssh and scp command

 

原网站

版权声明
本文为[SlamDunk31598]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206230021260472.html