<ChriChri>
b288: Maybe I've gotten a bit further. I made an image of the eMMC of the device and searched it for the eGON.BT0 magic. Found it twice at 0x30000 and 0x40000. Following https://linux-sunxi.org/FEL/USBBoot#Testing I used dd to extract 32kb starting from 0x30000 to get boot0.img. Checked boot0.img using sunxi-bootinfo:
<KotCzarny>
also, you should use pastebin service to paste big blocks of text
<ChriChri>
[ 120.696]DRAM CLK =480 MHZ
<ChriChri>
[ 120.696]DRAM Type =7 (2:DDR2,3:DDR3,6:LPDDR2,7:LPDDR3)
<ChriChri>
[ 120.696]DRAM zq value: 0x003b3bf9
<ChriChri>
[ 120.699]DRAM SIZE =1024 M
<ChriChri>
[ 120.699]DRAM simple test OK.
<ChriChri>
b288: But the system didn't come up...
<ChriChri>
Sorry, gotta look into installing some command line tool to put it there...
<ChriChri>
Does this mean the test like described in https://linux-sunxi.org/FEL/USBBoot#Testing turned out good even though I found the boot0.img in a different place on my eMMC?
Mangy_Dog has joined #linux-sunxi
return0e_ has quit [Read error: Connection reset by peer]
return0e_ has joined #linux-sunxi
BenG83 has quit [Quit: Leaving]
matthias_bgg has joined #linux-sunxi
airstorm has quit [Quit: airstorm]
sunilmohan has quit [Ping timeout: 268 seconds]
sunilmohan has joined #linux-sunxi
sunilmohan has quit [Changing host]
sunilmohan has joined #linux-sunxi
dddddd has joined #linux-sunxi
Asara_ is now known as Asara
lurchi_ is now known as lurchi__
return0__ has joined #linux-sunxi
sunshavi has quit [Remote host closed the connection]
return0e_ has quit [Ping timeout: 252 seconds]
sunshavi has joined #linux-sunxi
florian has quit [Quit: Leaving]
TEKrantz has quit [Read error: Connection reset by peer]
TEKrantz has joined #linux-sunxi
return0__ has quit [Read error: Connection reset by peer]
return0e_ has joined #linux-sunxi
TEKrantz has quit [Read error: Connection reset by peer]
TEKrantz has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
matthias_bgg has quit [Ping timeout: 252 seconds]
florian has joined #linux-sunxi
MartijnBraam has joined #linux-sunxi
atopuzov[m] has joined #linux-sunxi
Danct12 has joined #linux-sunxi
hpagseddy[m] has joined #linux-sunxi
freddor has joined #linux-sunxi
EmilKarlson has joined #linux-sunxi
davidebeatrici has joined #linux-sunxi
t4h4[m] has joined #linux-sunxi
z3ntu_ has joined #linux-sunxi
romainmahoux[m] has joined #linux-sunxi
agates[m] has joined #linux-sunxi
mic-e[m] has joined #linux-sunxi
Jeremy_Rand_Talo has joined #linux-sunxi
oliv3r[m] has joined #linux-sunxi
insep[m]1 has joined #linux-sunxi
k40s[m] has joined #linux-sunxi
fevv8[m] has joined #linux-sunxi
JuniorJPDJ has joined #linux-sunxi
thefloweringash has joined #linux-sunxi
solderfumes has joined #linux-sunxi
clementp[m] has joined #linux-sunxi
spikerguy[m] has joined #linux-sunxi
megi has quit [Ping timeout: 246 seconds]
reinforce has joined #linux-sunxi
<fALSO>
lol matrix
fl_0 has quit [Ping timeout: 250 seconds]
lkcl has joined #linux-sunxi
fl_0 has joined #linux-sunxi
megi has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
arjanvanvught has joined #linux-sunxi
arjanvanvught has quit [Client Quit]
gaston1980 has quit [Quit: Konversation terminated!]
<karlp>
updated uboot and now I just get warning: CRLF will be replaced by LF in tools/img2brec.sh.
<karlp>
can't checkout and throw it away, can't delete and checkit out clean, can't switch branches because my tree is dirty, can't stash them, just... wat
<karlp>
and there's no changes to that file in the log after updating?!
<karlp>
well fb6dc1fd58fc3 drops it altogether, so maybe I can work something out.
<karlp>
what a wreckk
netlynx has quit [Quit: Ex-Chat]
<tuxd3v>
CRLF is a windows thing
<tuxd3v>
its normal that you use LF
<tuxd3v>
:)
BenG83 has quit [Quit: Leaving]
BenG83 has joined #linux-sunxi
<karlp>
that's not quite what I mean, but yeah :)
<karlp>
duo2 I can either have SPI, _or_ a uart with flor control.
<karlp>
I can have spi _and_ a uart without flow control.
<martinayotte>
Be careful with GPIO RS485 control, not all serial drivers support them, for example "dw-apb-uart" doesn't support it, I'm using a patch for EMUL485
<karlp>
I'm not asking for the actual rs485 control, just (ab)using rts for it.
<karlp>
does the dw-apb-uart really not support gpio-rts? I would hahve htought thaht was an indpendent implementation layer.