Hello fellow developers!
At work we bought the RK3399DevKit2 because of all its interfaces. However, when I try to debug an app though USB, i get -1 return to all functions(getBoardType, exportGPIOPin, setGPIODirection, etc..). I'm trying with these lines and it's not working.
./adb root
./adb disable-verity
./adb reboot
#esperar
./adb root
./adb remount
Any guide about what should I try next? Thanks in advance!
At work we bought the RK3399DevKit2 because of all its interfaces. However, when I try to debug an app though USB, i get -1 return to all functions(getBoardType, exportGPIOPin, setGPIODirection, etc..). I'm trying with these lines and it's not working.
./adb root
./adb disable-verity
./adb reboot
#esperar
./adb root
./adb remount
Any guide about what should I try next? Thanks in advance!