“Configuring ubuntu”的版本间的差异
来自百问网嵌入式Linux wiki
小 (Wiki移动页面Build development environment至Ubuntu开发环境配置) |
|||
第1行: | 第1行: | ||
=ubuntu16.04安装= | =ubuntu16.04安装= | ||
=ubuntu18.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 | ||
+ | |||
+ | sudo apt-get install 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 | ||
+ | |||
+ | 编译 tiimage.c , 把tiimage放到/usr/bin | ||
+ | 编译 rkimage.c, 把rkimage放到/usr/bin | ||
+ | |||
=环境配置= | =环境配置= | ||
==基本依赖安装== | ==基本依赖安装== |
2019年6月13日 (四) 09:21的版本
目录
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
sudo apt-get install 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
编译 tiimage.c , 把tiimage放到/usr/bin 编译 rkimage.c, 把rkimage放到/usr/bin