Skip to content

Instantly share code, notes, and snippets.

<!-- https://www.beagleboard.org/wp/wp-admin/edit.php?post_type=distros -->
<!-- BBAI64 11.7 2023-09-02 10GB eMMC Xfce Flasher -->
Debian image for <a href=/boards/beaglebone-ai-64>BeagleBone AI-64</a> on-board eMMC flash
<ul>
<li>Kernel: <a href="https://github.com/beagleboard/linux/tree/5.10.168-ti-arm64-r110">5.10.168-ti-arm64-r110</a></li>
<li>U-Boot: <a href="v2021.01">https://git.beagleboard.org/beagleboard/u-boot/-/tree/v2021.01-ti-08.05.00.001</a></li>
<li>default username:password is [debian:temppwd]</li>
</ul>
#!/bin/bash
mkdir -p /dev/bone/ecap/
mkdir -p /dev/bone/counter/
mkdir -p /dev/bone/pwm/
i=0
while [ $i -ne 16 ]
do
unset pwm_node
ARG USE_PROXY
ARG HTTP_PROXY
ARG REPO_LOCATION=linux/arm64
ARG DEBIAN_FRONTEND=noninteractive
#=========================================================================
FROM --platform=${REPO_LOCATION} tisdk_base AS base-0
#=========================================================================
FROM base-0 AS base-1
@RobertCNelson
RobertCNelson / BootLog
Created August 11, 2023 22:53
xuantie-ubuntu-1.1.2-13303.zip
U-Boot SPL 2020.01-g226621ef41 (Aug 11 2023 - 22:43:36 +0000)
FM[1] lpddr4x singlerank freq=3733 64bit dbi_off=n sdram init
ddr initialized, jump to uboot
image has no header
U-Boot 2020.01-g226621ef41 (Aug 11 2023 - 22:43:36 +0000)
CPU: rv64imafdcvsu
Model: T-HEAD c910 light
#!/bin/bash
#video: https://www.youtube.com/watch?v=_BL8Meco1KQ
#Rootfs: https://rcn-ee.net/rootfs/bb.org/testing/2014-06-05/bone-debian-7.5-console-2014-06-05-2gb.img.xz
#Updates: https://rcn-ee.net/ci/3.13.11-bone12.1/
export mirror="https://rcn-ee.net/ci/3.13.11-bone12.1/"
#wget on debian 7.5 is soo old, it can not handle https, so copy them local...
#export mirror="http://192.168.1.98/rcn-ee.us/ci/3.13.11-bone12.1"
#!/bin/bash
#https://git.ti.com/gitweb?p=wilink8-wlan/wl18xx_fw.git;a=blob;f=changelog;h=3674f4485924fc9e5d99f56a3a38b86e9210b5f9;hb=HEAD
if [ -f /etc/default/bb-wl18xx ] ; then
. /etc/default/bb-wl18xx
fi
FW_OPTION=$(whiptail --title "TI wl18xx Firmware Options" --menu "Choose TI wl18xx Firmware Versionn" 25 78 7 \
"8.9.0.0.79" "Default" \
#!/bin/bash
whiptail --title "TI wl18xx Firmware Options" --radiolist \
"Choose TI wl18xx Firmware Version" 20 78 7 \
"8.9.0.0.79" "8.9.0.0.79" ON \
"8.9.0.0.81" "8.9.0.0.79" OFF \
"8.9.0.0.83" "8.9.0.0.79" OFF \
"8.9.0.0.84" "8.9.0.0.79" OFF \
"8.9.0.0.85" "8.9.0.0.79" OFF \
"8.9.0.0.86" "8.9.0.0.79" OFF \
// SPDX-License-Identifier: GPL-2.0-only
/*
* DT Overlay for RPi Camera V2.1 (Sony IMX219) interfaced with CSI0 on BBAI64 board.
*
* Copyright (C) 2022 Robert Nelson, BeagleBoard.org Foundation
*/
/dts-v1/;
/plugin/;
#!/bin/bash -e
if ! id | grep -q root; then
echo "must be run as root:"
exit
fi
version_message="1.20221010.1, rsync add -H option for hardlinks, final image running out of space..."
#mke2fs -c
#!/bin/bash -e
if ! id | grep -q root; then
echo "must be run as root:"
exit
fi
version_message="1.20221010.1, rsync add -H option for hardlinks, final image running out of space..."
#mke2fs -c