There's a needed dtb patch to boot on this device, I have it in my fork of balbes150's work, he's also welcome to copy it sometime..that or the 100M lan version may work for you. Seems to be hit and miss.
The only issue I encounter right now is that booting isn't straightforward because you have to manually mount the mmc and SYSTEM image right now.
balbes150 - I can't seem to locate where the /flash mountpoint is even specified, is the aml_autoscript supposed to do this? If so, what parameters? Currently the script is mounting the internal memory's system partition with the build.prop inside for android instead of /dev/mmcblk0p1, where the SYSTEM image is located.
If we can get past this we'll have a fix for the bcm4335 variants.
Could this be what you're looking for? My programming is limited to simple python scripting so I wish I could be of more help.
# Add information where to run LibreELEC from | |
if [ -z "$BOOT_IMAGE" -o -z "$boot" -o -z "$disk" ]; then | |
cmdline=$(cat /proc/cmdline) | |
cmdline="$cmdline BOOT_IMAGE=/dev/boot boot=/dev/system disk=/dev/data" | |
echo "$cmdline" > /proc/cmdline | |
fi |