Am Mittwoch, 15. Dezember 2010, um 19:41:57 schrieb Stefan Reinauer:
I think this is quite awesome! Now the extra mile question that burns on my mind is: What happens if someone resizes a CBFS. Will it blow up?
As CBFS would have to be top-aligned, no. The file _still_ resides at 0xfff80000 in the end, even though it's new flash address changes from 0x80000 to 0x180000 (assuming a resize from 1MB to 2MB here).
It's really simple, just think within the address space of the target system, not in file/flash addressing :-)
Patrick