Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
FSBL has to include all initialization for the ADV7511 and IP Cores.

 

To import the provided FSBL files:

Image Added

All the initialization will be included, and the fsbl_hooks.c will be replaced. 

Image Added

Use the .elf file to create boot image.

Image Added

Image format

This design configures the framebuffer in Linux simple framebuffer format a8r8g8b8, screen size 1280x720. Images can be converted to this format with ImageMagick.

convert splashscreen.jpg splashscreen.rgba

You can also use this file to do a test first:  test.rgba

File extension should be changed to bin, then the file can be added to boot.bin as data file setting load offset to 0x38000000. 

Image Added

Image Added

FSBL would then preload the splash-screen image into framebuffer.