Raspberry Pi interview: Eben Upton reveals all (Linux User)
Raspberry Pi interview: Eben Upton reveals all (Linux User)
Posted Mar 6, 2012 13:51 UTC (Tue) by dufkaf (guest, #10358)In reply to: Raspberry Pi interview: Eben Upton reveals all (Linux User) by ssvb
Parent article: Raspberry Pi interview: Eben Upton reveals all (Linux User)
Well, it may be a bit worse here. The OMAP ROM boots your code and you have full access to whole hardware. Here it is all inside out. The ARM part is just a GPU coprocessor so the GPU first boots its own OS from the card and then gives some RAM to ARM core and enables it. The only part that is free for you to play with is the ARM sandbox with subset of accessible hardware described in http://www.raspberrypi.org/wp-content/uploads/2012/02/BCM2835-ARM-Peripherals.pdf One notable missing part here is the video out HW. There appears to be no access to it from ARM core at all. You just have memory mapped framebufer already preconfigured by GPU. Also the SD/MMC slot is missing in the datasheet too. To me it looks similar to running linux/OtherOS under hypervisor on PS3. Is this worse than having non-upgradable OMAP ROM code? :-)
