Ferramentas do usuário

Ferramentas do site


modem:f2764gv

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anteriorRevisão anterior
Próxima revisão
Revisão anterior
modem:f2764gv [2015/10/23 16:07] – ↷ Page moved from hacking:f2764gv to modem:f2764gv tripleoxygenmodem:f2764gv [2022/11/07 08:31] (atual) – edição externa 127.0.0.1
Linha 1: Linha 1:
 ====== Sagemcom F@st 2764 GV ====== ====== Sagemcom F@st 2764 GV ======
  
-{{description>Informações sobre o PowerBox GVT Sagemcom F@st 2764GV. Teardown, hacking, unlocking (desbloqueio), firmwares, custom images, recuperação.}}+{{description>Informações sobre o PowerBox GVT Sagemcom F@st 2764GV. Teardown, hacking, unlocking (desbloqueio), firmwares, custom images, recuperação, bridge.}}
 ===== Description ===== ===== Description =====
 ===== Teardown ===== ===== Teardown =====
Linha 9: Linha 9:
 ==== JTAG ==== ==== JTAG ====
 ==== TFTP ==== ==== TFTP ====
 +
 +Quando uma firmware é transferida via TFTP para o modem ela é executada mas não é salva na memória flash. É preciso acessar o console dele para salvá-la na ROM.
 +Windows
 +
 +Para fazer o upload da firmware via TFTP, pode ser utilizado o programa “tftpd64” ou “tftpd32” (a depender da sua versão do Windows)
 +
 +** Para esse método funcionar, você deve ligar o cabo de rede DIRETAMENTE no seu computador. A utilização de um router no meio do computador e do modem pode resultar em falha no processo! **
 +
 +Ajustando o servidor TFTP
 +
 +Configure o seu computador para IP fixo e abra o tftpd.
 +Clique em settings.
 +Marque as caixas:
 +TFTP Server
 +DHCP Server
 +
 +Na aba TFTP:
 +O diretorio base é onde está sua firmware
 +Não precisa mudar nenhuma opção. So verifique se o IP em BIND IP está setado para seu ip fixo.
 +
 +Na aba DHCP:
 +coloque
 +"./nomedafirmware.bin"
 +
 +sem as aspas em "boot file"
 +
 +Verifique que o seu ip fixo está em BIND DHCP to this address.
 +
 +Coloque seu modem na tomada segurando o botao vermelho RESET embaixo do aparelho. As luzes deverão piscar de uma maneira diferente. Aguarde que a firwmare deverá ser passada para o aparelho.
 +
 +
  
 ===== Bootlog ===== ===== Bootlog =====
Linha 69: Linha 100:
  
 <WRAP center round important 60%> <WRAP center round important 60%>
-Running this tool will modify the bootloader sector of your device's flash memory. This is risky, and while the code has been tested and some checks are done at runtime, it may hard brick the modem. The only way to recover it would be via [[hacking:f2764gv#JTAG]]. Ensure there is no risk of power outage while running it.+Running this tool will modify the bootloader sector of your device's flash memory. This is risky, and while the code has been tested and some checks are done at runtime, it may hard brick the modem. The only way to recover it would be via [[modem:f2764gv#JTAG]]. Ensure there is no risk of power outage while running it.
 </WRAP> </WRAP>
  
Linha 77: Linha 108:
   # ./permstpatch 0   # ./permstpatch 0
  
-[[http://tripleoxygen.net/files/devices/sagemcom/f2764gv/tool/permstpatch|Download permstpatch]] (SHA-1: 8dd5345024ba872788040eb51b5a1d2ad9f145b0)+[[https://www.tripleoxygen.net/files/devices/sagemcom/f2764gv/tool/permstpatch|Download permstpatch]] (SHA-1: 8dd5345024ba872788040eb51b5a1d2ad9f145b0)
  
 === AC Series === === AC Series ===
Linha 83: Linha 114:
 The AC Series((named after my cute girl, btw)) (vAC01, vAC02, ...) are modified versions based on stock images, either to remove useless stuff or add new features, without having to resort to compile everything again. The sources are available ((http://www.opensource-code.com/index.php?id=56)), but getting them to work properly wouldn't be easy. The AC Series((named after my cute girl, btw)) (vAC01, vAC02, ...) are modified versions based on stock images, either to remove useless stuff or add new features, without having to resort to compile everything again. The sources are available ((http://www.opensource-code.com/index.php?id=56)), but getting them to work properly wouldn't be easy.
  
-These will only run **after** [[hacking:f2764gv#Patching U-boot|patching the u-boot]]. With your patched bootloader, you can either boot this image via [[f2764gv#TFTP]] (not permanent, for testing only) or burn it permanently to your flash. Remember, there is always a **risk** on every flash write operation.+These will only run **after** [[modem:f2764gv#Patching U-boot|patching the u-boot]]. With your patched bootloader, you can either boot this image via [[f2764gv#TFTP]] (not permanent, for testing only) or burn it permanently to your flash. Remember, there is always a **risk** on every flash write operation.
  
 Some stuff from the original package needs to be removed to make room for the new files. No, it can't grow bigger than what the original FS was. Some stuff from the original package needs to be removed to make room for the new files. No, it can't grow bigger than what the original FS was.
Linha 104: Linha 135:
     * **crond**     * **crond**
  
-[[http://tripleoxygen.net/files/devices/sagemcom/f2764gv/firmware/custom/FAST2764_vAC01.img|Download]] (SHA-1: 5439718359e2b696665affcf2657934c67386d25)+[[https://www.tripleoxygen.net/files/devices/sagemcom/f2764gv/firmware/custom/FAST2764_vAC01.img|Download]] (SHA-1: 5439718359e2b696665affcf2657934c67386d25)
  
 == vAC02 == == vAC02 ==
Linha 114: Linha 145:
   * Smaller (removed some applets too) Busybox binary;   * Smaller (removed some applets too) Busybox binary;
  
-[[http://tripleoxygen.net/files/devices/sagemcom/f2764gv/firmware/custom/FAST2764_vAC02.img|Download]] (SHA-1: 9faeb96f4b0624017a9e576c2bc7dc357da6c6aa)+[[https://www.tripleoxygen.net/files/devices/sagemcom/f2764gv/firmware/custom/FAST2764_vAC02.img|Download]] (SHA-1: 9faeb96f4b0624017a9e576c2bc7dc357da6c6aa)
  
 == Installation == == Installation ==
Linha 122: Linha 153:
 Substitua vACxx pela versão que estiver utilizando (e.g.: vAC01). Substitua vACxx pela versão que estiver utilizando (e.g.: vAC01).
  
-  - Baixe o [[hacking:f2764gv#Patching U-boot|permstpatch]] e a imagem [[hacking:f2764gv#AC Series|vACxx mais recente]] (FAST2764_vACxx.img);+  - Baixe o [[modem:f2764gv#Patching U-boot|permstpatch]] e a imagem [[modem:f2764gv#AC Series|vACxx mais recente]] (FAST2764_vACxx.img);
   - Coloque uma cópia destes dois arquivos no diretório raiz de um pen-drive formatado em FAT32 ou ext2/3. Estes serão levados para o **modem**;   - Coloque uma cópia destes dois arquivos no diretório raiz de um pen-drive formatado em FAT32 ou ext2/3. Estes serão levados para o **modem**;
-  - Baixe e execute o [[http://tripleoxygen.net/files/devices/sagemcom/f2764gv/tool/flashcustom.zip|flashcustom]] em seu PC (por ora, somente Windows);+  - Baixe e execute o [[https://www.tripleoxygen.net/files/devices/sagemcom/f2764gv/tool/flashcustom.zip|flashcustom]] em seu PC (por ora, somente Windows);
   - Siga os passos na ferramenta para habilitar imagens custom no modem. Quando a ferramenta solicitar para conectar o disco removível e aguardar, plugue o pen-drive do passo 2 no modem;   - Siga os passos na ferramenta para habilitar imagens custom no modem. Quando a ferramenta solicitar para conectar o disco removível e aguardar, plugue o pen-drive do passo 2 no modem;
-  - Havendo sucesso, envie a imagem vACxx que baixou anteriormente via [[hacking:f2764gv#TFTP]];+  - Havendo sucesso, envie a imagem vACxx que baixou anteriormente via [[modem:f2764gv#TFTP]];
   - Após a carga e o modem iniciar, já estará com a versão custom! Porém, é temporário, e voltará ao normal quando reiniciar o modem.   - Após a carga e o modem iniciar, já estará com a versão custom! Porém, é temporário, e voltará ao normal quando reiniciar o modem.
  
Linha 145: Linha 176:
   reboot   reboot
 </code> </code>
 +
 +
  
 == Acknowledgment == == Acknowledgment ==
modem/f2764gv.1445623641.txt.gz · Última modificação: 2022/11/07 08:31 (edição externa)