How To Extract VuPlus Image (root_cfe_auto.bin)

There are 3 replies in this Thread which was already clicked 4,527 times. The last Post () by lougrine.

  • There is a project called "ubi-reader"
    on GitHub (https://github.com/jrspruitt/ubi_reader)


    Dependencies:
    - A Linux system (Debian, ArchLinux, Ubuntu ...)


    Just follow the instructions.


    Install Dependencies:


    Code
    sudo apt-get install liblzo2-dev
    sudo apt-get install python-lzo
    git clone https://github.com/jrspruitt/ubi_reader
    cd ubi_reader
    sudo python setup.py install

    Extract the complete root image:

    Code
    cd / PATH / TO / IMAGE
    ubireader_extract_files [COLOR=red]root_cfe_auto.bin [COLOR=blue]<-(we need to extract this file)[/COLOR][/COLOR]

    The root filesystem can be found in the directory "ubifs-root".



    Tested be myself and working.
    Here the log:

  • when i sudo python setup.py install get error messages



    file setup line 3 in module
    from setuptools import setup,find_packages
    importerror : no module named setuptools


    any ideas please ?


    sorted it now. sorry should have searched be before asking :D

    Edited once, last by Jas ().

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!