From 77b1e092aa40c3b45d3aab0067b08950b9ea00aa Mon Sep 17 00:00:00 2001 From: smallsolar Date: Mon, 22 Dec 2025 21:49:51 +0000 Subject: [PATCH] Update u-boot/readme.md --- u-boot/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/u-boot/readme.md b/u-boot/readme.md index a608484..b038c08 100644 --- a/u-boot/readme.md +++ b/u-boot/readme.md @@ -1,4 +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/osm0sis/mkbootimg.git \ No newline at end of file + * 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` \ No newline at end of file