Wanted to let you know I changed the COM ports of the NXP dev board to COM1 & COM2, and that didn't make any difference.
I've tried to back up and boot from emmc and use the HDMI port, and that is not working either. It reboots in a loop. It had worked initially, but I had followed directions in this reference :
https://www.nxp.com/docs/en/quick-reference-guide/ANDROID_QUICK_START_GUIDE.pdf
in section: 3.4.1 Booting with Single MIPI-DSI-to-HDMI or MIPI panel display
I set the bootargs via u-boot:
U-Boot > setenv bootargs console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 init=/init androidboot.console=ttymxc1 androidboot.hardware=nxp cma=800M@0x400M-0xb80M androidboot.primary_display=imx-drm firmware_class.path=/vendor/firmware loop.max_part=7 androidboot.vendor.sysrq=1 transparent_hugepage=never androidboot.wificountrycode=CN moal.mod_para=wifi_mod_para_sd8987.conf androidboot.lcd_density=240
U-Boot > saveenv
thinking this might allow the emmc OS to talk to the panel instead of the HDMI, but it didn't work. So, now even HDMI doesn't work, as it just reboots, due to probably an issue with the bootargs.
For the image released in the emmc, do you know what the bootargs should be? I could reset them back so at least the HDMI works.
Don't know if this could be causing the other issue with SWDL. Let me know.
Thanks,
-PEM