Roku PhotoBridge Programming: Patterns and Pitfallsfrequal.com

Downloading and Installing the Development Kit

The HD1000 Software Development Kit is available from http://www.rokulabs.com/developers/.

Once downloaded, the kit can be installed on a compact flash card. Copy rokudev.cramfs and mountsdk.roku to the CF card. Once the CF card is inserted in the Roku, it is available as /mnt/flash1.

Change to the /mnt/flash1 directory, and run the mountsdk.roku script. Now the sdk is available for use. The header files are in /usr/local/include/roku/. The compiler and other development tools are available:

# gcc -v
Reading specs from /usr/lib/gcc-lib/mipsel-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-96.1)

Last modified on 23 Nov 2006 by AO

Copyright © 2024 Andrew Oliver