尊敬裙子

文章
2
资源
0
加入时间
3年0月9天

安装linux到开发板

1、 安装到开发板的什么位置?安装到开发板的“硬盘”(nandflash)2、需要安装的系统分为看几个部分?A、BootloaderB、Linux内核C、文件系统(应用程序,各种文件等等)3、安装到nandflash的具体步骤 A、把系统安装辅助软件烧写到sd卡,Linux下用dd命令,windows下用烧写软件。B、吧sd卡插到开发板,从sd卡启动

python发送钉钉机器人脚本

#!/usr/bin/python# -*- coding: utf-8 -*-import requestsimport jsonimport sysimport osheaders = {'Content-Type': 'application/json;charset=utf-8'}api_url = "https://oapi.dingtalk.com/robot/send?acces...