Changes

Jump to navigation Jump to search
177 bytes added ,  22:05, 28 January 2021
#Build your tune(cal) in tunerpro
#Copy the cal to your raspberry pi
#Pre-reqs
#Checksum the cal
#Encrypt and compress the cal to prepare it for flashing
<pre>
pscp C:\somedirectory\thisismytune.bin pi@raspberrypi.local:/home/pi/flashfiles/tunes/thisismytune.bin
</pre>
 
=== Pre-reqs ===
<pre>
git clone https://github.com/bri3d/VW_Flash.git
cd /home/pi/VW_Flash
python3 -m pip install -r requirements.txt
</pre>
Thanks to Brian and David, we can then encrypt and prepare the CHECKSUMMED file for flashing by:
<pre>
cd ~/VW_Flash/lzss
make
cd /home/pi/VW_Flash
./prepareblock.sh /home/pi/flashfiles/tunes/thisismytune.bin.checksummed 5
26

edits

Navigation menu