Turl 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
benettig has joined #linux-sunxi
tllim has quit [Read error: Connection reset by peer]
<willmore> miasma, you mean someone should make a Sunxi based module that's compatable with that?
<willmore> If so, then I agree.
Nyuutwo has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Nyuutwo has joined #linux-sunxi
longsleep has quit [Ping timeout: 255 seconds]
longsleep has joined #linux-sunxi
<benettig> Net147: I've read on irc archive about CONFIG_DRM_FBDEV_OVERALLOC=200, I give it a try. It sounds a good idea, maybe Mali can't rely on single buffer. Thank you
victhor has quit [Quit: Leaving]
maz has quit [Ping timeout: 260 seconds]
gnufan has quit [Quit: Leaving.]
maz has joined #linux-sunxi
longsleep has quit [Ping timeout: 255 seconds]
longsleep has joined #linux-sunxi
anarsoul|2 has quit [Ping timeout: 240 seconds]
maz has quit [Ping timeout: 248 seconds]
popolon has quit [Quit: WeeChat 1.9.1]
cnxsoft has joined #linux-sunxi
<wens> montjoie: looks like your dts patches don't quite compile
linac has joined #linux-sunxi
Poeticode is now known as Poeticorpse
longsleep has quit [Ping timeout: 255 seconds]
longsleep has joined #linux-sunxi
ninolein_ has quit [Ping timeout: 240 seconds]
ninolein has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
lurchi_ has joined #linux-sunxi
buZz has quit [Ping timeout: 255 seconds]
buZz has joined #linux-sunxi
longsleep has quit [Ping timeout: 255 seconds]
longsleep has joined #linux-sunxi
paintenzero has joined #linux-sunxi
paintenzero has quit [Client Quit]
paintenzero has joined #linux-sunxi
<Net147> marble_visions: did you set memory-region for the display-engine? https://github.com/net147/linux/commit/7b4c723035bf90b9816e7c2e38dcf0a73e51d811
<igraltist> does the opipc2 support wol?
lurchi_ has quit [Remote host closed the connection]
<igraltist> Supports Wake-on: d
ninolein has quit [Ping timeout: 240 seconds]
ninolein has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 260 seconds]
cnxsoft has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 255 seconds]
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
RichardG867 has joined #linux-sunxi
awais has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
TheSeven has quit [Ping timeout: 258 seconds]
[7] has joined #linux-sunxi
anarsoul has joined #linux-sunxi
paintenzero has quit [Read error: Connection reset by peer]
IgorPec has joined #linux-sunxi
<montjoie> wens: ?
<montjoie> arg
<montjoie> the reg 3v3 is in another patch
Putti has joined #linux-sunxi
<montjoie> wens: mripard how can I fix that ?
<montjoie> send the remaining ?
zoobab has quit [Ping timeout: 264 seconds]
<wens> the tree should not break after each patch is applied
<wens> so you should reorder your patches properly, and test them
<wens> btw, I'm not a real fan of the "restore boards" approach.
<wens> they were reverted because the bindings weren't stable
<wens> your patches give no indication that the now accepted bindings are the same as the previously reverted ones
<montjoie> I need to add a one by one add patch and compile in my check... that's my fault
<wens> ugh, s/restore boards/restore EMAC changes/
<wens> the patches should simply be the same as before: Add device nodes, enable EMAC on xxx boards, etc.
<wens> you can reference the previous attempt in your commit message, but a re-revert really doesn't make sense unless the bindings didn't change
<montjoie> strange the kbuild robot does not detect it
netlynx has joined #linux-sunxi
Putti has quit [Ping timeout: 260 seconds]
Gerwin_J has joined #linux-sunxi
paintenzero has joined #linux-sunxi
jbrown has quit [Ping timeout: 248 seconds]
Mr__Anderson has quit [Remote host closed the connection]
<montjoie> wens: sine linux-next are not published how to know the commit id for "fixes:" tag
lkcl has joined #linux-sunxi
Gerwin_J has quit [Read error: No route to host]
Gerwin_J has joined #linux-sunxi
ccaione has joined #linux-sunxi
<ccaione> uhm, any distro for the pine64 in the wild shipping libmali?
kaspter1 has joined #linux-sunxi
cosm has quit [Remote host closed the connection]
kaspter has quit [Ping timeout: 252 seconds]
kaspter1 is now known as kaspter
cosm has joined #linux-sunxi
<marble_visions> Net147: nope, will add that now
kaspter has quit [Quit: kaspter]
kaspter has joined #linux-sunxi
msimpson has joined #linux-sunxi
<marble_visions> same segfault
benettig has quit [Quit: Leaving]
<marble_visions> Net147: do the framebuffer nodes need to be kept as "disabled?" during boot i get https://pastebin.com/t3rkU68x
<marble_visions> benettig: i've got OVERALLOC=200 in my config, still segfaulting
<Net147> marble_visions: how much RAM do you have?
<marble_visions> 512
<marble_visions> 512M *
<Net147> marble_visions: what about for the memory region?
<marble_visions> copy-pasted from your link, that should be 256
SP7RT has quit [Ping timeout: 248 seconds]
<Net147> do you get anything in dmesg if you compile the Mali kernel driver using BUILD=debug?
<Net147> and does /dev/mali exist?
bonbons has joined #linux-sunxi
<marble_visions> Net147: yep and yep: https://pastebin.com/FVs53gST
tyler-baker has quit [Quit: Shazbot]
<Net147> marble_visions: what about the dmesg when you try to start the application?
<marble_visions> nothing at all
<marble_visions> dead quiet
<marble_visions> do i need to see something?
<codekipper> Hi, does anybody have a mainline pine64 branch with working ethernet + .config they could share?
<Net147> marble_visions: I haven't checked it in a while, so will have to reconfigure to check fbdev
<marble_visions> i've got FB_SIMPLE=n and DRM_SUN4I=y, was that correct? or do I need FB_SIMPLE=y as well?
<Net147> well I didn't disable simplefb
<Net147> haven't tried it in that configuration
<Net147> you can see stuff on your LCD?
<marble_visions> yes, i have x and even qt with "-platform linuxfb"
<marble_visions> but once i switch to eglfs
<marble_visions> game ove
<marble_visions> r
<marble_visions> that's because -platform linuxfb does not use mali at al
<marble_visions> all*
<Net147> marble_visions: you are running X at the same time as trying to start this application?
<marble_visions> no
<marble_visions> i turn it off
<marble_visions> ps aux | grep -i x shows nothing
MoeIcenowy has joined #linux-sunxi
<Net147> what kernel version?
benettig has joined #linux-sunxi
<benettig> marble_visions: Net147: with CONFIG_DRM_FBDEV_OVERALLOC=200 finally works!!!! No more 0x3003 error!!!!
<Net147> benettig: it displays 3D graphics?
<benettig> Mali r6p2 need at least double buffer
<benettig> yessss!!!!!
<benettig> with malitest!
<benettig> Thank you Net147!!!
<Net147> benettig: congrats, now need to work out why marble_visions is still having issues
<benettig> I was working on there for 3 weeks!
<benettig> Sure! He's not connected, but as soon I rewrite it
<marble_visions> benettig: you won't believe how glad i am for you :)))
<marble_visions> i means there is light..
<benettig> here you are!
<benettig> yes there is
<benettig> but wait marble_visions, we can make it work also for you!
MoeIcenowy has quit [Client Quit]
<benettig> I've also published this on free-electrons blog, but it's awaiting moderation
<marble_visions> awesome. i'm just doing what Net147 told me to do with the DTS since i was changing an unused dts
MoeIcenowy has joined #linux-sunxi
<marble_visions> can you pastebin it for me? :)
<benettig> Which Soc?
<benettig> A20?
<benettig> or A33?
<marble_visions> a13
<benettig> now I'm waiting for Qt5 to finish compiling with eglfs and see the result
<benettig> mmm, A13, I think it's almost the same
<benettig> let me check datasheet for CCU and GIC
<marble_visions> benettig: can you give your gcc ver, linux ver and buildroot ver?
<benettig> Sure
<benettig> wait
reinforce has joined #linux-sunxi
<Net147> marble_visions: your Mali debug output looks fine to me. if the mali DT node is misconfigured then it usually is unable to pass tests and create /dev/mali
icenowy[m] has joined #linux-sunxi
<Net147> marble_visions: can you provide your device tree changes?
<benettig> marble_visions: and if I give you my defconfig for buildroot?
MoeIcenowy has quit [Quit: Leaving.]
<benettig> Net147: thanks again, you're great!!
<benettig> This works on my company board, check this out http://www.micronovasrl.com/lorem-ipsum-dolor-sur-anet-elit-3/
<benettig> it supports 4,3" 7" and 10.1" witch enclosure
<benettig> that's one of my "babies" :)
<icenowy[m]> jernej: how is it broken?
<jernej> since size in u-boot.img header is lower than it is it's binary size
<jernej> U-Boot image data size mismatch: expected 516032, got 347510
<jernej> if commit is reverted, everything is ok
<icenowy[m]> mripard: your sunxi/for-next branch failed to build
<icenowy[m]> arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dtb: ERROR (phandle_references): Reference to non-existent node or label &quot;reg_gmac_3v3&quot;<br>
gnufan has joined #linux-sunxi
<jernej> icenowy[m]: that issue is known and patch already exist: http://lists.infradead.org/pipermail/linux-arm-kernel/2017-November/540117.html
<icenowy[m]> jernej: thanks
<Net147> marble_visions: yes, you need to make sure you're modifying the DT files for your architure/board - sun5i.dtsi, sun5i-a13.dtsi, sun5i-a13-[...].dts
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<Net147> marble_visions: benettig: I just tested now using Mali r6p2 fbdev blob on a20 lime. it is working fine.
<benettig> Net147: yes!!! Did you try also Qt5 eglfs?
<benettig> I'm waiting it to compile
<marble_visions> benettig: i'm testing with it, and it segfaults
<marble_visions> benettig: what are you testing with ?
<Net147> benettig: yes I did. I tested using cinematicexperience demo.
<benettig> I'm going to do it now
<Net147> benettig: in environment QT_QPA_EGLFS_FORCE888=1 to get 24-bit color instead of dithered, FRONTBUFFER_LOCKING=1 to fix vsync tearing
<benettig> great help! double favour I owe you!
<Net147> marble_visions: can you provide diff of the changes you made to the device tree?
<marble_visions> Net147: yep
<benettig> Net147: works like a charm!!!!
<benettig> marble_visions: I copy pastebin my defconfig of buildroot, is it ok?
lemonzest has joined #linux-sunxi
<marble_visions> benettig: yes. and the kernel as well?
<benettig> Yes, kernel you can use linux-sunxi sunxi-next branch
<benettig> but you have to modify sun5i.dtsi adding mali as on sun7i.dtsi as I did
<benettig> wait 10 mins
<marble_visions> Net147: https://pastebin.com/gPzRfnfX
<marble_visions> benettig: okay
<Net147> marble_visions: you need to use the same pool for both display and mali
<marble_visions> ooooh.
<Net147> marble_visions: because mali needs to be able to write to framebuffer memory of the display directly
<benettig> I will give him the whole example with dts with cma display pool working
fkluknav has joined #linux-sunxi
<marble_visions> Net147: okay, assigning mali node to display_pool
<marble_visions> same pool, but still segfaults
<Net147> marble_visions: do you have HDMI connected at all?
mhlavink has joined #linux-sunxi
<marble_visions> i've got vga-dumb-bridge
<marble_visions> a13 only has lvds
<marble_visions> so i get tcon0 configured as lcd_rgb666 connected to vga
benettig_ has joined #linux-sunxi
<Net147> marble_visions: okay. I only have experience on a20.
Ntemis has joined #linux-sunxi
benettig has quit [Ping timeout: 240 seconds]
<marble_visions> benettig_: thanks, i'll have a got with those :)
<benettig_> you only have to modify sun5i.dtsi adding mali according to sun7i-a20.dtsi
<benettig_> then there is a dts example of my board, you can find mali and cma region connected
<Net147> benettig_: you have &de twice
<benettig_> Net147: thank you, I delete one now
<benettig_> marble_visions: substitute git urls for linux and u-boot pointing to sunxi-linux sunxi-next and latest u-boot
<benettig_> there you go
<benettig_> and take care about Net147 suggestion of "QT_QPA_EGLFS_FORCE888=1 to get 24-bit color instead of dithered, FRONTBUFFER_LOCKING=1 to fix vsync tearing"
<marble_visions> benettig_: awesome, thank you!
<benettig_> then it MUST work!
<benettig_> Net147: thank you again and again!
<marble_visions> benettig_: which buildroot have you used? i cant find 2017-11 version number from mainline
<Net147> buildroot git master branch?
skiboy has quit [Quit: Leaving]
<marble_visions> okay, i was using 2017.08
<benettig_> wait
<benettig_> I think I've started from 2017.08
<benettig_> then I add a git to my bitbucket
<benettig_> aah, wait
<benettig_> well
<benettig_> you need a package for r6p2 mali
<marble_visions> yep, wrote one
<benettig_> so as me!
<benettig_> ok
<benettig_> so you can use yours
<marble_visions> so you're 2017.08
<benettig_> It only copies files!
<benettig_> To tell the truth I don't remember...
<benettig_> but you can't try the master git, it should work almost for sure
<benettig_> oh yes
<benettig_> wait
<benettig_> last commit I had before I started to commit was
<benettig_> e0343a4579645e550dda9714caa04cf1331b17de
<benettig_> zsh: add hash for license file
<benettig_> by I have to make everything better
<marble_visions> benettig_: so you started with master, ok
<benettig_> yes, right
<benettig_> try with that
<benettig_> on buildroot_defconfig only kernel and u-boot must be substituted
<marble_visions> aha
<Net147> aha?
jernej has quit [Read error: Connection reset by peer]
<benettig_> marble_visions: but they are both identical to mainline, I only modified uboot for my custom board q027
<benettig_> and as soon as everything will be ready, I will release them
<marble_visions> Net147: meaning yep
<benettig_> marble_visions: let us know when it works, I'm very curious!
<marble_visions> benettig_: will do, i'm not compiling buildroot
<benettig_> oh ok
linac has quit [Quit: Leaving]
fkluknav has quit [Ping timeout: 255 seconds]
<marble_visions> benettig_: i'm now* compiling buildroot
<marble_visions> sorry
<benettig_> perfect, don't worry, I'm only curious
<benettig_> Net147: attached mouse too, it's great! I want to see on A33 how it works, soon we will do a new board
chlorine has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
<Net147> benettig_: yes, I did also work on Qt 5 eglfs cursor handling some time ago.
<marble_visions> benettig_: for uboot, are you using 2017.09?
<marble_visions> i might not matter much, but i;m trying to mimic as much as possible
<benettig_> marble_visions: on dts, under cma{ ... increase size = <0x1000000> to <0x8000000> otherwise Cinematic experience crashes
<marble_visions> benettig_: alright
<Net147> benettig_: it depends on the screen resolution. I only have 480x272 so I don't need to assign too much
<benettig_> marble_visions: yes 2017.09, branched from that tag
<marble_visions> great
<benettig_> Net147: I had 16M on 800x480, but with Cinematic Experience I went out of memory
fdcx has quit [Remote host closed the connection]
<benettig_> and it should be 800x480x4 bytes per 2 or 3
<benettig_> I have triple buffer
<benettig_> 800x480x4 => 1.536.000
<benettig_> x2 => 3.072.000
<benettig_> x3 => 4.608.000
<benettig_> strange it goes out of memory
jernej_ has joined #linux-sunxi
<Net147> benettig_: it creates lots of shaders and textures, also perhaps framebuffer objects for intermediate shader passes
<benettig_> ah right
<benettig_> so the only way is taking a try a stay low to begin, right?
fdcx has joined #linux-sunxi
bonbons has quit [Quit: Leaving]
<benettig_> marble_visions: Net147: 0x2000000 seems to be ok
<Net147> I have also used 0x10000000 or 256M and it was ok
<Net147> the kernel can reuse memory that is unused
<icenowy[m]> I think mali has something in debugfs that can monite VRAM usage
Putti has joined #linux-sunxi
Putti has quit [Read error: Connection reset by peer]
Putti has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
Putti has quit [Ping timeout: 240 seconds]
<benettig_> Net147: ok thanks
<benettig_> icenowy[m]: I'll try to search, thanks
tom_nov has joined #linux-sunxi
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
benettig has joined #linux-sunxi
benettig has quit [Client Quit]
benettig has joined #linux-sunxi
benettig has quit [Client Quit]
benettig has joined #linux-sunxi
benettig has quit [Client Quit]
benettig has joined #linux-sunxi
chomwitt has joined #linux-sunxi
<marble_visions> benettig: benettig_: you're using r6p2/fbdev/lib/lib_fb_dev/ variant, right?
<benettig> Yes
<benettig> I’m using free-electrons repo but it should be the same
jstein has quit [Remote host closed the connection]
<benettig> marble_visions: did you manage to load mali.ko r6p2 correctly?
<marble_visions> yep
<marble_visions> but i've got some issues with buildroot mainline i need to solve first
<benettig> Perfect, does it say cma is connected too?
<marble_visions> what should it say? i see kernel messages saying cma is reserved
<marble_visions> it.worked.
<marble_visions> oh my god
<marble_visions> it's working
<marble_visions> IT'S ALIVE
<marble_visions> :d
<benettig> Yeeeees!!!!
<benettig> We did it!!!
<benettig> Congrats!!!!
<benettig> marble_visions: post pictures!
<marble_visions> yep, hold on
yann-kaelig has joined #linux-sunxi
Nyuutwo has quit [Remote host closed the connection]
IgorPec has quit [Ping timeout: 248 seconds]
<marble_visions> ugh, can't photograph anything at the moment
<marble_visions> but i've got hellowindow running with next to 0 cpu usage
<marble_visions> (hellowindow from the qt examples)
<marble_visions> now compiling cinexperience
<benettig> No problem for pictures
<benettig> Perfect hellowindow
Nyuutwo has joined #linux-sunxi
<benettig> Cinematic will work
<benettig> Remember size of cma if crashes
chomwitt has quit [Ping timeout: 264 seconds]
benettig has quit [Quit: Mutter: www.mutterirc.com]
benettig has joined #linux-sunxi
benettig has quit [Remote host closed the connection]
benettig has joined #linux-sunxi
benettig has quit [Client Quit]
IgorPec has joined #linux-sunxi
benettig has joined #linux-sunxi
benettig has quit [Quit: Mutter: www.mutterirc.com]
freemangordon has quit [Read error: Connection reset by peer]
jelly has quit [Ping timeout: 240 seconds]
IgorPec has quit [Ping timeout: 255 seconds]
awais has quit [Ping timeout: 240 seconds]
jelly-home has joined #linux-sunxi
<icenowy[m]> mripard: currently it seems that there's a problem: if DRM is probed before SimpleFB, the SimpleFB will continue to probe, but it become useless
<icenowy[m]> and in this situations a dummy FB would be created
jbrown has joined #linux-sunxi
Ntemis has quit [Read error: Connection reset by peer]
<marble_visions> benettig benettig_: i get a white screen and a log of pixel out of range messages
SP7RT has joined #linux-sunxi
<marble_visions> yeah, i need to compile a few more buildroot packages for cinexperience to work
benettig has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
jstein_ has joined #linux-sunxi
Poeticorpse is now known as Poeticode
jstein_ is now known as jstein
benettig has quit [Quit: Mutter: www.mutterirc.com]
fkluknav has joined #linux-sunxi
benettig has joined #linux-sunxi
benettig has quit [Client Quit]
kaspter has quit [Read error: Connection reset by peer]
ni291187 has joined #linux-sunxi
ni291187 has left #linux-sunxi [#linux-sunxi]
ni291187 has joined #linux-sunxi
kaspter has joined #linux-sunxi
ni291187 has quit [Remote host closed the connection]
<benettig_> marble_visions: ok, let me know. It has to work this time
kaspter has quit [Remote host closed the connection]
mic-e[m] has quit [Ping timeout: 255 seconds]
reinforce has quit [Quit: Leaving.]
kaspter has joined #linux-sunxi
mic-e[m] has joined #linux-sunxi
<benettig_> marble_vision: are you using an lcd?
rexxster has quit [Remote host closed the connection]
fkluknav has quit [Ping timeout: 240 seconds]
rexxster has joined #linux-sunxi
Putti has joined #linux-sunxi
<marble_visions> benettig_: a full-blown monitor over vga
JohnDoe_71Rus has joined #linux-sunxi
fkluknav has joined #linux-sunxi
ninolein has quit [Remote host closed the connection]
chlorine has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
ninolein has joined #linux-sunxi
SP7RT has quit [Ping timeout: 240 seconds]
chlorine has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
aalm has quit [Quit: xyz 1.9.1]
tllim has joined #linux-sunxi
SP7RT has joined #linux-sunxi
Ntemis has joined #linux-sunxi
fkluknav has quit [Ping timeout: 240 seconds]
msimpson has quit [Quit: Leaving]
<Pe3ucTop> Hi to all, is it known how big files is possible to transfer in u-boot to memory and at wich region ?
xes__ is now known as xes
fkluknav has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
<montjoie> ah ah distcc to the rescue! time to use all my boards
reinforce has joined #linux-sunxi
IgorPec has joined #linux-sunxi
<willmore> ccaione, did you get your questions answered?
<ccaione> willmore: uhm not really
<willmore> What were you looking for?
<ccaione> Just a distro shipping a working libmali.so if existing
sunxi_fan has joined #linux-sunxi
<willmore> Oh, you wanted it for an A64 chip? There are ones for the ODROID boards--though not A64 based.
<willmore> I believe the C.H.I.P. people ship one for their board. That's at least an Allwinner board.
<willmore> I don't know if Armbian (#armbian) ships one or not--all of my boxes are headless and I've never needed to look into it.
<ccaione> Yeah A64 and that’s what I figured out
<willmore> mripard did some work to get mali working on recent kernels, so we might see them shipping a working system in their distro.
<ccaione> Yeah I saw that
<willmore> https://www.armbian.com/pine64/ Their legacy kernel might have that running. Looks like their mainline doesn't. They have a few variants of their distro that are more bleeding edge. Some hemoraging more than others.
<willmore> I have a Pine64, but I haven't used it since I got it when support wasn't yet stable and they needed testing.
dave0x6d has quit [Quit: Connection closed for inactivity]
Andy-D has joined #linux-sunxi
tom_nov has quit [Ping timeout: 248 seconds]
tom_nov has joined #linux-sunxi
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-sunxi
tom_nov has quit [Quit: Leaving]
fkluknav has quit [Ping timeout: 240 seconds]
ninolein has quit [Ping timeout: 248 seconds]
ninolein has joined #linux-sunxi
gnufan has quit [Ping timeout: 246 seconds]
markvandenborre has joined #linux-sunxi
<markvandenborre> hi! I'm running a mainline kernel (4.9.0-3 from Debian stretch) on a banana pi
<markvandenborre> and I'm trying to get the lcd to work
<markvandenborre> it's a 3.5" lcd from Lemaker, and I have recompiled u-boot for it
<markvandenborre> with the right variables set in its defconfig
<markvandenborre> I can see in dmesg that these seem to get picked up, but the screen output always goes to the external hdmi screen
<markvandenborre> (of course, since I'd have to explicitly ask the linux kernel to use the lcd)
<diego71> markvandenborre: do you see the uboot output on hdmi or lcd?
<markvandenborre> hdmi
gnufan has joined #linux-sunxi
<markvandenborre> diego71: any ideas?
<diego71> check the configuration of uboot. there is a page on thelinux-sunxi wiki
<diego71> last time i make work the lcd on olinuxino, configuring lcd in uboot and then using simple frame buffer
gnufan1 has joined #linux-sunxi
gnufan has quit [Ping timeout: 248 seconds]
<Pe3ucTop> Small question about MTD , which is correct way to mount fs ? /dev/mtdX or /dev/mtdblockX ?
<Pe3ucTop> I have in kernel MTD as block device and so have both mtdX (mtdXro) and mtdblockX .
dev1990 has joined #linux-sunxi
<markvandenborre> diego71: agreed, simple framebuffer is the (only) way to go
obbardc has joined #linux-sunxi
* obbardc is excited to get the Orange Pi PC2 in the post tomorrow :-)
<obbardc> first Allwinner board after lots of fighting with linux on other SoCs
netlynx has quit [Quit: Ex-Chat]
<KotCzarny> unless you can get heat somewhere far far away
<KotCzarny> oops
<KotCzarny> wrong chan
Mr__Anderson has joined #linux-sunxi
fkluknav has joined #linux-sunxi
fkluknav has quit [Ping timeout: 248 seconds]
whiliq has joined #linux-sunxi
whiliq has quit [Quit: Leaving]
lkcl has quit [Ping timeout: 264 seconds]
tkaiser has joined #linux-sunxi
benettig_ has quit [Quit: Leaving]
<tkaiser> icenowy[m]: Did you try to run NanoPi NEO2 with 912 MHz cpufreq?
tllim has quit [Read error: Connection reset by peer]
tllim has joined #linux-sunxi
<tkaiser> icenowy[m]: There's also another problem with NEO2. For whatever reasons DRAM clockspeed is set to 672 MHz in mainline u-boot while FriendlyELEC themselves used 504 MHz or even just 408 MHz on the boards with single bank DRAM configs.
lkcl has joined #linux-sunxi
popolon has joined #linux-sunxi
<marble_visions> benettig_ benettig Net147 mripard thank you, got qt5 cinexperience up and running
<marble_visions> for 10-20 min now
<marble_visions> mouse is lagging a bit, dunno why
<marble_visions> but that's definitely mali doing the rendering
<marble_visions> cpu is at 80% idle
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
aalm has joined #linux-sunxi
jstein has quit [Remote host closed the connection]
reinforce has quit [Quit: Leaving.]
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
yann-kaelig has quit [Quit: I'll be back]
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
tllim has quit [Ping timeout: 246 seconds]
mhlavink has quit [Ping timeout: 248 seconds]
Gerwin_J has quit [Quit: Gerwin_J]
tllim has joined #linux-sunxi
gnufan1 has quit [Quit: Leaving.]
<Net147> marble_visions: it does not make use hardware overlays to render cursor independently of the 3D graphics.
SP7RT has quit [Ping timeout: 252 seconds]
obbardc has quit [Quit: leaving]
Putti has quit [Ping timeout: 260 seconds]
<marble_visions> Net147: so cursor is software always?
TEKrantz has quit [Ping timeout: 248 seconds]
TEKrantz has joined #linux-sunxi
TEKrantz has quit [Ping timeout: 240 seconds]
dave0x6d has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
<Net147> marble_visions: with eglfs I think so
<Net147> marble_visions: I mean it is rendered in OpenGL so if 3D graphics takes longer to render then cursor will lag
jstein has quit [Remote host closed the connection]
TEKrantz has joined #linux-sunxi
<Net147> marble_visions: Mali on A13 is only single core. On A20 it is dual core. As you increase screen resolution and graphics complexity the FPS will drop.
TEKrantz has quit [Read error: Connection reset by peer]
TEKrantz has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
TEKrantz has quit [Read error: Connection reset by peer]
TEKrantz has joined #linux-sunxi
TEKrantz has quit [Read error: Connection reset by peer]
TEKrantz has joined #linux-sunxi
<rant> this reminds me that I know someone with an A20 tablet which has a stripped android on it with little more than a media player, and no sd. Looking to figure out how to get a more featured system put on it. It has no wifi or SD only USB otg.
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
jstein has quit [Remote host closed the connection]
Ntemis has quit [Remote host closed the connection]
Andy-D has quit [Ping timeout: 248 seconds]