Giter Club home page Giter Club logo

Comments (1)

Weissnix4711 avatar Weissnix4711 commented on August 15, 2024

Here's another one - from the Plusnet Hub One (same hardware as HH5a).

filename: plusnet_xcpe_hw.bin
version: 5.7.6.A.0.7-5.7.2.8.0.1
sha1sum: dea0b10193f755fa36169678a37eb3505efaec0f
filesize: 927012
Firmware1:
	PLATFORM: 5
	PLATFORM_STR: VRX200
	APPLICATION_TYPE: 7
	APPLICATION_TYPE_STR: VDSL over ISDN incl. vectoring support
	VERSION_STR: 7.6.A
	RELEASE_STATUS: 0
	RELEASE_STATUS_STR: Release
Firmware2:
	PLATFORM: 5
	PLATFORM_STR: VRX200
	APPLICATION_TYPE: 1
	APPLICATION_TYPE_STR: ADSL Annex A
	VERSION_STR: 7.2.8
	RELEASE_STATUS: 0
	RELEASE_STATUS_STR: Release

Extraction process:

KEY=86fd5557bab554172a97eaec65680745d4ec2efe723decb956a50bd9bc13e1a8
POS1=4861952
POS2=14561280

wget http://cdn.hs.motive.com/pbt/firmware/Plusnet/4.7.5.1.83.237.2.2/bt_prod_secured.rms
dd if=bt_prod_secured.rms bs=640 skip=1 | \
    openssl enc -d -aes-256-cbc -K $KEY -iv 00000000000000000000000000000000 -nopad | \
    dd bs=64 skip=1 > plusnet_fw_decoded.tmp
dd if=plusnet_fw_decoded.tmp bs=$(($(stat -c %s plusnet_fw_decoded.tmp)-8)) count=1 > plusnet_fw_decoded.lzma
unzlma plusnet_fw_decoded.lzma

dd if=plusnet_fw_decoded bs=${POS1) skip=1 of=plusnet_fw_decoded_mainfs.tmp
dd bs=$((POS2-POS1)) count=1 if=plusnet_fw_decoded_mainfs.tmp of=plusnet_fw_decoded_mainfs

lzma_uncramfs plusnet_fw_mainfs_extracted plusnet_fw_decoded_mainfs
# VR9 FW will be in ./plusnet_fw_mainfs_extracted/etc/xcpe_hw.bin

Can also be obtained through a nanddump, possibly using ubireader or the nandsim module, and ubi-utils, though I never got that to work.

from lantiq-xdsl-firmware-info.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.