done...
I've found that box is not a G18REF.
Model ist Videostrong (vsip-166) or prima
It is the aml-8726M6 SoC (G02REF) board with DVB-S2 tuner (not working yet) 
working kernel changes:
a) it needs his own *.dtd device-tree src
b) also a diffrent cpu voltage table (lower)
c) an other nand and bootloader layout or like me no layout (sd boot).
d) scaling_governor=interactive is a main killer for the SoC
e) new .config
So I've tryed using my kernel and:
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init console=ttyS0,115200n8 consoleblank=0 scaling_governor=conservative scaling_min_freq=200000 scaling_max_freq=1512000 systemd.show_status=auto"
echo "*** LibreElec(g02ref) linux 3.10.X boot script ***"
echo
usb reset
if fatexist usb 0:1 KERNEL
then
echo "booting LibreElec from usb..."
fatload usb 0 82000000 KERNEL
setenv bootargs "boot=/dev/sda1 disk=LABEL=LIBREELEC_DISK BOOT_IMAGE=KERNEL debug degugging nohlt vmalloc=256m mem=1024m logo=osd1,0x84100000,720p"
bootm
exit
else
echo "No LibreElec KERNEL found on usb, scanning sdcard...!"
fi
if fatexist mmc 0:1 KERNEL
then
echo "booting LibreElec from sdcard..."
fatload mmc 0 82000000 KERNEL
setenv bootargs "boot=/dev/mmcblk0p1 disk=LABEL=LIBREELEC_DISK BOOT_IMAGE=KERNEL debug degugging nohlt vmalloc=256m mem=1024m logo=osd1,0x84100000,720p"
bootm
exit
else
echo "No LibreElec KERNEL Image found on sdcard, exit"
fi
exit
Display More
sd 2GB p1=FAT (aml_autoscript, KERNEL, SYSTEM) p2=ext3 LABEL=LIBREELEC_DISK
And it worked for half an hour with out a crash. Even the red lamp went on stopping the box. 
I've got some audio issues on one mediathek stream, but other worked well.
And remotecontrol "OK" do not work in "not mouse mode" (total different key-layout/ir-protokoll like MX2)
it is not fast build, but works.
@yuanqi tested that at the begin