Firefox
Member
Ah, how interesting. I had read about Squidge's MMU hack but I'd thought it was purely to give Linux more room.notaz said:Actually you can do that.
From the 920 you would need to mmap the upper memory, apply Squidge's mmu hack on it to make it cached, and then flush data using usermode call (swi #0x9f0002) when needed.
I really liked the PU on the 940! Very simple and intuitive to use, but you can create some pretty complicated memory maps using its overlapping regions feature.notaz said:From the 940 you have full control of PU (protection unit) where you can set up regions, and do whatever cache ops you need.
Wow, hadn't heard of that one at all!Squidge said:True, you can't boot direct from the SD card, but you can boot your application in Linux and then ask for Linux to go sleep whilst you take over the entire hardware. This is how Spot was created - it would have never have been fast enough otherwise.
Thanks chaps! Seems like I've got some catching up to do.
Last edited by a moderator: