[Oberon] PO2013 - SD Image Tool
Tomas Kral
thomas.kral at email.cz
Sat May 23 16:05:37 CEST 2020
Hi,
Trying to compress my first build.
$ hd RISC5.FS | tail
0008eff0 00 00 e0 af 04 00 e0 a0 08 00 e0 a1 10 00 c0 8d |................|
0008f000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
04000000
I may need to add 0x00 padding to align on 1K boundary, right?
Last sector used?
$ echo $(( (0x8f000 + 1023) / 1024 ))
EDIT I am about to do this.
$ dd if=RISC5.FS of=RISC5cmpr.FS bs=1k count=572
--
Tomas Kral <thomas.kral at email.cz>
More information about the Oberon
mailing list