Release notes
Notes on how to release donkey.
Create a startup disk.
- Download the previous disk image and create the startup disk.
- Move disk to you pi.
- Pull the lastest donkeycar code.
- Make your changes.
- Move the disk back to your computer.
- Clean up :
- Remove your wi-fi password
- Change the host name to
donkeypi
- Delete
.gitconfig
.
-
Create the disk image from the SD card
- Run
sudo gparted
to see the size of the disk partitions. - Resize the partitions to be as small as possible.
- Right click the partition to see the last sector of the partition.
- Run:
bash sudo dd if=/dev/mmcblk0 of=~/donkey_2.5.0_pi3.img bs=512 count=<last sector> status=progress
- Run
-
Zip the .img file and upload to Dropbox.
- Update the link in the instructions.
Create a release
- Run the tests on computer and pi.
pytest
- Update versions in
__init__
andsetup.py