Post #2387573
2026-04-01 00:15 UTC
@760ceb3b9c0ba4872cadf3ce35a7a4@wetdry.world
hai! have you by chance tried writing out the ramdisk to flash?
I remember there being a standalone tftp download command that allows specifying memory address
Replies (1)
-
@760ceb3b9c0ba4872cadf3ce35a7a4@wetdry.world 2026-04-01 16:57
@fox@bark.lgbt hai!! on mine tftpboot does just that , it copies a file over tftp and writes it at an offset. (so it doesnt do any booting at all !) when i write it to 0x200000 (which is in the 32mb of ram) and then boot with that set as the ramdisk, it works, but obviously then its a tethered boot i have to perform every time i turn it on. if i write it to the flash area (i forget but its something like 0xffe00000) then it doesnt seem to actually save at all (if i use md to view the region its just FFs) and then booting raises an error obviously because its just garbage there. which makes me worried about a flash problem.