Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. NOTE: This extraction method may not work on WSL. If you are having errors after trying all steps, try switching from WSL to a full Linux installation. - Download [[https://github.com/ktdumper/fs-tools/tree/main/xsr2|fs-tools]] from Github - In the XSR2 folder, run the following command <code>sudo apt install gcc-arm-linux-gnueabi qemu qemu-user-static qemu-system-arm</code> - Then build with the following command<code>arm-linux-gnueabi-gcc xsr_stl.ko main.c -o main</code> - Place onenand.bin and onenand.oob into the XSR2 folder and run the following command based on the type of part<code>export QEMU_LD_PREFIX=/usr/arm-linux-gnueabi ./main onenand.bin onenand.oob B output.bin</code><code>export QEMU_LD_PREFIX=/usr/arm-linux-gnueabi ./main onenand.bin onenand.oob A output.bin</code><code>export QEMU_LD_PREFIX=/usr/arm-linux-gnueabi ./main onenand.bin onenand.oob 8 output.bin</code> After this, you must use TestDisk to acquire the data. template/xsr2.txt Last modified: 2025/03/30 06:28by lnrc