Seems it's posssible to port Rockbox on the Q2
Some informations:
ased on Sigmatel (now Freescale) STMP3700 SoC, has an ARM cpu () and a DSP for accelerated video/audio decoding, everything wrapped up nicely with a Linux system. The update (Q2Update.dat) format and encryption has been reversed and a repacker has been made, making custom firmwares possible. The most common hack (and the one im using) is unpacking the fw with the unpack.sh script (in the tools folder) and editing the file 'runusb.sh' into the 'appfs/bin folder and adding a line that executes a file off /mnt/usb (the partition seen when connected to the pc) like
/mnt/usb/myscript.sh
Repacking the update with repack.sh and flashing the HACK.dat file is all you need to start enjoying homebrews on your Q2
