krisi09 wrote:Thank you for replying!
However, I have some further questions:
No problem. Feel free to ask everything you want.

krisi09 wrote:1: Will the "startup" feature of ndless work (for use with nClock for example)?
As long as Ndless works, the "startup" should work. Or maybe I've misunderstood your question ?
Note that nClock doesn't work properly since OS 4.0.3.
krisi09 wrote:2: Is it somehow possible to flash an OS Image to the ExtendeD partition (mine has a size of around 20 MB, the upgrade file should fit fine, however, it needs to be converted somehow. Can I use the same images that are used by the firebird emu?)
With the latest ControlX version, you can put a TI-Nspire OS image in the ExtendeD partition, but it's not very useful for now - although I'm still working on improving this and on related things.

Since some days ago, ControlX is able to load :
- programs/tools
(SPLASH 1.0 for example)- raw Nspire OS images
- slightly compressed Nspire OS images
(compression type #1 in the TI-Certificate format)- 3rd party Nspire-like OS images
(Dummy OS CX for example)Now, regarding images with the official Nspire OS...
We have a public tool for the #1 compression :
archives_voir.php?id=11755The .tcc / .tco OS image files are using the same TI-Certificat format, but a stronger compression (type #6) which is not supported by ControlX for now.
The OS data is both compressed with PKzip and encrypted.
Meaning that for the moment, to build a ControlX-compatible OS image from an official .tcc/.tco file, you'll have to decrypt+decompress the .tcc/.tco file data.
Decompressing is ok, with WinRar or 7-Zip for example...
But decrypting is something else...
We have some public source code for such a tool, but unfortunately the required keys aren't included, probably for legal reasons.
archives_voir.php?id=4281I haven't tried, but there might be some other way to get a raw OS image.
Like dumping at address 0x10000000
(SDRAM bank #0) with an Ndless program, once the OS has started.
So for now, there is no public+easy way of generating ControlX-compatible Nspire OS images from an official .tcc/.tco file.