J
jpbravo
Invitado
Aqui tenemos la forma de insertar el firm que queramos usar para el dual boot en versiones superiores a RC5 .
How to : Make Official Firmware for Dual boot
How to : Make Official Firmware for Dual boot
This tutorial will help You to pack Official Firmware to be installed on USB and used with Enigma 2
Este tutorial te ayudara a empaquetar un firmware oficial para instalar en USB y usar con Enigma 2
To be able to pack patch.alt ( Official AzBox HD Firmware ) adopted to be flashed on USB , while Enigma 2 is flashed on DOM, it is needed on Linux based PC or trough Virtual Machine on Windows based PC with linux to do next :
para convertir a patch.alt (firmware oficial Azbox HD) adaptado para instalar en USB , con Enigma 2 instalado en la DOM , Necesitaremos tener un ordenador Linux o ejecutar Linux en una Maquina Virtual, si tenemos un ordenador con Windows.
Copy patch.bin ( Official FW e.g. 0.9.5301 ) in /root/
Copia patch.bin (Firmware oficial ejem. 09.5301 ) en /root/
Send next commands :
Enviar estos comandos
para ser superusuario : sudo -s
dd if=/root/patch.bin of=/root/patch_cramfs.bin bs=56 skip=1
rm -rf /root/patch.bin
mkdir /root/official
mkdir /Patch
mount -t cramfs /root/patch_cramfs.bin /Patch -o loop
cd /Patch
tar -cf - . | tar -C /root/official/ -xpf -
Delete all files and folders, and just leave /root/official/MMP
borrar todos los archivos menos MMP que se encuentra en la ruta de arriba
Then, extract DISK1.rar ( File is attached to this post ) , and copy folders with files in /root/official/
Ahora extraer DISK1 (archivo adjunto en este post) , y copiar la carpeta dentro de /root/official
So now, we have in /root/official/ 2 folders :
ahora , tenemos 2 carpetas dentro de /root/official
MMP and DISK1
Now send next command :
Ahora envia el siguiente comando :
mkcramfs /root/official /root/patch.alt
When process is done You will have new file called patch.alt in /root folder ( /root/patch.alt ).
Cuando el proceso termine tendras un archivo llamado patch.alt en la carpeta /root ( /root/patch.alt )
Ofcourse You will need file vmlinux , which is already published in archive Offical FW for USB.
por supuesto necesitas el archivo vmlinux, este ya se publico en el archivo Official FW for USB.
NOTE: Keep in mind that patch.alt file can only be flashed with AzUP 2.0.1 !!!
NOTA: recuerda que este patch.alt solo se puede instalar con AzUP 2.0.1 ¡¡¡
Thanks to telesat and the_ripper
salu2
Una vez realizados los pasos os pongo aqui los firms compilados para su uso en dual boot en versiones superiores o iguales a RC5 :
KGD 09.4890 PARA USB BY DARKMANTK
OPENSAT 09.5303 PARA USB BY ARCI
Este tutorial te ayudara a empaquetar un firmware oficial para instalar en USB y usar con Enigma 2
To be able to pack patch.alt ( Official AzBox HD Firmware ) adopted to be flashed on USB , while Enigma 2 is flashed on DOM, it is needed on Linux based PC or trough Virtual Machine on Windows based PC with linux to do next :
para convertir a patch.alt (firmware oficial Azbox HD) adaptado para instalar en USB , con Enigma 2 instalado en la DOM , Necesitaremos tener un ordenador Linux o ejecutar Linux en una Maquina Virtual, si tenemos un ordenador con Windows.
Copy patch.bin ( Official FW e.g. 0.9.5301 ) in /root/
Copia patch.bin (Firmware oficial ejem. 09.5301 ) en /root/
Send next commands :
Enviar estos comandos
para ser superusuario : sudo -s
dd if=/root/patch.bin of=/root/patch_cramfs.bin bs=56 skip=1
rm -rf /root/patch.bin
mkdir /root/official
mkdir /Patch
mount -t cramfs /root/patch_cramfs.bin /Patch -o loop
cd /Patch
tar -cf - . | tar -C /root/official/ -xpf -
Delete all files and folders, and just leave /root/official/MMP
borrar todos los archivos menos MMP que se encuentra en la ruta de arriba
Then, extract DISK1.rar ( File is attached to this post ) , and copy folders with files in /root/official/
Ahora extraer DISK1 (archivo adjunto en este post) , y copiar la carpeta dentro de /root/official
So now, we have in /root/official/ 2 folders :
ahora , tenemos 2 carpetas dentro de /root/official
MMP and DISK1
Now send next command :
Ahora envia el siguiente comando :
mkcramfs /root/official /root/patch.alt
When process is done You will have new file called patch.alt in /root folder ( /root/patch.alt ).
Cuando el proceso termine tendras un archivo llamado patch.alt en la carpeta /root ( /root/patch.alt )
Ofcourse You will need file vmlinux , which is already published in archive Offical FW for USB.
por supuesto necesitas el archivo vmlinux, este ya se publico en el archivo Official FW for USB.
NOTE: Keep in mind that patch.alt file can only be flashed with AzUP 2.0.1 !!!
NOTA: recuerda que este patch.alt solo se puede instalar con AzUP 2.0.1 ¡¡¡
Thanks to telesat and the_ripper
salu2
Una vez realizados los pasos os pongo aqui los firms compilados para su uso en dual boot en versiones superiores o iguales a RC5 :
KGD 09.4890 PARA USB BY DARKMANTK
OPENSAT 09.5303 PARA USB BY ARCI

