Hi, I followed this guide install archlinux in banana pi and works fine: https://wiki.archlinux.org/index.php/Banana_Pi I like install the kodi-rbp in banana pi: https://wiki.archlinux.org/index.php/Kodi#Raspberry_Pi The driver graphics has installed fine, with the command startx , the graphical works fine. But the problem is kodi, not working... The logs say: kodi.bin double free or corruption The user kodi are in the groups: disk:x:6:root,kodi network:x:90:kodi video:x:91:maykel,kodi audio:x:92:maykel,kodi optical:x:93:maykel,kodi storage:x:95:maykel,kodi power:x:98:maykel,kodi users:x:100:kodi kodi:x:996:kodi And I created this rules in /etc/udev/rules.d/ [root@kodi-bananapi log]# ls -l /etc/udev/rules.d/ total 8 -rw-r--r-- 1 root root 45 mar 27 15:10 10-vchiq-permissions.rules -rw-r--r-- 1 root root 59 mar 27 15:41 bananapi.rules [root@kodi-bananapi log]# cat /etc/udev/rules.d/* SUBSYSTEM=="vchiq",GROUP="video",MODE="0660" SUBSYSTEM=="tty", KERNEL=="tty0", GROUP="tty", MODE="0666" Can I help me please?