| Previous topic :: Next topic |
| Author |
Message |
Admin Administrateur
Offline
Joined: 12 May 2007 Posts: 132
|
Posted: Mon 10 Sep - 16:27 Post subject: recompilation du 8 mb |
|
|
make directory temp in HDD
mkdir /mnt/hd/data/temp
FTP 4mb_image.bin to /mnt/hd/data/temp
cd /mnt/hd/data/temp
mount -t squashfs -o loop 4mb_image.bin /mnt/hd/data/temp
cd /mnt/hd/data
tar -cvzf name.tar temp
copy name.tar to your linux box
untar and edit
after editing, make a new filesystem.bin
cd $HOME
./mksquashfs_static /directory filesystem.bin -be -all-root
--- or you can rip a filesystem from any 8mb image ---
./makeimage --extractfs -F Filesystem.bin -I 8mb_image.bin
attention cette methode et tres dangereuse pour demo si vous etes pas sur de vous _________________ triple-dragon,dreambox 7020si tuner alps,tm9101,aston xena 1800hd,module astondual viaccess et mediaguard
|
|
| Back to top |
|
 |
Admin Administrateur
Offline
Joined: 12 May 2007 Posts: 132
|
Posted: Tue 23 Oct - 20:25 Post subject: recompilation du 8 mb |
|
|
Citation:
Posté par megalomaniac
i added my custom filesystem to the official 8mb image
i loaded my8MB.bin but writing to flash was not the same as flashing other images....scary
did i not do something correct for makeimage?
and any info how to resize var?
Hi Megalomaniac,
To make 8mb I use this command:
Code:
./makeimage -L cod.mpg -F tdimage.bin -K tdkernel_396.bin -B tdloader_v329.bin -I cod_pal_8mb.bin --create-empty-config --force-bootloader-upgrade --patch-md5 --force-var-deletion --create-empty-var=20 _________________ triple-dragon,dreambox 7020si tuner alps,tm9101,aston xena 1800hd,module astondual viaccess et mediaguard
|
|
| Back to top |
|
 |
Admin Administrateur
Offline
Joined: 12 May 2007 Posts: 132
|
Posted: Thu 10 Apr - 19:11 Post subject: recompilation du 8 mb |
|
|
bonsoir voila le makeimage pour cre les image de 8mb
Téléchargement_makeimage_8mb _________________ triple-dragon,dreambox 7020si tuner alps,tm9101,aston xena 1800hd,module astondual viaccess et mediaguard
|
|
| Back to top |
|
 |
|