There is a port available of RISC OS 5 for the Open Pandora. RISC OS was the first operating system for ARM. The RISC OS port doesn't support the keypad and the nubs. I developed a driver for the keypad.
My entry for the Pandora Rebirth Competition has several files which are specific for RISC OS or Linux:
pndkbd,3fb - ArcFS archive
pndkbdsec,ffc - RISC OS self extracting image
pndkbd.tgz - Source code
The source code also includes the binary module pndkbd,ffa. RISC OS uses file types which are not supported on any other operating system. Someone invented the special file name scheme. The file type is added to the file name after a comma. If you copy a file to your RISC OS, you need to set the file type using the menu. For the ArcFS archive, you type 3fb in the filer menu. The ArcFS archive can be opened by !ArcFS or !SparkFS. If you don't have a system which boots you need to enter the command "desktop" or "!Boot" at the star prompt and use the self extracting image.
Why isn't this packed into ZIP or RAR? I used file formats which are common on RISC OS, because it needs to be compatible with RISC OS.
Recommendeted installation procedure:
1. Install RISC OS: http://pandorawiki.o...OS_Installation. You will need an USB keyboard and a USB 2.0 or 3.0 hub until the pndkbd driver is installed.
2. Copy the file pndkbdsec,ffc to a storage device which is readable by RISC OS (e.g. FAT). Rename it to a shorter file name.
3. Set type of file pndkbdsec to ffc in filer menu (middle mouse button to open menu).
4. Run the file pndkbdsec by double click
5. Copy the Directory pndkbdroot.!Boot over your !Boot application ("." is the divider for directories under RISC OS, like "/" under Linux or "\" under Windows).
6. Reboot (or double click on the pndkbd module).
The Pandora keypad is now working. You can change the mapping of the keys with *configure pndkey until reboot (see http://www.riscosope...20Key%20Numbers). The Pandora Key is mapped to the Break-key.
The L button (Shift) + Pandora Key kills programs which hangs or reboots. The mapping is RISC OS style, so you get the colon by pressing shift + FN + ",".
Remember: You still need a mouse and a USB hub until the nubs are working stable.
The installed files include a configuration for the LCD. Before this is active you need to click blindly on the disc symbol with the left mouse button. This symbol is in the lower left corner. Therefore it is easier to install RISC OS from a computer which already runs RISC OS and has USB or ZIP disk support (parallel, SCSI or USB). The RISC OS on the Pandora supports ZIP drives connected over USB.
The source code is written for cross-compiling it under Linux. I don't have an armv7 compatible Norcroft Compiler (alignment). Therefore I am not able to build a complete RISC OS image.
I've a preliminary version where the nubs are working as mouse, but it doesn't run stable. After a short time the software in the nubs seem to hang and I need to reset them. I think it is caused by polling the nubs (instead of using interrupts). I don't have the documentation for the nubs. So I released the current stable version.
My entry for the Pandora Rebirth Competition has several files which are specific for RISC OS or Linux:
pndkbd,3fb - ArcFS archive
pndkbdsec,ffc - RISC OS self extracting image
pndkbd.tgz - Source code
The source code also includes the binary module pndkbd,ffa. RISC OS uses file types which are not supported on any other operating system. Someone invented the special file name scheme. The file type is added to the file name after a comma. If you copy a file to your RISC OS, you need to set the file type using the menu. For the ArcFS archive, you type 3fb in the filer menu. The ArcFS archive can be opened by !ArcFS or !SparkFS. If you don't have a system which boots you need to enter the command "desktop" or "!Boot" at the star prompt and use the self extracting image.
Why isn't this packed into ZIP or RAR? I used file formats which are common on RISC OS, because it needs to be compatible with RISC OS.
Recommendeted installation procedure:
1. Install RISC OS: http://pandorawiki.o...OS_Installation. You will need an USB keyboard and a USB 2.0 or 3.0 hub until the pndkbd driver is installed.
2. Copy the file pndkbdsec,ffc to a storage device which is readable by RISC OS (e.g. FAT). Rename it to a shorter file name.
3. Set type of file pndkbdsec to ffc in filer menu (middle mouse button to open menu).
4. Run the file pndkbdsec by double click
5. Copy the Directory pndkbdroot.!Boot over your !Boot application ("." is the divider for directories under RISC OS, like "/" under Linux or "\" under Windows).
6. Reboot (or double click on the pndkbd module).
The Pandora keypad is now working. You can change the mapping of the keys with *configure pndkey until reboot (see http://www.riscosope...20Key%20Numbers). The Pandora Key is mapped to the Break-key.
The L button (Shift) + Pandora Key kills programs which hangs or reboots. The mapping is RISC OS style, so you get the colon by pressing shift + FN + ",".
Remember: You still need a mouse and a USB hub until the nubs are working stable.
The installed files include a configuration for the LCD. Before this is active you need to click blindly on the disc symbol with the left mouse button. This symbol is in the lower left corner. Therefore it is easier to install RISC OS from a computer which already runs RISC OS and has USB or ZIP disk support (parallel, SCSI or USB). The RISC OS on the Pandora supports ZIP drives connected over USB.
The source code is written for cross-compiling it under Linux. I don't have an armv7 compatible Norcroft Compiler (alignment). Therefore I am not able to build a complete RISC OS image.
I've a preliminary version where the nubs are working as mouse, but it doesn't run stable. After a short time the software in the nubs seem to hang and I need to reset them. I think it is caused by polling the nubs (instead of using interrupts). I don't have the documentation for the nubs. So I released the current stable version.