KIPR-DevDocs

Wombat Resources

This project is maintained by Zacharyprime

KIPR Wombat Images

Stable:

In Testing:

Experimental:

KIPR Wallaby Images

Stable:

Install Instructions:

Note: this requires an SD card reader

Windows:

1) Download and install Balena Etcher

2) Download a .img file from above.

3) Open balena etcher and follow the prompts to write the image to your SD card. Be sure to select your SD card and not another drive.

4) Unscrew the back panel from the Wombat and replace the SD card.

Linux/Mac/Unix:

Note: Balena Etcher will also work with Linux/Mac/Unix.

1) Download an image file from above

2) Find which drive is the SD card (you may need to unplug and plug the SD card to see the difference)

sudo fdisk -l

3) Use dd to write the image to the SD card (make sure the drive letter is correct, sdc is an example)

sudo dd if="Wombat.img" of="/dev/sdc" bs=4M status=progress

Parameters:

if -> input file

of -> output file

bs -> block size *optional

status -> Adds a status indicator *optional

4) Unscrew the back panel of the Wombat and replace the SD card with the newly written one. Note: You can write to the SD card that was already in the Wombat, no need to buy a second SD card.

Other Resources: