From 8e34fb68b294700eeddaa2a6caead079bf35ae02 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Wed, 18 Feb 2015 16:03:05 -0600
Subject: [PATCH] publish: add BBB/BBG console flasher

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 publish/rcn-ee_bb.org-stable.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/publish/rcn-ee_bb.org-stable.sh b/publish/rcn-ee_bb.org-stable.sh
index 14703f044..d96e5dad6 100755
--- a/publish/rcn-ee_bb.org-stable.sh
+++ b/publish/rcn-ee_bb.org-stable.sh
@@ -117,6 +117,8 @@ base_rootfs="${debian_console_stable}"
 stage_blend="console"
 pre_generic_img
 
+options="--img-2gb BBG-blank-eMMC-flasher-\${base_rootfs} --dtb bbb-blank-eeprom --boot_label BEAGLEBONE --enable-systemd --bbg-flasher --bbb-old-bootloader-in-emmc --hostname beaglebone"
+options="--img-2gb BBB-blank-eMMC-flasher-\${base_rootfs} --dtb bbb-blank-eeprom --boot_label BEAGLEBONE --enable-systemd --bbb-flasher --bbb-old-bootloader-in-emmc --hostname beaglebone"
 options="--img-2gb BBB-eMMC-flasher-\${base_rootfs} --dtb beaglebone --boot_label BEAGLEBONE --enable-systemd --bbb-flasher --bbb-old-bootloader-in-emmc --hostname beaglebone"
 generic_img
 options="--img-2gb bone-\${base_rootfs}             --dtb beaglebone --boot_label BEAGLEBONE --enable-systemd --bbb-old-bootloader-in-emmc --hostname beaglebone"
@@ -178,6 +180,10 @@ wfile="BBB-eMMC-flasher-${debian_lxde_stable}-2gb.img"
 compress_img
 
 stage_blend="console"
+wfile="BBB-blank-eMMC-flasher-${debian_console_stable}-2gb.img"
+compress_img
+wfile="BBG-blank-eMMC-flasher-${debian_console_stable}-2gb.img"
+compress_img
 wfile="BBB-eMMC-flasher-${debian_console_stable}-2gb.img"
 compress_img
 wfile="bone-${debian_console_stable}-2gb.img"
-- 
GitLab