Update u-boot/readme.md

This commit is contained in:
2025-12-23 23:25:07 +00:00
parent 77b1e092aa
commit 40f18f62af

View File

@@ -1,6 +1,6 @@
22/12/25 - breakthrough, managed to flash u-boot to the device
* https://github.com/dsankouski/u-boot/tree/a5y17lte/board/samsung/axy17lte
* (https://github.com/dsankouski/u-boot/tree/a5y17lte/board/samsung/axy17lte) - we don't need this branch now and can just use the main u-boot repo https://gitlab.com/u-boot/u-boot
* https://github.com/osm0sis/mkbootimg.git
`./mkbootimg --base 0x40000000 --kernel_offset 0x00000000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100 --pagesize 2048 --second_offset 0x00f00000 --kernel ~/u-boot/u-boot.bin -o uboot-test.img`