Let's get started with a Pandora port
Pages: 1 ... 11 12 13 14 15 16 17 18 19 20 21 22
Jeffrey Lee (213) 6048 posts |
I’m not sure – RC8 shouldn’t have contained the bug that was stopping SDCMOS. When I was testing the fix everything seemed to be working fine on my Pi, but I’m using an old disc image so haven’t had to set up networking for a long time. |
François Vanzeveren (2221) 241 posts |
Sorry for this silly question… I am currently using the Raik’s live distro. I am wonsering which rom from the page https://www.riscosopen.org/content/downloads/other-zipfiles should I use to update the distro? OMAP3 or OMAP4? Note: I have a 1 ghz pandora. Thank you for your help. François |
Raik (463) 2061 posts |
OMAP3 for all Pandoras. |
Erich Kraehenbuehl (1634) 181 posts |
got again a disk error. So, this prob is still present with the rom from 26.03.13 |
Raik (463) 2061 posts |
I have not a Idea what the problem is. |
Erich Kraehenbuehl (1634) 181 posts |
i did the same, but, whenever the amount of the files exceeded 2Gb it came up with an unrecoverable disk error. |
Raik (463) 2061 posts |
I use a 32GB Transcend SD HC class 10 in the left slot. I have formatted it with HDForm in this slot … it never leave the slot since. |
Erich Kraehenbuehl (1634) 181 posts |
found out yesterday: is this the ROM or do i something wrong? |
Raik (463) 2061 posts |
I’m not sure. The latest ROM works but it is possible that you must safe your unchanged networksettigs after changing the ROM and reboot. I don’t no why but ist helps often. |
Raik (463) 2061 posts |
I forget… the Pandoras 5.20 Livedistro is aviable. ;-) |
Raik (463) 2061 posts |
Is there a error in the Pandoras power management (under RISC OS)? |
Raik (463) 2061 posts |
My Pandora page is changed (But still under construction!). Maybe any screenshots are interesting ;-) |
Raik (463) 2061 posts |
The Pandora TV Out Cable is aviable from stock now. |
Trevor Johnson (329) 1645 posts |
Mutter, mutter, mutter – no Pandora yet. No reply from Craig either, so might phone him next week. Mutter, mutter, mutter. |
Raik (463) 2061 posts |
Unfortunately, there are the wildest rumors about Craig. |
Trevor Johnson (329) 1645 posts |
Thanks, but from what I’ve read EvilDragon has taken enough on already. Will contrinue to chase Craig first – I’m willing to consider that the rumours/speculation don’t cater for much explanation by him… which he’s withholding for some reason. |
Raik (463) 2061 posts |
The rumors are from the English forum. I can not say anything bad about him. I keep my fingers crossed. The TV cable is working fine but not under RISC OS ;-) |
Raik (463) 2061 posts |
If you look at my homepage you can find a Multiboot-Image for the Pandora with RISC OS, Angström, Bodhi-Linux, Slackware and Ubuntu. Sorry the discription is only in German at this time but but why you should have it been easier than me here;-) |
George Sharp (1620) 1 post |
Hey, EDIT – I forgot to say, I’ve put the image on a 4GB card, but that shouldn’t be a problem should it? EDIT 2 – Well, goddamn, this always happens. I’ve just tried it again by going to the boot menu and picking SD1 from there (which I had already tried, but admittedly with the older image from Raiks site) and it’s worked |
Raik (463) 2061 posts |
Sorry, I have not seen your post on weekend :-) To many things to do. It does not happen often;-) |
Rob Wilks (2324) 6 posts |
Does a driver for SPI on the PI involve more than accessing the Control & Status registers and reading/writing the FIFOs? I note that Geoffrey Lea wrote a driver in Basic, so presumably there is no time-critical software involved. What more would a driver have to do than setup the registers etc? |
Chris Evans (457) 1614 posts |
Mmm your question refers to the Pi, but this is a thread about the Pandora Port! Your question would probable best asked in that thread. n.b. There is a very prolific ‘Jeffrey Lee’ but I don’t think there is a ‘Geoffrey Lea’ |
Raik (463) 2061 posts |
Is a hardware video scale aviable/possible comparable with the Pi e.g. if I will play Legends of magie on it. Resolution is 800×600 the Pandora works with 800×480 so only the upper screen is visible. |
Jeffrey Lee (213) 6048 posts |
The OMAP chips can do hardware scaling for true colour modes, but I haven’t implemented support for it yet. For palettised modes we could probably support it by rendering to an off-screen buffer and having the OS/video driver convert it to true colour. |
Jon Abbott (1421) 2651 posts |
The route I took to solve this particular problem, was to allow most GraphicsV calls to drop through to the OS to get it rendering to DA2 (for game compatibility) and blit that on VSync to the GPU. setMode is then doubled up, so the original drops through to RISCOS and second goes to the GPU to set the same mode but in 32bit; with Update Pointer you can pass it through to the GPU to retain the hardware pointer. In the past week I’ve updated the blitter to upscale MODE 15 and MODE 48 on the Pi and might do some tinkering with it on the Iyonix, at the London Show, to see if I can get MODE 0/15 working on a VGA monitor without any hardware upscaling. You’re welcome to use my code after it’s publicly released, if its of any use in RISCOS. The blitter emulates a VIDC20, you probably don’t need that level of accuracy in RISCOS so can probably get away with a standard graphicsV driver and 1:1 blitter, if hardware scaling is a definite and you’re not bothered about aspect ratio correction. |
Pages: 1 ... 11 12 13 14 15 16 17 18 19 20 21 22