B's: Openwrt in VMware
https://kumaran127.blogspot.com/2010/12/openwrt-in-vmware.html19.12.2010 · Install VMware. Download Openwrt. Install qemu, commend line virtual emulator. Here It will be used to convert the raw image into vmdk image. now convert the raw image into vmdk format by issuing the following commend. qemu-img convert -f raw <source_file_name> -O vmdk <desitination_file_name>. For example, If you have downloaded openwrt-x86 ...