build on beagle board
Michael Grunditz (467) 531 posts |
Hi Is it possible to build riscos on beagle board ? I am going to start a port to our arm hardware: http://www.genesi-usa.com /Michael Grunditz |
David R. Lane (77) 766 posts |
Yes! RISC OS already runs on the BeagleBoard, but it needs more work on it. This work is ongoing and someone, better qualified than I, will come along shortly and tell you much more. I run RISC OS on my BB, but am just a user/tester. It’s good to here that you are joining in. |
Jeffrey Lee (213) 6048 posts |
Yes – although a couple of the build tools aren’t ARMv7 compatible yet so you’ll have to work around those. I think the two posts here summarise what needs to be done (make sure alignment exceptions are off, make sure you’re using the right version of egrep, and everything else is the same).
Good luck! There’s a very rough porting guide on the wiki, along with various other bits of technical documentation. Don’t hesitate to ask for help if you need any help working out how something works. |
Trevor Johnson (329) 1645 posts |
Brilliant! I take it you’ve probably already discussed this with Matt Sealey, and may also have access to any relevant internal information arising from previous discussions. |
Michael Grunditz (467) 531 posts |
I work for Genesi :) I hope to afford the compiler after christmas. |
Trevor Johnson (329) 1645 posts |
And I take it that this is a personal project then, rather than a corporately funded one! Thanks so much for looking into this. I’m sure you’ll get plenty of help around here. |
Jess Hampshire (158) 865 posts |
Shouldn’t they buy it for you as a Christmas present? A decent RISC OS port would certainly generate extra sales. Do your machines have SATA (or even PATA) access to the SSD? If so, that would be a big advantage over the BeagleBoard. Presumably the thing would be able to dual boot with some sort of Linux? Your laptop certainly looks tempting, how long do you reckon I have to save up for one, before you have a decent port? |
Michael Grunditz (467) 531 posts |
This is a hobby project and I don’t know how long time it will take. From what I can see many drivers are in assembler so I need to brush up my armcode :) |