b35: sbl_mc hangs to S19

This commit is contained in:
lumia-emu
2026-09-14 00:19:33 +00:00
parent 5362f0a6f8
commit 9187bdcff0
3 changed files with 125 additions and 1 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:-b34}
B=${1:-b35}
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"