Extract JFFS2 Filesystem from Ubuntu 20.04
1. Install required packages:
sudo apt install python3-pip git python3-lzo
sudo pip3 install cstruct
git clone https://github.com/sviehb/jefferson.git
cd jefferson
sudo python3 setup.py install
2. Extract filesystem:
jefferson rootfs
This will extract the filesystem contents to directory jffs2-root.
Comments
Post a Comment