编译源码下载#下载openssh
wget https://mirrors.tuna.tsinghua.edu.cn/pub/OpenBSD/OpenSSH/portable/openssh-6.1p1.tar.gz
#下载zlib
wget http...
阅读全文...
【WEB】WEB服务器(lighttpd)搭建
pcre安装#下载
wget http://downloads.sourceforge.net/project/pcre/pcre/8.35/pcre-8.35.tar.gz
#解压
tar -xvf pcre-8.35.tar.gz
#配置
./...
阅读全文...
阅读全文...
【Ubuntu】虚拟机环境搭建
VMWare安装Ubuntu安装资源下载ubuntu22.04:https://mirrors.huaweicloud.com/ubuntu-releases/22.04/安装初始化虚拟机新建虚拟机导入镜像选择镜像文件添加网卡(用于后面直连开发板)启动虚...
阅读全文...
阅读全文...
【Ubuntu】网络环境搭建
TFTP环境搭建sudo apt-get install xinetd # 安装xinetd
sudo apt-get install tftp-hpa tftpd-hpa #安装tftp-hpa tftpd-hpals /etc/xinetd.conf...
阅读全文...
阅读全文...
【UBOOT】UBOOT源码学习
参考链接uboot启动流程详细分析u-boot (3) —— splUBOOT启动流程分析设备执行流程* 上电后,BootROM 开始执行,初始化时钟,关闭看门狗,关 Cache,关中断等等,根据 Bootstrap Pin 来确定启动设备,初始化外设;...
阅读全文...
阅读全文...
