1
0
Fork 0
liminix/devices
Daniel Barlow f682b26c29 omnia seems very fussy about tftp load address
when loading with 0x1000000 base address, something was getting
corrupted in the uncompressed rootfs

$ head -c $(printf "%d" 0x2be0000) rootfs | sha1sum
142571fe0436c18191727d1d4c2fd32163c1f2e1  -
=> sha1sum 0x1000000 2be0000
sha1 for 01000000 ... 03bdffff ==> 142571fe0436c18191727d1d4c2fd32163c1f2e1

but!

$  head -c $(printf "%d" 0x2bf0000) rootfs | sha1sum
7aa004ba87c6772bade491fbade164e2dfe100f9  -
=> sha1sum 0x1000000 2bf0000
sha1 for 01000000 ... 03beffff ==> 1a0923a94784d0c0b86006c5e6fff1649770dad3
2024-02-02 19:36:11 +00:00
..
belkin-rt3200 openwrt: update to v23.05.2 2024-01-25 12:29:03 +01:00
families openwrt: update to v23.05.2 2024-01-25 12:29:03 +01:00
gl-ar750 openwrt: update to v23.05.2 2024-01-25 12:29:03 +01:00
gl-mt300a openwrt: update to v23.05.2 2024-01-25 12:29:03 +01:00
gl-mt300n-v2 openwrt: update to v23.05.2 2024-01-25 12:29:03 +01:00
qemu qemu mips: enable rebooting 2023-12-26 21:58:18 +00:00
qemu-aarch64 support aarch64 in tftpboot test 2023-12-19 12:12:12 +00:00
qemu-armv7l add CI job to test tftpboot 2023-12-18 22:42:29 +00:00
turris-omnia omnia seems very fussy about tftp load address 2024-02-02 19:36:11 +00:00