<dlan>
for kernel, apritzel has sent out patches for pinctrl, pmu/regulator.
flyback has quit [Ping timeout: 480 seconds]
<apritzel>
indy: for A527, the basic support is mainline in both projects, with ongoing efforts to fill the gaps. Find more details here: https://linux-sunxi.org/A523
dsimic has joined #linux-sunxi
flyback has joined #linux-sunxi
<indy>
dlan, do you have working jtag? :)
Schimsalabim has quit [Ping timeout: 480 seconds]
_whitelogger has joined #linux-sunxi
Schimsalabim has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
<dlan>
indy: no, I haven't tried jtag
<paulk>
let me know if you need it, I'm preparing a patch series with sunxi support for openocd
<paulk>
(although it's on hold for now, due to -EBUSY)
<paulk>
I don't have a733 yet but it shouldn't be too hard to figure out
<indy>
paulk, -ENOTENOUGHTIME is very frequent obstacle :)
<paulk>
indy: typically not, what I do is load the jtag-loop via fel to pinmux the sdcard pins to jtag
<paulk>
the jtag pins may also be available on dedicated pins
<paulk>
but AFAIK they all need explicit pinmux config
MasterR3C0RD3 has joined #linux-sunxi
MasterR3C0RD has quit [Quit: Ping timeout (120 seconds)]
arnd has quit [Ping timeout: 480 seconds]
tvc has quit [Remote host closed the connection]
narmstrong__ has joined #linux-sunxi
narmstrong__ has quit []
narmstrong_ has quit [Ping timeout: 480 seconds]
arnd has joined #linux-sunxi
narmstrong has joined #linux-sunxi
tvc has joined #linux-sunxi
arnd has quit [resistance.oftc.net reflection.oftc.net]
anarsoul has quit [resistance.oftc.net reflection.oftc.net]
sh1 has quit [resistance.oftc.net reflection.oftc.net]
steev has quit [resistance.oftc.net reflection.oftc.net]
jakllsch has quit [resistance.oftc.net reflection.oftc.net]
wigyori has quit [resistance.oftc.net reflection.oftc.net]
benettig has quit [resistance.oftc.net reflection.oftc.net]
arnd has joined #linux-sunxi
anarsoul has joined #linux-sunxi
sh1 has joined #linux-sunxi
steev has joined #linux-sunxi
jakllsch has joined #linux-sunxi
benettig has joined #linux-sunxi
wigyori has joined #linux-sunxi
tvc has quit [Remote host closed the connection]
tvc has joined #linux-sunxi
radxanaoki1 has quit []
Asara_ has quit [Quit: leaving]
tvc has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Quit: WeeChat 4.7.1]
Asara has joined #linux-sunxi
benettig has quit [resistance.oftc.net reflection.oftc.net]
wigyori has quit [resistance.oftc.net reflection.oftc.net]
jakllsch has quit [resistance.oftc.net reflection.oftc.net]
sh1 has quit [resistance.oftc.net reflection.oftc.net]
steev has quit [resistance.oftc.net reflection.oftc.net]
anarsoul has quit [resistance.oftc.net reflection.oftc.net]
arnd has quit [resistance.oftc.net reflection.oftc.net]
wigyori has joined #linux-sunxi
anarsoul has joined #linux-sunxi
sh1 has joined #linux-sunxi
steev has joined #linux-sunxi
jakllsch has joined #linux-sunxi
benettig has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
arnd has joined #linux-sunxi
anarsoul has quit [Remote host closed the connection]
shosie has joined #linux-sunxi
jakllsch has quit [resistance.oftc.net reflection.oftc.net]
sh1 has quit [resistance.oftc.net reflection.oftc.net]
steev has quit [resistance.oftc.net reflection.oftc.net]
jakllsch has joined #linux-sunxi
steev has joined #linux-sunxi
tvc has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
gsz has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
lschmid has quit [Remote host closed the connection]
wens has quit [Quit: leaving]
gsz has quit [Ping timeout: 480 seconds]
wens has joined #linux-sunxi
montjoie has quit [Ping timeout: 480 seconds]
chewitt has quit [Quit: Zzz..]
jakllsch_ has joined #linux-sunxi
jakllsch has quit [synthon.oftc.net reflection.oftc.net]
apritzel has quit [Ping timeout: 480 seconds]
montjoie has joined #linux-sunxi
<electricworry>
I'm trying to get KGDB working with an allwinner h618 with earlycon, but unable to do so. Should this be straightforward? If I run with `earlycon kgdboc=ttyS0,115200 kgdbwait` it works beautifully, but if I run `earlycon kgdboc_earlycon kgdboc=ttyS0,115200 kgdbwait` it won't work despite earlycon working fine. The uart is snps,dw-apb-uart which seems to be earlycon compatible.
gsz has joined #linux-sunxi
apritzel has joined #linux-sunxi
<electricworry>
Oh! I got it working. I had to add `=uart,mmio32,0x5000000` to the earlycon. That got it working. Now able to debug from before any other drivers load.
<apritzel>
electricworry: that's odd, but it worked with just earlycon for the actual earlycon output? Does kgdboc require a fully qualified earlycon line then?
<paulk>
maybe the board doesn't have serial0, IIRC that's how it works without an explicit base address
gsz has quit [Ping timeout: 480 seconds]
<electricworry>
That's correct, the earlycon (without any params) was happily writing to the serial port and then even said "KGDB: Waiting for connection from remote gdb..." but connecting with GDB (via agent-proxy) just didn't do anything.
<electricworry>
The board does have serial0 alias in the DT which points to uart0. So I'm flummoxed. But very happy it's working now.
<electricworry>
If I can bother with another question; now KGDB is working, is it easy to get GDB to interrupt when running? agent-proxy doesn't seem to be successfully sending SysRq-g over serial even although CONFIG_MAGIC_SYSRQ_SERIAL=y. I can successfuly invoke SysRq-g with a keyboard connected to USB.