rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
lurchi_ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
libv has quit [Ping timeout: 244 seconds]
libv has joined #linux-sunxi
davidperrenoud has quit [Quit: Connection closed for inactivity]
kever has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
dev1990 has quit [Quit: Konversation terminated!]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 244 seconds]
lurchi_ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 268 seconds]
DonkeyHotei has quit [Ping timeout: 258 seconds]
hanetzer has quit [Remote host closed the connection]
<martinayotte> jernej: mripard: So, I'm confirming that reverting a66d972465d15b1d89281258805eb8b47d66bd36 is the way to go to fix H6 ! ... Will one of you will ping Grek KH ?
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 240 seconds]
victhor has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
<anarsoul> martinayotte: I believe it's indicates that there's a problem with H6 support. Patch itself looks benign
<martinayotte> anarsoul: right ! moeicenowy is almost the only person who work on H6 basics ... But, what is strange, is that this GrekHK patch was suspect even from @mripard since the beginning ...
hanetzer has joined #linux-sunxi
willmore has quit [Ping timeout: 246 seconds]
vagrantc has quit [Quit: leaving]
nuuuciano_ has joined #linux-sunxi
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 258 seconds]
nuuuciano has quit [Ping timeout: 272 seconds]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 250 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 245 seconds]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 246 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 245 seconds]
captainigloo has quit [Ping timeout: 240 seconds]
captainigloo has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
lurchi_ is now known as lurchi__
swiftgeek has quit [Read error: Connection reset by peer]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 258 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 240 seconds]
reinforce has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 250 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 245 seconds]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 240 seconds]
DonkeyHotei has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 250 seconds]
longsleep has quit [Remote host closed the connection]
rk3y has quit [Ping timeout: 252 seconds]
_whitelogger has joined #linux-sunxi
longsleep has joined #linux-sunxi
rk3y has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 258 seconds]
merlin1991 has quit [Remote host closed the connection]
kelvan has quit [Remote host closed the connection]
kelvan has joined #linux-sunxi
merlin1991 has joined #linux-sunxi
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 244 seconds]
TheSeven has quit [Ping timeout: 260 seconds]
TheSeven has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 240 seconds]
<montjoie> note that there will be an h6 board in our kernelci lab in some days/week
nuuuciano_ has quit [Remote host closed the connection]
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 252 seconds]
nuuuciano has joined #linux-sunxi
<jernej> martinayotte: mripard: I can send e-mail in the evening. I spent all day yesterday bisecting kernel and that commit showed up. But as anarsoul said, it might be some driver related to H6. Otherwise A64 would also had issues.
<jernej> I couldn't find any driver issues, however, it might be something very minor, like buffer overflow for few bytes
<jernej> and it might be that it works for A64 even with error
airwind has joined #linux-sunxi
<plaes> montjoie: do you have a10/a20 devices in your lab?
IgorPec has joined #linux-sunxi
AneoX has joined #linux-sunxi
selfbg has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 250 seconds]
AneoX_ has joined #linux-sunxi
<montjoie> plaes: a20 in my lab and seatle, a10 only in our seatle lab
AneoX has quit [Ping timeout: 245 seconds]
<montjoie> note that my personnal lab is still not connected to kernelci but it should be soon
<hanetzer> anyone here knows about kpanic - attempting to kill init! exitcode=0x200 ?
<hanetzer> I'm attempting to boot to just an initramfs, which is built into the kernel image (which bootsish)
<hanetzer> using a setup like this, but aarch64-unknown-linux-musl libraries
<beeble> hanetzer: check that you have init in one of these locations
matthias_bgg has joined #linux-sunxi
<beeble> then check if it's executable and see if runs on your system
<hanetzer> beeble: in the above linked article it shows the file initramfs/init (as in, /init on the root). it is attempting to use it, perms 755
<beeble> it might exit due some error. any logoutput?
<beeble> and /init sounds wrong :)
<hanetzer> just the attempting to kill init bit, and exit code 0x200
<beeble> try init=/init
<beeble> as kernelarg
<hanetzer> did. is there a way I can make it noisier?
catphish has quit [Quit: Leaving]
<beeble> depends on your init. kernel does nothing else then to start it. so any output has to come from init itself
<hanetzer> gotcha. well, the whole init is on the above linked web page :)
<beeble> it's a lot of text :)
<beeble> it might also be a library issue as it looks not to be build static
<beeble> so you might want to chroot into your initramfs
<hanetzer> busybox is static :)
<beeble> and just try to start init
<hanetzer> I've added some echos to the init, hopefully those are helpful.
<hanetzer> hmm. stdin/stdout
<beeble> something from the script might fail and exit
<hanetzer> https://ptpb.pw/JE72 sake of ease, this is the /init
<hanetzer> hmm.
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 246 seconds]
chomwitt has joined #linux-sunxi
AneoX has quit [Ping timeout: 244 seconds]
<wens> hanetzer: add "set -x" right after the she-bang
<wens> hanetzer: it will make it very noisy :)
<hanetzer> true that.
AneoX has joined #linux-sunxi
<hanetzer> hmm. now no kpanic, but stops at 'Run /init as init process'
yann has quit [Ping timeout: 258 seconds]
<hanetzer> wens: nope :)
<hanetzer> same result, 'Run /init as init process'. no kpanic, and no further output
<montjoie> hanetzer: could you paste the console output ?
<hanetzer> not really. I could provide an image, I don't have a true console
nuuuciano has quit [Ping timeout: 246 seconds]
nuuuciano has joined #linux-sunxi
<montjoie> replace init content by a shell script which debug-echo all necessary stuff for runing init
<montjoie> check also DEVTMPFS CONFIGs
<KotCzarny> or at least enable one console maybe
<hanetzer> KotCzarny: physical lack of a console
<KotCzarny> what do you have for console= in boot param?
<hanetzer> KotCzarny: console=tty0 console=ttyS2,115200n8 earlyprintk=ttyS2,115200n8
<KotCzarny> also, 'failed to request dma' maybe it's cma related? (dont know if that applies in rockchip land too)
<hanetzer> montjoie: CONFIG_DEVTMPFS{,_MOUNT}=y
<KotCzarny> you can also try init=/bin/sh
<KotCzarny> for single user boot to check if it can even run it
<hanetzer> KotCzarny: failed to request dma is ''normal'' (at least, the same message appears in my archlinuxarm boot which is fully functional)
<montjoie> hanetzer: remove the first console and check
<hanetzer> montjoie: will do
<hanetzer> as in, tty0 ?
<montjoie> yes
<KotCzarny> also, unpack your ramdisk and check if there is /init at all
<hanetzer> KotCzarny: /bin/sh has same result, no further output.
<KotCzarny> maybe it was packed wrong
<hanetzer> KotCzarny: ramdisk is builtin, but can still do prolly
<KotCzarny> ie. as a subdir
<KotCzarny> although it would say that file is not found
<KotCzarny> but, if bin/sh doesnt run, that might mean your busybox is broken
<KotCzarny> try copying working one for a test
<hanetzer> montjoie: removing tty0 gives me the tux penguins and a blinking cursor, no more
<hanetzer> ah I may have left /bin/sh with that as well.
<KotCzarny> but then you could type commands and it will run
<KotCzarny> no prompt but shell should react
<hanetzer> busybox does work. static musl linked. manually running it under arch works.
<montjoie> at least some progress
<hanetzer> I mean, I don't know if it works in the initrd, but it works in a fully booted system, and is fully static linked
<KotCzarny> if it ran /bin/sh, try with ls -l /init and maybe running it from there?
<KotCzarny> (not that it will like it, but at least maybe it would spew some error msg)
<hanetzer> I don't follow?
<KotCzarny> init=/bin/sh
<KotCzarny> then at blinking cursor type: ls -l /init
<KotCzarny> and then: /init
<hanetzer> the initrd never appeared to run /bin/sh; I got no indication it did
<KotCzarny> it wont print anything
<KotCzarny> you just type command when you expect it reached that point
<hanetzer> it just vame to 'Run /bin/sh as init' and that wwas the end. typing commands gave no reaction
<KotCzarny> then your busybox is NOT working
<hanetzer> can't see why not. works on an already booted system. full static
<hanetzer> plus, libc and others are in the initrd
<hanetzer> gonna try getting rid of ttyS2
<hanetzer> perhaps some handoff happens and the output is happening on a 'real' serial console somewhere
<KotCzarny> btw. why not just connecting something to your serial console?
<KotCzarny> is it remote box?
<hanetzer> few messages ago. 'I don't have a true console'
<veremitz> hanetzer: probably ..
<hanetzer> veremitz: hmm?
<hanetzer> oh, in reply to the ttys2 thing?
<KotCzarny> but you can use any other board with uart and 2-3 cables
<veremitz> yea
<hanetzer> KotCzarny: what?
<KotCzarny> does your board have uart exposed somehow?
<hanetzer> well I know busybox worksish
<hanetzer> messed up the shebang and I got the busybox error 'sh -x: applet not found'
<veremitz> I had to solder a header onto my nanopc board .. debug uart is pretty necessary I find ;/
<hanetzer> via google's debug header, its a chromebook
<KotCzarny> ahm
<KotCzarny> thought it's just some sbc
<veremitz> ah
<hanetzer> nope. its rockchip (yeah, I know this is a sunxi channel) but I figured you guys would have ideas/suggestions :)
<hanetzer> honestly a pretty nice piece of hardware :)
<KotCzarny> yeah, sbc with kb and lcd is always nice ;)
<wens> argh... chromebook... can't get 4.20 to run on my c201
<hanetzer> there we go.
<hanetzer> wens: works for me, what's your problem?
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 240 seconds]
<wens> hanetzer: don't know, same config worked with 4.18 :/
<hanetzer> wens: how are you booting?
<hanetzer> KotCzarny: ok, I know for a fact my busybox works now :)
<hanetzer> /init had some issues in it. need full paths I think
<KotCzarny> :)
<KotCzarny> why not just use busybox directly?
<KotCzarny> and /etc/inittab for good measure
clemens3 has joined #linux-sunxi
<hanetzer> because this kernel/initramfs is my bootloader :)
<KotCzarny> still
<KotCzarny> :)
msimpson has joined #linux-sunxi
m4ssi has joined #linux-sunxi
<hanetzer> I'm doing fun things :)
<hanetzer> so, my boot process will now be spi(coreboot->depthcharge)->emmc(linux->initrd->petitboot)->other stuff
yann has joined #linux-sunxi
<wens> hanetzer: standard chromeOS bootloader and ctrl+u
<wens> hanetzer: from sd card
<hanetzer> nice. did you use gbb_util to make the dev screen not yell and boot faster?
<wens> nope
<wens> argh, the a80 optimus is so annoying, it only has a one in ten chance to boot successfully from sd card
<hanetzer> alright, figured that out, I think.
<hanetzer> need ld-musl-aarch64.so.1 as a symlink to libc.so
<hanetzer> herkader
<veremitz> hanetzer: yeah relative not absolute helps :)
<veremitz> and be careful with /lib[64] /usr/lib[64] .. musl is NOT multilib :p
<veremitz> hanetzer: I thought you'd got further than me .. perhaps not ;P
<hanetzer> veremitz: regarding?
megi has joined #linux-sunxi
<veremitz> aarch64 working system :)
<veremitz> perhaps not -just- yet :P
<veremitz> orry, aarch64-musl to be specific
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 272 seconds]
f0xx has joined #linux-sunxi
<hanetzer> yeah, I'm only using musl for initramfs atm because tiny
<veremitz> heh .. I thought you mentione busybox there :P goin all alpine :p heh
<hanetzer> yeah, but its all gentoo built :)
<veremitz> good stuff :D
<veremitz> I need to get back to aarch64-musl .. need to bodge my toolchain in the chroot :/
<veremitz> hopefully we can muster a stage3 by end of Jan.
<veremitz> I unwittingly decided to dabble in some powerpc stuffs
<hanetzer> I intend on getting a TALOSII eventually :)
<veremitz> ooh spendy :p
<hanetzer> stretch goal
<veremitz> :D
victhor has joined #linux-sunxi
f0xx has quit [Ping timeout: 258 seconds]
tnovotny has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 258 seconds]
reinforce has joined #linux-sunxi
leviathanch has joined #linux-sunxi
<fALSO> good morning
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 250 seconds]
kever has quit [Ping timeout: 240 seconds]
msimpson has quit [Ping timeout: 250 seconds]
msimpson has joined #linux-sunxi
f0xx has joined #linux-sunxi
fkluknav has quit [Remote host closed the connection]
fkluknav has joined #linux-sunxi
The_Loko has joined #linux-sunxi
gamelaster has joined #linux-sunxi
willmore has joined #linux-sunxi
<wens> [ 3.447524] BUG: KASAN: slab-out-of-bounds in sunxi_pinctrl_init_with_variant+0x49c/0x12b8
<wens> [ 3.456604] Write of size 4 at addr ffff80002c678280 by task swapper/0/1
AneoX_ has joined #linux-sunxi
<wens> hah, .irq_banks in pinctrl-sun50i-h6 should be 4, not 3
AneoX has quit [Ping timeout: 272 seconds]
<fALSO> i also had something like that
<fALSO> booting on a PC2
<fALSO> h5
<fALSO> something like that on CPU3 on DMESG
<fALSO> i have to report it later
dddddd_ has joined #linux-sunxi
dddddd_ is now known as dddddd
<plaes> wens: what did you enable to get this?
<karlp> is kasan on by default?
<wens> plaes: kasan
<wens> karlp: don't think so
jaganteki has joined #linux-sunxi
<plaes> hrm.. I have a display that does not work properly every ~6-7th boot
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 240 seconds]
gamelaster has quit [Ping timeout: 250 seconds]
<plaes> MMC0: 01c20060 = 0x200c141, 01c20088 = 0x0, 01c202c0 = 0x10000
<plaes> MMC2: 01c20060 = 0x200c541, 01c20090 = 0x0, 01c202c0 = 0x10000
jaganteki has quit [Ping timeout: 256 seconds]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 240 seconds]
fkluknav has quit [Remote host closed the connection]
lurchi_ is now known as lurchi__
matthias_bgg has quit [Ping timeout: 240 seconds]
fkluknav has joined #linux-sunxi
jaganteki has joined #linux-sunxi
lurchi__ is now known as lurchi_
<jaganteki> plaes: look fine, and it shouldn't go to reset..use that fix on the mail that I sent
jaganteki has quit [Ping timeout: 256 seconds]
<plaes> o_O
<plaes> with this fix of yours it's like this:
<plaes> MMC0: 01c20060 = 0x200c141, 01c20088 = 0x0, 00000000 = 0xea000016
<plaes> MMC2: 01c20060 = 0x200c541, 01c20090 = 0x0, 00000000 = 0xea000016
AneoX_ has quit [Ping timeout: 250 seconds]
AneoX has joined #linux-sunxi
Andy-D has joined #linux-sunxi
msimpson_ has joined #linux-sunxi
msimpson has quit [Ping timeout: 246 seconds]
matthias_bgg has joined #linux-sunxi
IgorPec has quit [Ping timeout: 246 seconds]
IgorPec has joined #linux-sunxi
IgorPec2 has joined #linux-sunxi
lurchi_ is now known as lurchi__
IgorPec has quit [Ping timeout: 250 seconds]
IgorPec2 has quit [Ping timeout: 250 seconds]
_whitelogger has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
<wens> btw, I think reboot doesn't work on the H6
<fALSO> i think it also doesnt work on h5
<martinayotte> wens: right ! reboot doesn't work on any H6 ...
<martinayotte> fALSO: reboot on H5 works on my side... H6 not since the beginning ...
<KotCzarny> there is no reboot on any allwinner chip afair
<KotCzarny> only tickling the watchdog
<fALSO> well , the H3 orange pi pc reboots correctly
<KotCzarny> unless something changed, it's tickling the watchdog
<wens> KotCzarny: details, details :p
<KotCzarny> well, not entirely true, i do some soc resets from arisc :P
<KotCzarny> but until smaeul crust gets mainlined it's only watchdog for mainline
<karlp> still, the implementation of "reboot" doens't matter so much as wehther it works or not.
afaerber has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
popolon has joined #linux-sunxi
f0xx has quit [Ping timeout: 258 seconds]
AneoX_ has joined #linux-sunxi
wasutton3_mobile has joined #linux-sunxi
AneoX has quit [Ping timeout: 268 seconds]
tllim has joined #linux-sunxi
selfbg has quit [Remote host closed the connection]
tllim has quit [Remote host closed the connection]
tllim has joined #linux-sunxi
f0xx has joined #linux-sunxi
The_Loko has quit [Remote host closed the connection]
leviathanch has quit [Remote host closed the connection]
tllim has quit [Remote host closed the connection]
tllim has joined #linux-sunxi
tllim has quit [Remote host closed the connection]
sunshavi has quit [Read error: Connection reset by peer]
sunshavi has joined #linux-sunxi
jemk has quit [Remote host closed the connection]
jemk has joined #linux-sunxi
sunshavi has quit [Read error: Connection reset by peer]
sunshavi has joined #linux-sunxi
mhlavink has joined #linux-sunxi
anarsoul has quit [Remote host closed the connection]
msimpson_ has quit [Quit: Leaving]
anarsoul has joined #linux-sunxi
chewitt has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 264 seconds]
Putti has joined #linux-sunxi
matthias_bgg has quit [Quit: Leaving]
jstefanop has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
Gerwin_J has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
NeuroScr_ has quit [Ping timeout: 246 seconds]
chewitt has joined #linux-sunxi
yann has quit [Ping timeout: 240 seconds]
<jernej> wens: Will you send that H6 pinctrl fix? It seems that it solves my H6 boot issue
AneoX has joined #linux-sunxi
chewitt has quit [Quit: Adios!]
jaganteki has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 244 seconds]
jaganteki has quit [Client Quit]
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
netlynx has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
wasutton3_mobile has quit [Ping timeout: 258 seconds]
anarsoul|2 has joined #linux-sunxi
BenG83 has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
clemens3 has quit [Ping timeout: 258 seconds]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 246 seconds]
m4ssi has quit [Remote host closed the connection]
IgorPec has joined #linux-sunxi
dev1990 has joined #linux-sunxi
wasutton3_mobile has joined #linux-sunxi
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 250 seconds]
yann has joined #linux-sunxi
wasutton3_mobile has quit [Ping timeout: 246 seconds]
embed-3d has quit [Remote host closed the connection]
catphish has joined #linux-sunxi
wasutton3_mobile has joined #linux-sunxi
embed-3d has joined #linux-sunxi
t3st3r has quit [Remote host closed the connection]
t3st3r has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
vagrantc has joined #linux-sunxi
AneoX has quit [Ping timeout: 250 seconds]
afaerber has quit [Quit: Leaving]
AneoX has joined #linux-sunxi
wasutton3_mobile has quit [Ping timeout: 246 seconds]
AneoX_ has quit [Ping timeout: 246 seconds]
AneoX_ has joined #linux-sunxi
wasutton3_mobile has joined #linux-sunxi
wasutton3_mobile has quit [Remote host closed the connection]
AneoX has quit [Ping timeout: 244 seconds]
NeuroScr has joined #linux-sunxi
vpeter has quit [Ping timeout: 258 seconds]
afaerber has joined #linux-sunxi
vpeter has joined #linux-sunxi
gamelaster has joined #linux-sunxi
IgorPec has quit [Ping timeout: 272 seconds]
netlynx has quit [Quit: Ex-Chat]
vpeter has quit [Ping timeout: 250 seconds]
vpeter has joined #linux-sunxi
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 244 seconds]
NeuroScr has quit [Ping timeout: 246 seconds]
mzki has quit [Ping timeout: 258 seconds]
mzki has joined #linux-sunxi
jbrown has quit [Ping timeout: 252 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 246 seconds]
NeuroScr has joined #linux-sunxi
jbrown has joined #linux-sunxi
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-sunxi
f0xx has quit [Ping timeout: 258 seconds]
lvrp16_ has joined #linux-sunxi
karlp1 has joined #linux-sunxi
souther_ has joined #linux-sunxi
tllim has joined #linux-sunxi
_bielski_ has joined #linux-sunxi
Turl_ has joined #linux-sunxi
bielski has quit [Ping timeout: 268 seconds]
karlp has quit [Ping timeout: 268 seconds]
smaeul has quit [Ping timeout: 268 seconds]
mic-e[m] has quit [Ping timeout: 268 seconds]
oliv3r[m] has quit [Ping timeout: 268 seconds]
lvrp16 has quit [Ping timeout: 268 seconds]
victhor has quit [Ping timeout: 268 seconds]
souther has quit [Ping timeout: 268 seconds]
Turl has quit [Ping timeout: 268 seconds]
lvrp16_ is now known as lvrp16
souther_ is now known as souther
smaeul has joined #linux-sunxi
mic-e[m] has joined #linux-sunxi
oliv3r[m] has joined #linux-sunxi
victhor has joined #linux-sunxi
tuxillo has quit [Ping timeout: 246 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 250 seconds]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 258 seconds]
Putti has quit [Ping timeout: 258 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 272 seconds]
Gerwin_J has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
<swiftgeek> how do i export gpio of axp209 from sysfs (mainline) ?
<swiftgeek> oh just noticed base
rah has joined #linux-sunxi
<rah> I have a Mele A1000G with an A31 chip; I just installed Debian Buster which has Linux 4.19; there are a number of DRM modules loaded but nothing under /dev/dri
<rah> X is using the fbdev driver
<rah> there doesn't seem to be anything about DRM reported in the kernel log even though there are modules loaded
<rah> drm 356352 4 sun4i_backend,sun4i_tcon,sun4i_frontend,drm_kms_helper
<rah> that's from lsmod
<rah> is is possible to use a DRM driver with X?
reinforce has quit [Quit: Leaving.]
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-sunxi
<mru> hasn't that been the preferred way for a decade or so?
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 268 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 246 seconds]
mzki has quit [Ping timeout: 258 seconds]
mzki has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 268 seconds]
<catphish> my writeback plan isn't as simple as i hoped, of course the DE mixer won't output a signal unless it's clocked from way down the pipeline, so i can't use DE1 unless it's attached to a display
<catphish> *mixer1
<jernej> capthish: I doubt that it has to be connected to display
<jernej> but it might need working TCON1
AneoX has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
AneoX_ has quit [Ping timeout: 272 seconds]
jstefanop has quit [Remote host closed the connection]
jstefanop has joined #linux-sunxi
jstefanop has quit [Remote host closed the connection]
jstefanop has joined #linux-sunxi
jstefano_ has joined #linux-sunxi
phipli has joined #linux-sunxi
<phipli> Hey folks - just ran apt update on an orange pi zero running Armbian, following the update I'm getting a Failed to start Load Kernel Modules
jstefanop has quit [Ping timeout: 250 seconds]
<phipli> from there on in it gets worse - currently logged in through the serial port because SSH is broken
<phipli> anyone seen this before, and can point me in the right direction to get the install running again?
swiftgeek has quit [Ping timeout: 245 seconds]
jstefano_ has quit [Ping timeout: 244 seconds]
tilpner has quit [Ping timeout: 244 seconds]
swiftgeek has joined #linux-sunxi
<catphish> jernej: that makes sense, i'm just trying to get TCON1 running, does LCD1/TCON1 output directly? or is there another layer of PHY?
<jernej> it's connected to TVE - PAL/NTSC encoder
<jernej> but you shouldn't need to fiddle with it, imo
<catphish> ah yes, well i tried configuring LCD1, but it didn't seem to run, it would make sense it's frame-clocked from TVE
<catphish> but i am often wrong
tllim has quit [Quit: Leaving]
Gerwin_J has quit [Quit: Gerwin_J]
<catphish> according to the block diagram in the datasheet, i'm wrong :) i'll try to get it running
sunshavi has quit [Ping timeout: 244 seconds]
sunshavi has joined #linux-sunxi
tuxillo has joined #linux-sunxi
gamelaster has quit [Ping timeout: 258 seconds]
<catphish> jernej: working now, i just had to clock TVE
lurchi__ is now known as lurchi_
tllim has joined #linux-sunxi
<catphish> so yay, i have Mixer0->Blender->WB->Mixer1->scaling->HDMI, it's kinda ugly, but does everything i want
<catphish> thanks!
<phipli> if anyone else has the ssh / openvpn breaking issue I've had this evening, this got me moving again : https://forum.armbian.com/topic/8852-ssh-doesnt-work-on-orange-pi-zero/?page=2