This is a primitive Ultibo / Lazarus IDE project for Raspberry 3A/3B/3B+ that does absolutely nothing except for:
- Setting console window to entire screen using
CONSOLE_POSITION_FULLSCREEN
added in Ultibo core 1.2.073 and thus effectively getting rid of Ultibo's border and title - Making console window all black with white texts using
Console
unit methods - Printing sample texts in all universal colors (
COLOR_*
) available in core Ultibo
That's pretty much all...
This project should be used exactly as all other Ultibo projects, i.e.:
- Clone this repository to any folder
- Copy ConsoleColors.elf and kernel7.img files to any FAT32-formatted SD card
- Go to c:\Ultibo\Core\firmware\RPi3 folder (if you have Lazarus IDE)
- Get Raspberry Pi 3 firmware files from their GitHub repository otherwise.
- Copy armstub32-rpi3.bin, bootcode.bin, fixup.dat and start.elf to SD card
- Put that card into Raspberry Pi 3B+ and power it up.
This project was build for my Raspberry Pi 3B+. Should work under other platforms, but I can't guarantee that. And for sure you should copy firmware files corresponding to your platform in this case.
More details in this blog article or in Ultibo FAQ.