Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 583bbf7a authored by Robert Nelson's avatar Robert Nelson
Browse files

bb.org: add buster console for xm


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 01c82e99
Branches master
No related merge requests found
##
release="10.1"
image_type="console-xm"
##
##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=" \
bc \
bsdmainutils \
ca-certificates \
connman \
crda \
dbus \
dosfstools \
firmware-brcm80211 \
firmware-realtek \
firmware-ti-connectivity \
gnupg \
haveged \
hostapd \
initramfs-tools \
iw \
linux-base \
memtester \
nano \
net-tools \
openssh-server \
patch \
rfkill \
rsync \
sudo \
systemd \
udhcpd \
wget \
wireless-tools \
wpasupplicant \
"
#
deb_exclude=" \
aptitude \
aptitude-common \
groff-base \
info \
install-info \
man-db \
manpages \
manpages-dev \
tasksel \
tasksel-data \
"
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 \
ifupdown \
libnss-systemd \
libpam-systemd \
"
##
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=" \
bb-bbai-firmware \
bb-cape-overlays \
bb-customizations \
bb-wl18xx-firmware \
gpiod \
linux-image-5.2.17-armv7-x10 \
moreutils \
overlayroot \
rcn-ee-archive-keyring \
tiomapconf \
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="5.2.17-armv7-x10"
#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"
......@@ -65,6 +65,7 @@ debian_jessie_seeed_lxqt_4gb="debian-8.11-seeed-lxqt-4gb-armhf-${time}"
debian_buster_tiny="debian-10.1-tiny-armhf-${time}"
debian_buster_console="debian-10.1-console-armhf-${time}"
debian_buster_console_xm="debian-10.1-console-xm-armhf-${time}"
debian_buster_iot="debian-10.1-iot-armhf-${time}"
debian_buster_gobot_iot="debian-10.1-gobot-iot-armhf-${time}"
debian_buster_efi_iot="debian-10.1-efi-iot-armhf-${time}"
......@@ -296,6 +297,11 @@ options="--img-1gb am57xx-eMMC-flasher-\${base_rootfs} ${beagle_x15} --emmc-fla
options="--img-1gb bone-\${base_rootfs} ${beaglebone} ${pru_rproc_v419ti}" ; generate_img
options="--img-1gb bone-eMMC-flasher-\${base_rootfs} ${beaglebone} ${pru_rproc_v419ti} --emmc-flasher" ; generate_img
###DEBIAN BUSTER: console-xm
base_rootfs="${debian_buster_console_xm}" ; blend="buster-console-xm" ; extract_base_rootfs
options="--img-1gb bbxm-\${base_rootfs} ${beagle_xm}" ; generate_img
###DEBIAN BUSTER: iot
base_rootfs="${debian_buster_iot}" ; blend="buster-iot" ; extract_base_rootfs
......@@ -350,12 +356,13 @@ base_rootfs="${debian_stretch_lxqt_xm}" ; blend="stretch-lxqt-xm" ; arc
base_rootfs="${debian_stretch_wayland}" ; blend="stretch-wayland" ; archive_base_rootfs
base_rootfs="${debian_stretch_oemflasher}" ; blend="stretch-oemflasher" ; archive_base_rootfs
base_rootfs="${debian_buster_tiny}" ; blend="buster-tiny" ; archive_base_rootfs
base_rootfs="${debian_buster_console}" ; blend="buster-console" ; archive_base_rootfs
base_rootfs="${debian_buster_iot}" ; blend="buster-iot" ; archive_base_rootfs
base_rootfs="${debian_buster_gobot_iot}" ; blend="buster-gobot-iot" ; archive_base_rootfs
base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" ; archive_base_rootfs
base_rootfs="${debian_buster_lxqt}" ; blend="buster-lxqt" ; archive_base_rootfs
base_rootfs="${debian_buster_tiny}" ; blend="buster-tiny" ; archive_base_rootfs
base_rootfs="${debian_buster_console}" ; blend="buster-console" ; archive_base_rootfs
base_rootfs="${debian_buster_console_xm}" ; blend="buster-console-xm" ; archive_base_rootfs
base_rootfs="${debian_buster_iot}" ; blend="buster-iot" ; archive_base_rootfs
base_rootfs="${debian_buster_gobot_iot}" ; blend="buster-gobot-iot" ; archive_base_rootfs
base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" ; archive_base_rootfs
base_rootfs="${debian_buster_lxqt}" ; blend="buster-lxqt" ; archive_base_rootfs
base_rootfs="${ubuntu_bionic_ros_iot}" ; blend="bionic-ros-iot" ; archive_base_rootfs
......@@ -469,6 +476,11 @@ wfile="am57xx-eMMC-flasher-\${base_rootfs}-1gb" ; archive_img
wfile="bone-\${base_rootfs}-1gb" ; archive_img
wfile="bone-eMMC-flasher-\${base_rootfs}-1gb" ; archive_img
###DEBIAN BUSTER: console-xm
base_rootfs="${debian_buster_console_xm}" ; blend="buster-console-xm"
wfile="bbxm-\${base_rootfs}-1gb" ; archive_img
###DEBIAN BUSTER: iot
base_rootfs="${debian_buster_iot}" ; blend="buster-iot"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment