Ubuntu 18.04.6 LTS (Bionic Beaver): Compile kernel update with CONFIG_NLS_UTF8=y

Hi there,
would it be possible to compile the next kernel update with the upper setting?
Thanks

Hello @Trashware

We provide you with the update package you need. Until then, please install the latest official firmware.

vim1-ubuntu-18.04-server-linux-4.9-fenix-1.1.1-220725-emmc.img

1.Follow these steps to obtain the update package

$ wget https://dl.khadas.com/.test/vim1/linux-dtb-amlogic-4.9_1.4.2_arm64.deb.gz
$ wget https://dl.khadas.com/.test/vim1/linux-headers-amlogic-4.9_1.4.2_arm64.deb.gz
$ wget https://dl.khadas.com/.test/vim1/linux-image-amlogic-4.9_1.4.2_arm64.deb.gz
$ gunzip linux-dtb-amlogic-4.9_1.4.2_arm64.deb.gz linux-headers-amlogic-4.9_1.4.2_arm64.deb.gz linux-image-amlogic-4.9_1.4.2_arm64.deb.gz

2.Update and reboot

$ sudo dpkg -i linux-dtb-amlogic-4.9_1.4.2_arm64.deb
$ sudo dpkg -i linux-image-amlogic-4.9_1.4.2_arm64.deb
$ sudo dpkg -i linux-headers-amlogic-4.9_1.4.2_arm64.deb
$ sync
$ sudo reboot

have fun !!!

Thank you very much. Works fine, my cifs share filenames with umlauts (e.g. é, ç, ï, ë, ä, ö, ü) are now perfectly displayed. I wonder why nobody requested that before and recommend adding it as a module to the next kernel update.