diff --git a/imx8m/smarc_mx8mq/BoardConfig.mk b/imx8m/smarc_mx8mq/BoardConfig.mk index afb8e25..f7d6faf 100644 --- a/imx8m/smarc_mx8mq/BoardConfig.mk +++ b/imx8m/smarc_mx8mq/BoardConfig.mk @@ -144,7 +144,7 @@ CMASIZE=736M endif KERNEL_NAME := Image -BOARD_KERNEL_CMDLINE := init=/init androidboot.gui_resolution=1080p androidboot.console=ttymxc0 androidboot.hardware=freescale androidboot.fbTileSupport=enable cma=$(CMASIZE) androidboot.primary_display=imx-drm firmware_class.path=/vendor/firmware transparent_hugepage=never +BOARD_KERNEL_CMDLINE := console=ttymxc0,115200 earlycon=imxuart,0x30860000,115200 init=/init androidboot.gui_resolution=1080p androidboot.console=ttymxc0 androidboot.hardware=freescale androidboot.fbTileSupport=enable cma=$(CMASIZE) androidboot.primary_display=imx-drm firmware_class.path=/vendor/firmware transparent_hugepage=never # Default wificountrycode BOARD_KERNEL_CMDLINE += androidboot.wificountrycode=CN diff --git a/scripts/sh/smarc-mkemmccard.sh b/scripts/sh/smarc-mkemmccard.sh new file mode 100755 index 0000000..f610f82 --- /dev/null +++ b/scripts/sh/smarc-mkemmccard.sh @@ -0,0 +1,264 @@ +#!/bin/bash -e + +help() { + +bn=`basename $0` +cat << EOF + +Version: 1.2 +Last change: Exit on error, and general cleanup + +Usage: $bn