just because the official beagle docs lie to me

This commit is contained in:
2026-02-14 21:34:26 +01:00
parent 48e24c3154
commit 213f57f75c

5
doc/boot0.txt Normal file
View File

@@ -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