ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
BroderTuck has quit [Quit: Page closed]
gsz has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
flyback has quit [Remote host closed the connection]
warpme has quit [Ping timeout: 480 seconds]
flyback has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
geosback has joined #linux-sunxi
<apritzel> BroderTuck: try this one instead: https://paste.c-net.org/KillsWallace
<apritzel> this hardcodes the DRAM size to 4GB, hope that's the version you have
ftg^ has joined #linux-sunxi
digetx has quit [Ping timeout: 480 seconds]
ftg has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
digetx has joined #linux-sunxi
macromorgan_ has quit []
macromorgan has joined #linux-sunxi
hexdump0815 has joined #linux-sunxi
hexdump01 has quit [Ping timeout: 480 seconds]
digetx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
digetx has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
ftg^ has quit [Read error: Connection reset by peer]
parthiban has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
macromorgan_ has joined #linux-sunxi
macromorgan has quit [Ping timeout: 480 seconds]
dsimic is now known as Guest4606
dsimic has joined #linux-sunxi
Guest4606 has quit [Ping timeout: 480 seconds]
karun has joined #linux-sunxi
gsz has joined #linux-sunxi
parthiban has quit []
apritzel has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
BroderTuck has joined #linux-sunxi
<BroderTuck> apritzel: Thx, I'm at least getting different results now. Probably something small that I've missed, will probably need a serial conection anyway to figure out what.
<BroderTuck> The aip1628 led controller seems to be for something called vfd, but I've avoided looking at the openvfd code since it's apparently turned gpl3 a while back which is not usable with linux code
<apritzel> isn't openvfd user space? So there is no license issue with the kernel
<apritzel> BroderTuck: and well, what do you expect from the image at this point, exactly? It will drop you at a U-Boot prompt - on serial only, of course
<apritzel> if you know exactly what you are doing and can do it blind folded, you might be able to boot a kernel and ssh in (via a USB Ethernet adapter atm only), but that's not an easy task
<BroderTuck> and that is exactly what I'm trying to accomplish, but as you say, not an easy task
<apritzel> I see, a general problem is the early nature of the support: there are quite some things that can go wrong at this point
<apritzel> IIRC you don't have a 64-bit board to test this on first?
<BroderTuck> true
<BroderTuck> I now have a cross-built kernel at least with patches 1101-1136, 1150 and 1170 from warpme's minimyth2 repo, should be all that's needed kernelwise
<apritzel> ... which is all not very helpful for mainline development, I am afraid
<apritzel> so are you going to solder serial at some point in the near future? The case is pretty easy to open
<BroderTuck> yeah, I'll probably have to, or at least try to attach some wires (no soldering iron readily available)
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
<jernej> apritzel: any luck of combining U-Boot work on T527? can you push your changes?
Schimsalabim has joined #linux-sunxi
BroderTuck has quit [Quit: Heading out]
<apritzel> jernej: I managed to merge it in yesterday evening, and made it compile, but couldn't test it yet
warpme_ has joined #linux-sunxi
warpme_ has left #linux-sunxi [#linux-sunxi]
warpme_ has joined #linux-sunxi
warpme_ has quit []
warpme has joined #linux-sunxi
<warpme> nicely working clock on 7seg disp on x96pro+
<apritzel> jernej: do you have any idea how complicated DDR3 support would be? I see quite some "if LPDDR4" clauses and panics in your code. Could I infer the DDR3 bits from say the H616 driver?
warpme has quit []
warpme has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
<Soupborsh> Hello, I have some unnamed pads nearby emmc that seem to be connected to it. I am thinking if I can solder them to SD card thing and access it. What do you think about it?
<Soupborsh> Maybe in FEL it will be usable?
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme is now known as Guest4632
warpme has joined #linux-sunxi
<apritzel> Soupborsh: what do you plan to do? Access the eMMC via an external SD card reader?
warpme has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
<jernej> apritzel: controller bits can be ported from H616 or even H6, but not for phy, addresses are different.
<jernej> note that I took some shortcuts for now (only read calibration is tested and CA delay compensation has some hardcoded values), so it's not there yet for general consumption
<jernej> and it seems that there is some problem with DRAM chip communication, size detection almost always returns 16 GB, which indicates problems with value storage
<jernej> it can be power issue too
warpme has joined #linux-sunxi
Guest4632 has quit []
warpme has quit [Ping timeout: 480 seconds]
BroderTuck has joined #linux-sunxi
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
<BroderTuck> Oh well, adding CONFIG_USB_SERIAL_PL2303 to the kernel on the H3 box and recompiling. Should be done before I get home, now heading out to a friend for new year's eve.
BroderTuck has quit [Quit: L8r]
<apritzel> BroderTuck: you just discovered the perks of using distro kernels: they compile everything for you, just load the module for what you want ...
ftg has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
warpme has joined #linux-sunxi
aggi_ has joined #linux-sunxi
aggi has quit [Ping timeout: 480 seconds]
aggi_ has quit []
aggi has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
psydroid has quit [Read error: Connection reset by peer]
warpme has joined #linux-sunxi
psydroid has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit []
warpme has joined #linux-sunxi
warpme is now known as Guest4646
warpme_ has joined #linux-sunxi
warpme_ is now known as warpme
warpme has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Guest4646 has quit []
apritzel has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
gsz has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
warpme has joined #linux-sunxi
warpme has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc KVIrc Quasar 5.2.6, revision: 5.2.6+git-7609-afed1336e, build type: debug, sources date: 20160102, built on: 2024-12-18 20:43:05 UTC 5.2.6+git-7609-]
warpme has joined #linux-sunxi
warpme is now known as Guest4656
warpme has joined #linux-sunxi
Guest4656 has quit []
warpme has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
aggi has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi