> > |
Information for Developers
Note that our standard Zaurus Python Image is a "read-only" compressed filesystem (cramfs). That means that adding Python modules or otherwise changing the image is not possible. If you think you'll want to install additional Python modules, you'll need to use one of the following options.
Writable (ext2) Zaurus Python Image
In addition to the cramfs image, an identical uncompressed "writable" (ext2) filesystem image is available. The writable image requires 48 MiB of space (over 5 times more than the "read-only" image and has approximately 15 MiB of free space for installing additional modules.
Using the ext2 image is identical to using the cramfs image. Simply download the following file and install it in place of the normal Zaurus Python Image:
Custom Module Installation + PYTHONPATH
Instructions coming soon.
|