Good news. I have resolved my issue it deffinately has to do with a patch as last night I pulled the latest development branch and made the following changes
Changed the following files
/packages/sysutils/busybox/config/busybox-init.conf
-# CONFIG_FSTRIM is not set
+CONFIG_FSTRIM=y
/packages/sysutils/busybox/config/busybox-target.conf
CONFIG_FSTRIM is not set
+CONFIG_FSTRIM=y
/packages/sysutils/util-linux/package.mk
@@ -53,7 +53,6 @@ PKG_CONFIGURE_OPTS_TARGET="$UTILLINUX_CONFIG_DEFAULT \
--enable-libsmartcols \
--enable-losetup \
--enable-fsck \
- --enable-fstrim \
--enable-blkid"
/projects/Amlogic/devices/LePotato/bootloader/boot.ini
-setenv libretech "no_console_suspend logo=osd1,loaded,0x3f800000,${hdmimode} vout=${hdmimode},enable hdmimode=${hdmimode} cvbsmode=nocvbs consoleblank=0"
+setenv libretech "no_console_suspend logo=${logoopt} vout=${outputmode},enable hdmimode=${hdmimode} cvbsmode=nocvbs consoleblank=0"
+#setenv libretech "no_console_suspend logo=osd1,loaded,0x3f800000,${hdmimode} vout=${hdmimode},enable hdmimode=${hdmimode} cvbsmode=nocvbs consoleblank=0"
if test "${hdmi_cec}" = "1"; then setenv cec "hdmitx=cec17"; fi
setenv bootargs "console=${condev} ${bootrootfs} ${libretech} ${cec} ${libreelec}"
/projects/Amlogic/filesystem/usr/lib/systemd/system/fstrim.service
[Service]
Type=simple
-ExecStart=-/usr/sbin/fstrim -a -v
+#ExecStart=-/usr/sbin/fstrim -a -v
+ExecStart=-/usr/sbin/fstrim /storage
Remove this patch
/projects/Amlogic/packages/u-boot/patches/a43076c/u-boot-0004-faster-boot.patch
i could make my build available if someone is having similar issues to me.