Open err4o4 opened 3 years ago
hey, sorry i didn't take a look at this earlier, classes started this week so i've had a lot going on
from what i've been able to find it looks like you can get into recovery by interacting with the hdmi i2c signal somehow, there's a boot flowchart on page 52 of the datasheet not sure if those signals are even accessible on this board though, from the pictures on the fcc docs it looks like it's a parallel lcd so hdmi probably isn't present
as for bypassing secure boot, the method on this site might be the way to go, although disabling it completely would definitely be better
Created repo with my finding. Take a look when you have some time https://github.com/err4o4/car-thing-reverse-engineering
Hey! Finally got one and here is what I found. There is 2 UARTs. One shows complete mess due to looked bootloader (maybe I'm wrong) and another shows u-boot log. As far as I understand we need to enter recovery or disable secure boot. Tried different buttons/combination/shorted some testpads - no luck.
Also on the license page found a lot of js (nodejs/react) pkgs. I think it's smth like nodejs server and react webapp or android app