diff --git a/configs/bb.org-debian-buster-efi-iot-v4.14.conf b/configs/bb.org-debian-buster-efi-iot-v4.14.conf
new file mode 100644
index 0000000000000000000000000000000000000000..0190f225d60137054ab5d43dc42ec2d39643a6b7
--- /dev/null
+++ b/configs/bb.org-debian-buster-efi-iot-v4.14.conf
@@ -0,0 +1,175 @@
+##
+release="buster"
+image_type="efi-iot"
+##
+##Debootstrap: https://wiki.debian.org/Debootstrap
+##
+##debootstrap --arch=${deb_arch} --include=${deb_include} --exclude=${deb_exclude} \
+##--components=${deb_components} --foreign ${deb_codename} /tmp/tmp.dir/ http://${deb_mirror}
+##
+deb_distribution="debian"
+deb_codename="buster"
+deb_arch="armhf"
+#
+deb_include="	\
+	alsa-utils	\
+	at	\
+	automake	\
+	avahi-utils	\
+	bash-completion	\
+	bc	\
+	bluetooth	\
+	build-essential	\
+	ca-certificates	\
+	can-utils	\
+	connman	\
+	cpufrequtils	\
+	curl	\
+	device-tree-compiler	\
+	dosfstools	\
+	dnsmasq	\
+	firmware-atheros	\
+	firmware-brcm80211	\
+	firmware-iwlwifi	\
+	firmware-libertas	\
+	firmware-misc-nonfree	\
+	firmware-realtek	\
+	firmware-ti-connectivity	\
+	firmware-zd1211	\
+	git	\
+	gnupg	\
+	haveged	\
+	hdparm	\
+	hexedit	\
+	hostapd	\
+	htop	\
+	i2c-tools	\
+	initramfs-tools	\
+	iperf	\
+	iw	\
+	less	\
+	libiio-utils	\
+	libncurses5-dev	\
+	libnss-mdns	\
+	libtool	\
+	libdbus-1-dev	\
+	libusb-1.0-0-dev	\
+	linux-base	\
+	linux-cpupower	\
+	locales	\
+	lshw	\
+	lsof	\
+	lzma	\
+	lzop	\
+	memtester	\
+	nethogs	\
+	net-tools	\
+	nginx	\
+	openssh-server	\
+	pastebinit	\
+	pkg-config	\
+	python-dev	\
+	python3	\
+	python3-dev	\
+	python3-numpy	\
+	python3-setuptools	\
+	rfkill	\
+	rsync	\
+	screen	\
+	ssl-cert	\
+	sudo	\
+	systemd	\
+	tio	\
+	tmux	\
+	u-boot-tools	\
+	udhcpd	\
+	usb-modeswitch	\
+	usbutils	\
+	v4l-utils	\
+	vim	\
+	wget	\
+	wireless-tools	\
+	wpasupplicant	\
+"
+
+#
+deb_exclude=""
+#
+deb_components="main contrib non-free"
+deb_mirror=""
+##
+##Some packages fail to install via debootstrap: deb_additional_pkgs="<comma|space>"
+##
+deb_additional_pkgs="	\
+	btrfs-progs	\
+	grub-efi-arm	\
+	libnss-systemd	\
+	libpam-systemd	\
+	ostree	\
+"
+
+##
+rfs_username="debian"
+rfs_fullname="Demo User"
+rfs_password="temppwd"
+rfs_hostname="beaglebone"
+rfs_startup_scripts="enable"
+rfs_opt_scripts="https://github.com/RobertCNelson/boot-scripts"
+rfs_default_desktop=""
+rfs_desktop_background=""
+rfs_default_locale="en_US.UTF-8"
+rfs_etc_dogtag="BeagleBoard.org Debian Image"
+rfs_console_banner="Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian"
+rfs_console_user_pass="enable"
+rfs_ssh_banner="Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian"
+rfs_ssh_user_pass="enable"
+##
+##enable kernel repo: http://repos.rcn-ee.com/(debian|ubuntu)
+repo_rcnee="enable"
+repo_rcnee_pkg_list="	\
+	ardupilot-copter-bbbmini	\
+	ardupilot-copter-blue	\
+	ardupilot-plane-bbbmini	\
+	ardupilot-plane-blue	\
+	ardupilot-rover-bbbmini	\
+	ardupilot-rover-blue	\
+	bb-cape-overlays	\
+	bb-customizations	\
+	bb-node-red-installer	\
+	bb-wl18xx-firmware	\
+	bone101	\
+	bonescript	\
+	c9-core-installer	\
+	can-utils	\
+	gpiod	\
+	ipumm-dra7xx-installer	\
+	linux-image-4.14.25-ti-r38	\
+	mjpg-streamer	\
+	nodejs	\
+	pru-software-support-package	\
+	rcn-ee-archive-keyring	\
+	roboticscape	\
+	ti-pru-cgt-installer	\
+	tiomapconf	\
+	vpdma-dra7xx-installer	\
+	wireguard-tools	\
+"
+
+##
+##nodejs: https://github.com/nodesource/distributions
+##
+#repo_nodesource="node_0.12"
+#repo_nodesource="node_4.x"
+#repo_nodesource="node_6.x"
+#repo_nodesource="node_8.x"
+#repo_nodesource_dist="stretch"
+##
+repo_rcnee_pkg_version="4.14.25-ti-r38"
+include_firmware="enable"
+#
+chroot_COPY_SETUP_SDCARD="enable"
+chroot_before_hook=""
+chroot_after_hook=""
+chroot_script="beagleboard.org-buster.sh"
+chroot_post_uenv_txt=""
+chroot_tarball="enable"
diff --git a/publish/rcn-ee_bb.org-stable.sh b/publish/rcn-ee_bb.org-stable.sh
index 62c2adb7b6cd040092bb625f73a772418dc51179..cef186cd9b46159b9b08d8f850a89c660080e0bb 100755
--- a/publish/rcn-ee_bb.org-stable.sh
+++ b/publish/rcn-ee_bb.org-stable.sh
@@ -32,7 +32,8 @@ if [ ! -f jenkins.build ] ; then
 ./RootStock-NG.sh -c bb.org-debian-stretch-lxqt-xm
 ./RootStock-NG.sh -c bb.org-debian-stretch-oemflasher-v4.9
 
-./RootStock-NG.sh -c bb.org-debian-buster-iot-v4.9
+./RootStock-NG.sh -c bb.org-debian-buster-iot-v4.14
+./RootStock-NG.sh -c bb.org-debian-buster-efi-iot-v4.14
 else
 	mkdir -p ${DIR}/deploy/ || true
 fi
@@ -59,6 +60,7 @@ debian_jessie_seeed_lxqt_4gb="debian-8.10-seeed-lxqt-4gb-armhf-${time}"
    debian_stretch_oemflasher="debian-9.4-oemflasher-armhf-${time}"
 
            debian_buster_iot="debian-buster-iot-armhf-${time}"
+       debian_buster_efi_iot="debian-buster-efi-iot-armhf-${time}"
 
 xz_img="xz -z -8"
 #xz_tar="xz -z -8"
@@ -285,6 +287,11 @@ options="--img-4gb BBB-blank-\${base_rootfs} ${beaglebone} ${pru_rproc_v414ti} -
 #options="--img-4gb bone-\${base_rootfs}      ${beaglebone} ${pru_rproc_v414ti} --rootfs btrfs"                ; generate_img
 #options="--img-4gb BBB-blank-\${base_rootfs} ${beaglebone} ${pru_rproc_v414ti} --rootfs btrfs --emmc-flasher" ; generate_img
 
+###efi iot image (buster):
+base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" ; extract_base_rootfs
+
+options="--img-4gb bone-\${base_rootfs}      ${beaglebone} ${pru_rproc_v414ti}"                ; generate_img
+
 ###archive *.tar
 base_rootfs="${debian_jessie_machinekit}"     ; blend="machinekit"      ; archive_base_rootfs
 base_rootfs="${debian_jessie_console}"        ; blend="console"         ; archive_base_rootfs
@@ -306,6 +313,7 @@ base_rootfs="${debian_stretch_wayland}"       ; blend="stretch-wayland"    ; arc
 base_rootfs="${debian_stretch_oemflasher}"    ; blend="stretch-oemflasher" ; archive_base_rootfs
 
 base_rootfs="${debian_buster_iot}"            ; blend="buster-iot"      ; archive_base_rootfs
+base_rootfs="${debian_buster_efi_iot}"        ; blend="buster-efi-iot"  ; archive_base_rootfs
 
 ###archive *.img
 ###machinekit (jessie):
@@ -413,6 +421,11 @@ wfile="bbx15-\${base_rootfs}-4gb"          ; archive_img
 wfile="bone-\${base_rootfs}-4gb"           ; archive_img
 wfile="BBB-blank-\${base_rootfs}-4gb"      ; archive_img
 
+###efi iot image (buster):
+base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot"
+
+wfile="bone-\${base_rootfs}-4gb"           ; archive_img
+
 __EOF__
 
 chmod +x ${DIR}/deploy/gift_wrap_final_images.sh