superbird-bulkcmd
superbird-bulkcmd copied to clipboard
Spotify Car Thing (superbird) resources to access U-Boot shell over USB
This is not really an issue, as I've already solved it, but rather a guide that could be worthwhile to add to the repo. If you're not using the official...
Is there a way to effectively undo what was done by the burn-mode script?
I started digging into [pyamlboot](https://github.com/superna9999/pyamlboot) and realized we could use it to replace `bin/update`. I re-implemented `scripts/upload-kernel.sh` in python as an example, and [posted it here](https://github.com/err4o4/spotify-car-thing-reverse-engineering/issues/18#issuecomment-1291522387)
At `scripts/dump.sh:22` the address given is `0x889EA000` but when I try that I get an error: `ERR(../drivers/usb/gadget/v2_burning/v2_common/optimus_download.c)L694:imgSz 0x889ea000 out of cap 0x859ea000` I tried changing address to `0x859ea000`, and the...