bpmurray
Still Fresh
OK, so my cool little box runs linux. And the darn libs on the thing are incompatible with anything I want to build. However, I can't find the information to understand what is and what is not possible. Is there anywhere that explains the following:
B=
- What files are installed as default? I mean *exactly* what files, and what are their contents and versions?
- I presume some of the usual /etc and /bin, /usr/bin, etc. contents are installed: are these listed anywhere?
- Is bash installed? ksh? vanilla sh?
- Which version of gcc was used to build these? Again, an *exact* version number would be appreciated.
- Which toolkit/chain allows building such that the output is 100% compatible with the pre-installed stuff?
- What is Open2X? I've seen multiple references to it, and the indication is that it is both a floor polish and a desert topping, but I can't find it anywhere! I think it's a dev environment, but is it compatible with what's already on the GP2X, or is it the case that it will be?
- What's the file system? I've seen cramfs mentioned in a number of places - is this it? Does it apply to RAM as well as to the NVRAM stuff?
- What about the SD card - must this be FAT32 or could I format it as e.g. ext2 or ext3?
- Is there a list of the formal device assignments, i.e. the contents of /dev?
- Are all the inbuilt devices statically linked into the kernel, or does it use modules?
B=