wolfspraul has joined #qi-hardware
pcercuei has quit [Ping timeout: 252 seconds]
pcercuei has joined #qi-hardware
roh_ is now known as roh
emeb has quit [Quit: Leaving.]
xiangfu has joined #qi-hardware
freemor has left #qi-hardware [#qi-hardware]
panda|x201 has joined #qi-hardware
johnnyonflame has quit [Ping timeout: 264 seconds]
unclouded has joined #qi-hardware
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer06 has joined #qi-hardware
DocScrutinizer06 is now known as DocScrutinizer05
wpwrak has quit [Ping timeout: 272 seconds]
panda|x201 has quit [Ping timeout: 260 seconds]
jekhor has joined #qi-hardware
wpwrak has joined #qi-hardware
panda|x201 has joined #qi-hardware
wpwrak has quit [Ping timeout: 258 seconds]
FDCX has quit [Remote host closed the connection]
wpwrak has joined #qi-hardware
jekhor has quit [Ping timeout: 246 seconds]
wolfspraul has quit [Quit: leaving]
rz2k has joined #qi-hardware
wpwrak has quit [Ping timeout: 258 seconds]
wpwrak has joined #qi-hardware
methril has quit [Quit: Leaving]
newcup has quit [Ping timeout: 245 seconds]
xdpirate_ has joined #qi-hardware
xdpirate has quit [Ping timeout: 258 seconds]
_xdpirate has joined #qi-hardware
xdpirate_ has quit [Ping timeout: 258 seconds]
LunaVorax has joined #qi-hardware
cod3r has joined #qi-hardware
xiangfu has quit [Read error: Connection reset by peer]
xiangfu has joined #qi-hardware
cod3r has quit [Excess Flood]
cod3r has joined #qi-hardware
newcup has joined #qi-hardware
jekhor has joined #qi-hardware
jekhor has quit [Ping timeout: 264 seconds]
panda|x201 has quit [Ping timeout: 248 seconds]
pcercuei has quit [Ping timeout: 255 seconds]
pcercuei has joined #qi-hardware
_xdpirate is now known as xdpirate
wolfspraul has joined #qi-hardware
pcercuei has quit [Ping timeout: 264 seconds]
pcercuei has joined #qi-hardware
unclouded has quit [Ping timeout: 264 seconds]
pcercuei has quit [Ping timeout: 248 seconds]
pcercuei has joined #qi-hardware
freemor has joined #qi-hardware
freemor is now known as freemor
LunaVorax has quit [Ping timeout: 256 seconds]
deceivorz has joined #qi-hardware
guanucoluis has joined #qi-hardware
FDCX has joined #qi-hardware
rz2k has quit [Ping timeout: 264 seconds]
lekernel has joined #qi-hardware
Jurting_pc2 has joined #qi-hardware
Calyp has joined #qi-hardware
cod3r has quit [Ping timeout: 256 seconds]
dlan^ has joined #qi-hardware
xiangfu has quit [Read error: Operation timed out]
panda|x201 has joined #qi-hardware
dlan^ has quit [Remote host closed the connection]
LunaVorax has joined #qi-hardware
emeb has joined #qi-hardware
wolfspraul has quit [Ping timeout: 252 seconds]
wolfspraul has joined #qi-hardware
deceivorz has quit []
LunaVorax has quit [Ping timeout: 256 seconds]
pcercuei has quit [Quit: Lost terminal]
pcercuei has joined #qi-hardware
xdpirate has quit [Read error: Connection reset by peer]
xdpirate has joined #qi-hardware
LunaVorax has joined #qi-hardware
kyak has joined #qi-hardware
jekhor has joined #qi-hardware
guanucoluis has quit [Ping timeout: 276 seconds]
qi-bot2 has joined #qi-hardware
qi-bot has quit [Remote host closed the connection]
qi-bot2 is now known as qi-bot
viric_ has joined #qi-hardware
viric has quit [Ping timeout: 256 seconds]
Jurting_pc2 has quit [Read error: Connection reset by peer]
zrafa has quit [Ping timeout: 256 seconds]
viric_ is now known as viric
jekhor has quit [Ping timeout: 272 seconds]
zrafa has joined #qi-hardware
emeb has quit [Quit: Leaving.]
freemor has left #qi-hardware [#qi-hardware]
emeb has joined #qi-hardware
dandon_ has joined #qi-hardware
dandon has quit [*.net *.split]
zrafa has quit [Ping timeout: 248 seconds]
<
mth>
is there any documentation of the Ingenic USB boot mode protocol?
<
mth>
in particular, how to return from uploaded code and stay in USB boot mode
<
mth>
I see ingenic-boot jump to 0xbfc0130c at the end
<
mth>
but in my tests, the value returned in v1 seems to matter
<
mth>
for some values, the regular boot is started and for other values it stays in USB boot mode
<
pcercuei>
mth: you could dump the firmware
<
mth>
would that still be visible when the OS has booted?
<
mth>
reading memory from the device isn't working for me in ingenic-boot, for some reason
<
pcercuei>
the firmware is on a ROM, so if they didn't change the version of the SoC, the firmware should be the same on your other device
<
mth>
building a kernel with /dev/mem and /dev/kmem enabled now
lekernel has quit [Quit: Leaving]
zrafa has joined #qi-hardware
jekhor has joined #qi-hardware
LunaVorax has quit [Ping timeout: 256 seconds]
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #qi-hardware
jekhor has quit [*.net *.split]
Jay7 has quit [*.net *.split]
jekhor has joined #qi-hardware
Jay7 has joined #qi-hardware
jekhor has quit [Read error: Operation timed out]
sivoais has quit [Ping timeout: 255 seconds]
sivoais has joined #qi-hardware
wolfspraul has quit [Quit: leaving]
sivoais has quit [Ping timeout: 240 seconds]
sivoais has joined #qi-hardware
sivoais has quit [Ping timeout: 240 seconds]
sivoais has joined #qi-hardware
sivoais has quit [Ping timeout: 252 seconds]
sivoais has joined #qi-hardware
<
mth>
pcercuei: indeed the bootrom can be dumped via /dev/mem
<
mth>
and 0xbfc0130c seems like it is in the middle of some routine...?