Skip to content

Boot Logo Creator

Gert van den Berg edited this page Jun 23, 2015 · 3 revisions

A tool to automatically generate a flashable .zip from a 24-bit BMP file

Overview

The Boot Logo Creator (BLC) is the module that handles all of the operations relating to boot logos. It will take a 24-bit BMP image (no flipping or other special edits required) and put it into the Team Black Hat (TBH) flashable boot logo zip. Optionally, it will push the created zip to your SD card

Module Status: Complete (Status Legend)

Tutorial:

  1. Create a 24-bit BMP image with dimensions 480 X 182 (width X height) or open the provided Template.bmp in your favorite editor. When creating your boot logo, remember that whatever color the 1px border around the image is will be the color that fills in the rest of the screen.
  2. Save your image as a 24-bit BMP image.
  3. For Windows users, and others that can run .exes, double click on BootImgToFlashZip.exe and follow the instructions on the screen.
  • For those who cannot run .exes, open up a terminal window and type 'python BootImgToFlashZip.pyc'. Note that you will need the Python Image Library for Python 2.7. Additionally, you'll need to install Python 2.7 and add it to your PATH (the Windows installer does this automatically).

Images to Accompany Tutorial:

Initial Out-of-the-Box View Initial Out-of-the-Box View

Saving the logo in Photoshop (notice how it isn't flipped) Saving the logo in Photoshop

Dragging the file into the program window Dragging the file into the program window

The completed program output. Boot Logo Zip is now on my SD card The completed program output.

Clone this wiki locally