From 213f57f75c4cccf97f2da15da77533053f2e196c Mon Sep 17 00:00:00 2001 From: Timo Date: Sat, 14 Feb 2026 21:34:26 +0100 Subject: [PATCH] just because the official beagle docs lie to me --- doc/boot0.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/boot0.txt diff --git a/doc/boot0.txt b/doc/boot0.txt new file mode 100644 index 0000000..6e49e9b --- /dev/null +++ b/doc/boot0.txt @@ -0,0 +1,5 @@ +File | Offset (hex) | Seek (sectors) | Block Size | Command +-------------|--------------|----------------|------------|---------------------------------------------------------- +tiboot3.bin | 0x0 | 0 | 512 | dd if=tiboot3.bin of=/dev/mmcblk0boot0 seek=0 bs=512 +tispl.bin | 0x80000 | 1024 | 512 | dd if=tispl.bin of=/dev/mmcblk0boot0 seek=1024 bs=512 +u-boot.img | 0x280000 | 5120 | 512 | dd if=u-boot.img of=/dev/mmcblk0boot0 seek=5120 bs=512