b43: revert frameless (hang), S12 keep/divert split (PBL contract), sphist+tpop diag

This commit is contained in:
SashegDev
2026-09-15 08:05:33 +00:00
parent 0692c22bef
commit 432e84bc95
4 changed files with 417 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
set -e
cd "$(dirname "$0")/.."
QEMU=~/qemu-src/qemu-8.2.2/build/qemu-system-arm
B=${1:-b40}
B=${1:-b43}
IMG=fw/img/emmc-real.img
if [ ! -f "$IMG" ]; then
echo "no $IMG — сначала: python3 tools/ffu_extract.py fw/dl/RM1127_059X5R5_orig.ffu --emmc-user fw/img/user-real.bin"