qwestion has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
ftg has quit [Read error: Connection reset by peer]
grming has quit [Quit: Konversation terminated!]
apritzel has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
jernej_ has joined #linux-sunxi
jernej_ has quit []
jernej has quit [Ping timeout: 480 seconds]
jernej has joined #linux-sunxi
codekipper has joined #linux-sunxi
codekipp2r has joined #linux-sunxi
codekipper has quit [Ping timeout: 480 seconds]
vagrantc has quit [Quit: leaving]
jernej has quit [Remote host closed the connection]
apritzel has joined #linux-sunxi
jernej has joined #linux-sunxi
jernej has quit [Remote host closed the connection]
jernej has joined #linux-sunxi
codekipp2r has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
gsz has quit [Ping timeout: 480 seconds]
warpme_____ has joined #linux-sunxi
<jernej>
smaeul: I'm looking into OrangePi 3 LTS support and I noticed that AXP driver doesn't work under Linux. I suspect this is due to overclocked RSB bus: "sunxi-rsb 7083000.rsb: RSB running at 4000000 Hz"
<jernej>
even though RSB node has "clock-frequency = <3000000>;"
<jernej>
any idea what's going on?
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
pnill has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
qwestion has joined #linux-sunxi
<smaeul>
jernej: crust sets the r-apb2 parent to iosc, so your closest options are 2 MHz and 4 MHz
<jernej>
smaeul: I did a bit of testing and even 1 MHz didn't work
<jernej>
what worked though, is 100 kHz
<jernej>
it seems that routing of the traces is bad, at least for high frequency signals
<jernej>
since bsp kernel always uses i2c, so I guess this was never considered
<smaeul>
yeah, I think Icenowy reported another H6 board that couldn't do normal RSB speeds.
<jernej>
PMIC placement between LTS and non-LTS is rotated for 180 deg. and few components are moved
<jernej>
in any case, I'll leave 100 kHz, it works that way
<smaeul>
I don't see any problem with that. RSB at 100 kHz is still nicer than I2C in terms of CPU-side overhead
<jernej>
I hoped that there wouldn't be need for different DTS file, but it's needed anyway, due to different ethernet PHY delays and different wifi
cnxsoft has quit [Remote host closed the connection]
junari has joined #linux-sunxi
junari_ has joined #linux-sunxi
apritzel has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
ftg has joined #linux-sunxi
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
vagrantc has joined #linux-sunxi
junari_ has joined #linux-sunxi
junari__ has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
junari_ is now known as junari
<junari>
jernej: Have you made new changes for the H616 DRAM driver lately? Except h616-dram-imp branch
apritzel has joined #linux-sunxi
<junari>
I will try to add support for LPDDR3 on the weekend
<jernej>
junari: I did, but I didn't push the branch
<jernej>
give me a moment
<junari>
jernej: do not hurry, I will start tomorrow
<jernej>
junari: done
<junari>
jernej: nice, thanks
<jernej>
junari, apritzel: however, I worry that changes that I send for H616 driver, are dangerously close to be copyright enforcable...
<jernej>
code isn't copied, of course, but using same configuration values makes it more similar nevertheless
jernej has quit [Remote host closed the connection]
<junari>
My TV box is the best example of cost reduction. Combined RAM and eMMC with ES (Engineering Sample) (!!!) mark, without any ESD protection, without transformer in ethernet port, only a few SMD components around the power chip.
hentai has joined #linux-sunxi
jernej has joined #linux-sunxi
jernej has quit [Remote host closed the connection]
jernej has joined #linux-sunxi
hentai has quit [Remote host closed the connection]
<gamiee>
absolutely offtopic, but does anyone have SDWire for sale here?
BroderTuck has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
pnill has joined #linux-sunxi
<BroderTuck>
smaeul: I saw that you had posted a few patches that aimed to get the mainline NAND stuff to no longer be intentionally unusable as rescue system for Allwinner/Android-formatted NAND chips, for A33. How much work would it be to extend this to e.g. the H3-based https://linux-sunxi.org/HYH-TBH3 that I got ....2015?
<smaeul>
BroderTuck: H3 support wouldn't be hard. The NAND controller has barely changed. But it will only ever be able to do a backup/restore. You shouldn't expect to be able to mount vendor NAND partitions.
<smaeul>
the vendor driver uses different page/block layout from mainline, and includes a totally custom wear leveling layer
<BroderTuck>
I'm only after being able to read the FEXbin, to help with a proper DTS.
<smaeul>
ah, well you would be able to dump U-Boot
<smaeul>
were you unable to dump the FEX from RAM when booted to the vendor U-Boot/Android?
<BroderTuck>
Yep, only got some sort of access violantion error when I tried the tool.
<BroderTuck>
The uboot on there had timeout:0 and I never got the serial adapter to be able to interrupt that
<smaeul>
did you try holding the 's' key?
JohnDoe_71Rus has quit []
<BroderTuck>
Don't remember, been quite some time since I tried anything with it
<BroderTuck>
Most guides I remember sayd to hold '2'
<BroderTuck>
I did place an android boot log and a few other things here: https://palvencia.se/H3/
<BroderTuck>
NB, that page is from a few years ago