Enabling WOL on AML-S905X-CC

I have a AML-S905X-CC and i would like to uanble Wake On Lan, is it even possible?
i’ve done some research but nothing i found was successful / usefull.

  1. Flash the latest bootloader to your image via libretech-flash-tool.
  2. Add meson_gxl.enable_wol=1 to your kernel cmdline via /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT=.
  3. Run sudo update-grub.

doing ./lft.sh dev-list returns nothing, is that normal?

After the device name, add force. By default libretech-flash-tool will not try to write an active disk to prevent accidents.

Do you mean running sudo libretech-flash-tool/lft.sh bl-flash aml-s905x-cc force? im not sure i quite understand

You need to add the device after aml-s905x-cc and before force. eg mmcblk0 for eMMC and mmcblk1 for SD card.

did all that, still not working

/etc/default/grub :

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="noquiet splash meson_gxl.enable_wol=1"
GRUB_CMDLINE_LINUX=""

To test it, i used the wakeonlan package and sent a command from another server runnong on the same network