VMware安装OpenWrt19.07.0
一:安装准备
准备一个Linux发行版的虚拟机系统,Ubuntu、Centos都可以,这里使用的是Centos7.5
因为笔者这里要求安装python3.7以上版本,而openwrt19以下的版本默认安装的是3.7以下的版本,所以这里选择安装OpenWrt19.07.0版本
进入Linux系统,使用终端操作以下步骤:
yum install qemu-img.x86_64
wget https://downloads.openwrt.org/releases/19.07.0/targets/x86/64/openwrt-19.07.0-x86-64-combined-ext4.img.gz
# 解压
# gzip -d openwrt-19.07.0-x86-64-combined-ext4.img.gz
gunzip openwrt-19.07.0-x86-64-combined-ext4.img.gz
# 转换镜像
qemu-img convert