jernej The device has a preloaded busybox v1.20.0. Here are the installed cli apps. busybox-smp su root does not work directly via adb, results in su: must be suid to work properly. However I presume it is there for a reason. There must be some way to invoke it? With root access I could simply adb shell dd if=/dev/block/by-name/xxxx > xxxx.img.
Getting UART on Allwinner sun8i (H2+ and EASiTEK Board)
-
vaughng -
April 27, 2024 at 11:56 AM -
Thread is Unresolved
-
-
Most of the time, AW boxes come without root password, but there is this very old trick: https://olimex.wordpress.com/2016/05/10/how…d-linux-kernel/
In any case, I suggest #linux-sunxi IRC channel on oftc server for further help. This is not general dev forum.
-
Apologies. Thanks for all the assistance thus far! I will definitely head over to the sunxi IRC next
-