Thanks!
Here is what I did:
I put the dc3dd binary, arm version, from your package at the root of the pw2's user storage.
Then, from kual, I toggled usbnetworking on.
I plugged the kindle in usb, disconnected the new interface from ubuntu network manager, and used dmesg to identify the interface's name.
I then ran:
Code:
sudo ip address add 192.168.15.201 peer 192.168.15.244 dev enp0s26u1u6u2
sudo ip link set up dev enp0s26u1u6u2
telnet 192.168.15.244
and tadaaa! I was in
then, in the kindle's console, I ran:
Code:
cd /mnt/us
./dc3dd if=/dev/mmcblk0p1 hof=./mmcblk0p1.img hash=sha1
./dc3dd if=/dev/mmcblk0p2 hof=./mmcblk0p2.img hash=sha1
And since everything went fine, I guess I have a backup of both partitions.
Now, I'll search how to backup the kernels, and I'll be back to my bricked one.
I'll keep you posted