# Command line Hex2Wav uploader Command line program written in c++ used for uploading program to [TinyAudioBoot](4_4-TinyAudioBoot.md) * Source code: [https://github.com/ATtinyTeenageRiot/hex2wav](https://github.com/ATtinyTeenageRiot/hex2wav) # Windows Vmware Build Machine * Follow this [instructions](http://win-builds.org/1.5.0/msys-cygwin.html) * [Download](https://dl.bitvise.com/BvSshServer-Inst.exe) and setup Bitvise SSHD * * add new virtual user, set bash path * [Download](http://cmder.net) and install Cmder or [Conemu](https://www.fosshub.com/ConEmu.html) * [Download](https://github-production-release-asset-2e65be.s3.amazonaws.com/23216272/d570e77c-ff9e-11e7-842a-7fe611a3ec9f?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180129%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180129T101126Z&X-Amz-Expires=300&X-Amz-Signature=e9f479c9aacc1fe7861da5843bc4f72fb76e37ee29cbcd8afde11902a0324be5&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B filename%3DGit-2.16.1-32-bit.exe&response-content-type=application%2Foctet-stream) and install git for windows * Example path variable in windows `%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw32\bin;C:\Program Files\Git\usr\bin;C:\MinGW\bin;C:\msys\1.0\bin;C:\MinGW\msys\1.0;C:\MinGW\msys\1.0\bin` * How to get guest ip address ```bash /Volumes/LOCALBRAIN/Applications/Development/VMware\ Fusion.app/Contents/Library/vmrun getGuestIPAddress /Users/xcorex/Documents/Virtual\ Machines.localized/Windows\ 7.vmwarevm ``` * Scp mountpoint in bitvise sshd![](/assets/screenshot_72.png) ## Issues * ~~Binary compiled with 32 Bit debian todo add 64/32~~ * ~~Missing libasound:~~ * ~~ERROR: /0.0.15/tools/hex2wav/linux/hex2wav\_bin: No such file or directory~~ ~~NEO\_022\_FamilyMart.ino.wav: No such file or directory~~ ~~Error compiling.~~ * ~~FIX: apt-get install libasound2-plugins:i386~~