<miasma_>
in the comments "Omg this is a great move from Pine. The Pin64 sucked since they used an Allwinner processor and we know how they are with community support. Rockchip has active github sources available that can be built without too much of an issue, Mali450 graphics isn’t much of a bump but hey at least we get hardware acceleration now!"
phipli has joined #linux-sunxi
msimpson has joined #linux-sunxi
apritzel has quit [Ping timeout: 260 seconds]
luoyi has quit [Ping timeout: 246 seconds]
luoyi has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
luoyi has quit [Ping timeout: 260 seconds]
florianH has joined #linux-sunxi
luoyi has joined #linux-sunxi
rocketpenguin has quit [Quit: WeeChat 1.7.1]
matthias_bgg has quit [Ping timeout: 260 seconds]
Mr__Anderson has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
fkluknav has quit [Remote host closed the connection]
BenG83 has quit [Quit: Leaving]
Gerwin_J has joined #linux-sunxi
Andy-D_ has quit [Ping timeout: 260 seconds]
afaerber has joined #linux-sunxi
LargePrime has quit [Ping timeout: 260 seconds]
<MoeIcenowy>
got an engineering sample of Banana Pi M2 Magic
<MoeIcenowy>
with no eMMC soldered
<MoeIcenowy>
and with A33 onboard rather than R16 (as advised)
ashutosh_airfi has joined #linux-sunxi
popolon has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
BenG83 has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
<ashutosh_airfi>
HI, Anyone tried a 4.x kernel on A20-SOM board ? I can only get 3.4 from sun-xi to work. 4.x kernel doesnt output anythign on the UART
LargePrime has joined #linux-sunxi
yann has quit [Ping timeout: 240 seconds]
IgorPec has joined #linux-sunxi
rellla has joined #linux-sunxi
mzki has quit [Quit: leaving]
mzki has joined #linux-sunxi
miasma_ is now known as miasma
<diego71>
ashutosh_airfi: i've installed a debian with kernel 4.9 on A20-micro. It should work also on A20-SOM if you have a .dtb for it
<codekipper>
ashutosh_airfi: I've got a olimex SOM EVB which works with mainline.
<codekipper>
what does your boot.cmd look like?
<ashutosh_airfi>
Hi, Codekipper: What DTB file did you use ? I mean, is it from the kernel sources ?
<MoeIcenowy>
but if you add an AXP to H3, you will lose nearly all official supports
<oliv3r>
Net147: but I have some progress; this is what i get, so maybe i saw this before too ... [ 4.632748] sun4i-drm display-engine: Couldn't claim our memory region
<KotCzarny>
MoeIcenowy: offer your support on the sw side as a incentive?
<MoeIcenowy>
mainline support can never be as proper as BSP ones
<MoeIcenowy>
although they may be more stable, new and clean
foxx_ has quit [Remote host closed the connection]
<oliv3r>
MoeIcenowy: what do you mean, 'never be as proper as BSP ones'?
<oliv3r>
ok that's strange, of_reserved_mem_device_init() looks for a memory-region dt entry; but i can't find it in any sunxi ones
<oliv3r>
ah nvm, display-pool
Mr__Anderson has quit [Remote host closed the connection]
<codekipper>
in section 7 "Install the U-Boot bootloader:" install your uboot instead "A20-Olimex-SOM-EVB-u-boot-sunxi-with-spl.bin"
<oliv3r>
ahh no CMA enabled!
<codekipper>
the boot.scr file is generic.
<codekipper>
you should have a booting board with that
chlorine has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
DullTube has quit [Quit: Leaving]
Mr__Anderson has joined #linux-sunxi
<oliv3r>
how come none of the other device tree's have the 'reserved-memory' for CMA. I see net147 has it, so i put it in the sun7i.dtsi, but none of the others have it. how is memory allocated for those display engines?
qeed has joined #linux-sunxi
<mripard>
through CMA
<mripard>
you don't need a reserved memory node
<MoeIcenowy>
yes
<MoeIcenowy>
mripard: P.S. the patched mali driver by you seems to be not working without reserved memory node
<oliv3r>
well i don't need mali :)
<mripard>
MoeIcenowy: I need to fix it then :)
<oliv3r>
but I do need CMA and I did not have that in my config
<oliv3r>
moment of truth
<MoeIcenowy>
mripard: will NextThingCo people send out the coupled regulator driver?
<MoeIcenowy>
I think we now need it on R16 Parrot and BPi M2 Magic driver
<MoeIcenowy>
for powering the Wi-Fi
<mripard>
MoeIcenowy: I just pushed a branch with the M2M DT if you want
<mripard>
and I don't know if they will
<MoeIcenowy>
P.S. how a board did you get?
<MoeIcenowy>
I got one from BPi, which uses A33 SoC, and have no eMMC really soldered
<MoeIcenowy>
mripard: is the bcm20710 serdev driver already mainlined?
<oliv3r>
bah no go :(
<MoeIcenowy>
mripard: do you want to send out the dt for m2m?
<mripard>
MoeIcenowy: I got two, one with an A33, one with an R16, both with eMMCs
<MoeIcenowy>
oh
<mripard>
and no, the driver hasn't been sent yet, I couldn't get BT to work on it
<mripard>
(like at all, even without serdev)
<mripard>
and I got pulled away for other things, and didn't send the DT either
<mripard>
I also have a recent enough U-Boot config if you want
<MoeIcenowy>
mripard: I think you didn't reset the BT part well...
<MoeIcenowy>
s/well/properly
<MoeIcenowy>
have you got the schematics? look at BT-RST-N and AP-WAKE-BT pins
<MoeIcenowy>
BT-RST-N is PL8 and AP-WAKE-BT is PL10
<wens>
one is the actual reset, the other is an interrupt (waking the BT chip in case it wants to idle)
<MoeIcenowy>
I think BT-WAKE-AP is interrupt
<MoeIcenowy>
I remember I put AP-WAKE-BT at a fixed state
<wens>
interrupt in the other direction
<MoeIcenowy>
oh you specified the gpios in bluetooth node...
<MoeIcenowy>
mripard: P.S. someone from BPi wants me to ask whether the OTG (host mode) works properly on your M2M board?
arete74 has quit [Ping timeout: 276 seconds]
leviathancn has joined #linux-sunxi
leviathancn has quit [Read error: No route to host]
leviathancn has joined #linux-sunxi
<wens>
maybe I should get one... but I don't seem to have time for it
<mripard>
MoeIcenowy: it does in u-boot
<mripard>
hmmm
<mripard>
it even works in Linux
<mripard>
so yep
<MoeIcenowy>
oh... they said to me that the engineering samples do not have OTG works
<MoeIcenowy>
maybe it's only BSP software issue?
chlorine_ has quit [Ping timeout: 260 seconds]
chlorine has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
chlorine has quit [Ping timeout: 240 seconds]
dave0x6d has joined #linux-sunxi
<oliv3r>
Net147: with cma and cma_dma enabled on your branch i've got it working now
<Net147>
oliv3r: cool
<oliv3r>
so now i have to figure out why mripards branch does not work :(
<oliv3r>
i have mripards for-next and pleas's ccu patches
<Net147>
oliv3r: yes, I have older version of the ccu patches in my branch
<oliv3r>
so maybe something is wrong in pleas's stuff; i'll look into that tomorrow
<oliv3r>
but the fact that i have an display working, makes me happy
<Net147>
oliv3r: just some other unrelated clocks like SATA
matthias_bgg has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
<Putti>
thanks
<jernej>
mripard: Do you know if NextThingCo has any plan to provide non X11 mali driver?
<jernej>
mripard: DRM for example?
<mripard>
jernej: I have no idea :/
<oliv3r>
is yuq doing his lima work for amd-ish or free-time?
<jernej>
free time afaik
<Net147>
mripard: DMABUF fbdev blobs would be nice. is legal stuff for that still ongoing?
<jernej>
given that fbdev is legacy interface, I think DRM version would be better. Something that Rockchip already provides.
<Net147>
getting blobs is not difficult, it's getting the proper licensing for them
jernej has quit [Ping timeout: 260 seconds]
IgorPec has joined #linux-sunxi
vagrantc has joined #linux-sunxi
Andy-D_ has joined #linux-sunxi
willmore has joined #linux-sunxi
msimpson has quit [Quit: Leaving]
netlynx has joined #linux-sunxi
leviathancn has quit [Remote host closed the connection]
Leepty has quit [Remote host closed the connection]
IgorPec has quit [Ping timeout: 240 seconds]
engideavr has quit [Quit: Konversation terminated!]
apritzel1 has joined #linux-sunxi
engideavr has joined #linux-sunxi
reinforce has joined #linux-sunxi
engideavr has quit [Quit: Konversation terminated!]
leviathan_ has joined #linux-sunxi
IgorPec has joined #linux-sunxi
apritzel1 has quit [Ping timeout: 248 seconds]
afaerber has quit [Quit: Leaving]
LargePrime has quit [Ping timeout: 260 seconds]
jernej has joined #linux-sunxi
leviathan_ has quit [Read error: Connection reset by peer]
leviathan_ has joined #linux-sunxi
LargePrime has joined #linux-sunxi
jernej has quit [Ping timeout: 248 seconds]
jernej has joined #linux-sunxi
apritzel has joined #linux-sunxi
lemonzest has quit [Quit: Quitting]
Ntemis has joined #linux-sunxi
chlorine_ has quit [Read error: Connection reset by peer]
netlynx has quit [Quit: Ex-Chat]
Mr__Anderson has quit [Remote host closed the connection]
wigyori has quit [Ping timeout: 240 seconds]
wigyori has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 246 seconds]
matthias_bgg has quit [Quit: Leaving]
<parazyd>
if i boot FEL mode, would i be able to hold the rootfs somewhere and use it via NFS?
<KotCzarny>
yup, think of it as network boot
<parazyd>
you mean like PXE boot?
<KotCzarny>
load kernel+ramdisk via fel and continue from there
<parazyd>
ah right, so i can provide an initrd with the logic to boot nfs
<parazyd>
cool
lkcl has quit [Ping timeout: 255 seconds]
<KotCzarny>
and of course linux kernel can also use nfsroot without ramdisk needed, just having ramdisk is a bit more flexible in terms of possibilities (ie. aoe)
pmpp_ has joined #linux-sunxi
pmpp has quit [Disconnected by services]
pmpp_ is now known as pmpp
<parazyd>
yeah i think i'd also prefer to use it
quard has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
Andy-D_ has quit [Ping timeout: 240 seconds]
Gerwin_J_ has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 258 seconds]
Gerwin_J_ is now known as Gerwin_J
jernej has quit [Ping timeout: 260 seconds]
reinforce has quit [Quit: Leaving.]
leviathan_ has quit [Remote host closed the connection]
terra854 has quit [Quit: Connection closed for inactivity]
IgorPec has quit [Ping timeout: 260 seconds]
florianH has quit [Quit: Connection closed for inactivity]