“Configuring ubuntu”的版本间的差异
来自百问网嵌入式Linux wiki
第1行: | 第1行: | ||
=ubuntu16.04安装= | =ubuntu16.04安装= | ||
=ubuntu18.04安装= | =ubuntu18.04安装= | ||
− | |||
sudo apt install net-tools openssh-server nfs-kernel-server portmap \ | sudo apt install net-tools openssh-server nfs-kernel-server portmap \ | ||
build-essential \ | build-essential \ | ||
bison flex \ | bison flex \ | ||
vim \ | vim \ | ||
− | dos2unix device-tree-compiler libncurses5-dev libncursesw5-dev autoconf automake gcc-multilib | + | dos2unix device-tree-compiler libncurses5-dev libncursesw5-dev autoconf automake gcc-multilib \ |
− | + | gcc make git python sed binutils build-essential gcc g++ bash patch gzip bzip2 perl tar cpio python unzip rsync file bc wget \ | |
− | |||
− | sudo apt install vsftpd 并修改 #write_enable=YES 为 write_enable=YES | + | ==ftp配置== |
+ | sudo apt install vsftpd 并修改 #write_enable=YES 为 write_enable=YES | ||
编译 tiimage.c , 把tiimage放到/usr/bin | 编译 tiimage.c , 把tiimage放到/usr/bin |
2019年7月29日 (一) 17:10的版本
目录
ubuntu16.04安装
ubuntu18.04安装
sudo apt install net-tools openssh-server nfs-kernel-server portmap \
build-essential \ bison flex \ vim \ dos2unix device-tree-compiler libncurses5-dev libncursesw5-dev autoconf automake gcc-multilib \ gcc make git python sed binutils build-essential gcc g++ bash patch gzip bzip2 perl tar cpio python unzip rsync file bc wget \
ftp配置
sudo apt install vsftpd 并修改 #write_enable=YES 为 write_enable=YES
编译 tiimage.c , 把tiimage放到/usr/bin 编译 rkimage.c, 把rkimage放到/usr/bin