It looks like it has 128MB ram and 120MB harddrive ...
- Filesystem is mounted read only, but the folder /usr/local/etc is mounted read-write and contains a rcS with gets executed on startup.
- By adding stuff to this rcS you can get it to boot at startup. Even stuff you put on an external flash drive (have to utilize a sleep to allow for mounting)
- Custom apps (I have FTP up and running for instance) can now be run from external flash drive on startup.
Telnet in, first remount /:
Code:
mount / -o remount,rw
Then install bootstrap. ipkg-cl is extrated by someone on another forum from the xtreamer firmware
Code:
mkdir /opt
mkdir /opt/tmp
mkdir /opt/tmp/ipkg
cd /opt/tmp
wget
Sie müssen registriert sein, um Links zu sehen.
tar -xvf ipkg-cl.tgz
mv /opt/tmp/ipkg-cl /usr/local/bin/
rm ipkg-cl.tgz
wget
Sie müssen registriert sein, um Links zu sehen.
ipkg-cl install uclibc-opt_0.9.28-13_mipsel.ipk
wget
Sie müssen registriert sein, um Links zu sehen.
ipkg-cl install ipkg-opt_0.99.163-10_mipsel.ipk
rm *.ipk
/opt/bin/ipkg update
Ok that's it. Now, any package can be installed like: "/opt/bin/ipkg install mc"
Furthermore to make some room for the packages, and since i'm not chinese
Du musst angemeldet sein, um Bilder zu sehen.
, remove those big (total +/- 30MB) fonts:
Code:
cd /usr/local/bin/Resource/
cp arial.ttf CHI.ttf
cp arial.ttf JPN.ttf
cp arial.ttf cwheib.ttf
cp arial.ttf cwyen.ttf
Before 92.5/203.6 MB free (55% used), after 126.6/203.6 free (38% used), thats better!
That's it for now. So to answer CrashX's question: Optware is working...