Comment 11 for bug 1819881

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Thanks for the feedback.

This is the old patch that I used to compile the test kernel in #4:
https://pastebin.ubuntu.com/p/dkGBkd2R85/

I think I have found the cause, the compiled-in option was not set.

If you run "make menuconfig" against a clean source to enable TER16x32 (Library routines >> Select compiled-in fonts, the interactive menu will tell you that you will need this. Although you can still unselect this compiled-in fonts after enabling TER16x32)

A v2 has been built successfully on the Disco test machine at hand:
u@ubuntu:~$ cat /boot/config-5.0.0-9-generic | grep FONT
CONFIG_FONT_SUPPORT=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
CONFIG_FONT_ACORN_8x8=y
# CONFIG_FONT_MINI_4x6 is not set
CONFIG_FONT_6x10=y
# CONFIG_FONT_10x18 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
CONFIG_FONT_TER16x32=y

Will try again on our build server.