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
egbert has joined #linux-sunxi
apritzel has quit [Ping timeout: 240 seconds]
Thedemon007 has joined #linux-sunxi
<Thedemon007> Hello i compile new uboot with CONFIG_MMC_SUNXI_SLOT_EXTRA=2 and no can see emmc only sdcard in archlinux
<Thedemon007> the problem still present
Thedemon007 has quit [Max SendQ exceeded]
Thedemon007 has joined #linux-sunxi
chlorine has joined #linux-sunxi
wzyy2 has joined #linux-sunxi
chlorine has quit [Ping timeout: 256 seconds]
xes has joined #linux-sunxi
<Thedemon007> how to can turn off blacklight of lcd? my config uboot is this http://git.denx.de/?p=u-boot/u-boot-sunxi.git;a=blob_plain;f=configs/q8_a13_tablet_defconfig;hb=HEAD
wzyy2 has quit [Disconnected by services]
wzyy2 has joined #linux-sunxi
kaspter has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
Pepe has quit [Read error: Connection reset by peer]
Pepe has joined #linux-sunxi
chlorine has joined #linux-sunxi
kaspter has quit [Ping timeout: 268 seconds]
Andy-D has quit [Ping timeout: 240 seconds]
chlorine has quit [Ping timeout: 240 seconds]
laj has joined #linux-sunxi
rookieone has quit [Ping timeout: 240 seconds]
ninolein has joined #linux-sunxi
<wens> MoeIcenowy: the manual should have said how, it's either hardware default or latched pin
ninolein_ has quit [Ping timeout: 256 seconds]
cnxsoft has joined #linux-sunxi
<wens> beeble: if possible get intel nics :)
ninolein_ has joined #linux-sunxi
ninolein has quit [Ping timeout: 268 seconds]
tlwoerner_ is now known as tlwoerner
rookieone has joined #linux-sunxi
doppo has quit [Remote host closed the connection]
doppo has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
victhor has quit [Ping timeout: 260 seconds]
wzyy2 has quit [Disconnected by services]
wzyy2 has joined #linux-sunxi
laj has quit [Quit: Page closed]
<willmore> Would love to see those folks take a look at the protocol stack running on the baseband of cellphones.
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
Hao__ has joined #linux-sunxi
pg12 has quit [Ping timeout: 260 seconds]
pg12 has joined #linux-sunxi
kristina is now known as kristina
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
<wens> mripard: i'm getting hangs after cpufreq loads on my sina33
Thedemon007 has quit [Quit: Saliendo]
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 240 seconds]
<wens> adding pr_info calls makes it work... seems like the delay between switching parents is not enough
TheSeven has quit [Ping timeout: 256 seconds]
TheSeven has joined #linux-sunxi
terra854 has joined #linux-sunxi
juri_ has quit [Ping timeout: 260 seconds]
scream has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
lkcl has quit [Ping timeout: 260 seconds]
<MoeIcenowy> wens: I remember Armbian has a patch which disabled the division factors when setting initial PLL_CPUX
<MoeIcenowy> wens: for the AXP polyphase thing, I didn't see any explain in AXP803 datasheet, but at least it's successfully automatically detected on Pine64
<wens> reg14H says: bit 5 & 6 default is customized
<wens> and yes, the code i wrote to support polyphase does read back the initial values to decide how to do things
<wens> mainly because it doesn't make much sense to have them configurable
<MoeIcenowy> I think AXP may be able to detect the situation that DCDC2 and DCDC3 is connected together
<MoeIcenowy> as I tried to fully power down the board and reboot, and the polyphase is still correctly detected
<wens> i think it's that they are by default poly-phase
<wens> if they weren't, but by default on, you might get a short or voltage variances
<MoeIcenowy> yes
<wens> as the manual said, the default is customizable at the factory
<MoeIcenowy> and then the chips used by A64 are all customized as default 1?
<wens> yeah
<wens> you buy them together anyway
<MoeIcenowy> in fact when buying AW chips in big amount you can omit AXP (this is the developer of Lichee Pi Zero told me)
scream has quit [Remote host closed the connection]
<MoeIcenowy> so we can just add dcdc2 in device tree and bind cpu-supply to it?
<wens> yup
<MoeIcenowy> P.S. yesterday I already sent one AXP803 patchsets
<MoeIcenowy> s/sets/set/
<wens> when tied together in multiphase, only the controls for the first regulator work (or so it said in the axp806 manual)
<wens> i saw it, though it might not make it in 4.12
<MoeIcenowy> I hope the MFD part can make it in 4.12
<MoeIcenowy> so I splitted it to multiple parts
<wens> fyi you don't need to split up the dts patches so finely though
<wens> ok, i see
<MoeIcenowy> there's one problem now: ATF can power down the board, but it will use the RSB controller
<wens> Lee's schedule is somewhat unpredictable though
<MoeIcenowy> after R_CCU is ready, the RSB controller's clock is disabled
<MoeIcenowy> so that ATF can no longer access RSB
<wens> you probably need to work it out
<MoeIcenowy> one solution is just enable RSB on the boards now
<wens> or see if having the axp driver loaded will provide an alternative power off option
<MoeIcenowy> in fact we just need to keep RSB bus ready
jernej has joined #linux-sunxi
<MoeIcenowy> maybe I should split patch 5 again to two part: one enables RSB that is necessary in 4.12, one enables AXP that can wait for MFD?
chlorine has joined #linux-sunxi
<wens> no need
<wens> if the mfd bindings are good, they can just go in
<wens> just no driver available for the axp to probe
<MoeIcenowy> thus who merges the mfd binding?
<wens> Lee does
<MoeIcenowy> should we have also axp number sorted in the drivers (axp803, 806, 809)?
<wens> i'm not sure what the current order is, iirc i tried to keep them in order
chlorine has quit [Ping timeout: 240 seconds]
<mripard> wens: qschulz has been after the same issues recently
juri_ has joined #linux-sunxi
<mripard> I don't think he tried to increase that delay yet
cptG_ has joined #linux-sunxi
perr has joined #linux-sunxi
<MoeIcenowy> wens: is the NMI controller's device tree binding OK?
cptG has quit [Ping timeout: 260 seconds]
<wens> mripard: increased it to 5 but still hangs, might be something else :|
<MoeIcenowy> wens: try the u-boot patch in armbian?
reinforce has joined #linux-sunxi
<MoeIcenowy> according to armbian people it's needed for H3 DVFS to work properly
<MoeIcenowy> or maybe we should tweak the NKMP type clock setting code, to prevent any temporarily frequency higher than the original one?
<wens> the problem is the effects of changing the divider happens faster than changing the multiplier
<wens> so you get a really high rate once you change it, then it _should_ stabilize down to the new rate
<wens> but by then the cpu already crashed
<MoeIcenowy> wens: my thought is that we should read back the original register, and first check whether the divider is bigger than the old, if it is we first apply divider, otherwise we first apply multiplier
<MoeIcenowy> is this correct?
lkcl has joined #linux-sunxi
<wens> something like that should work
<MoeIcenowy> low frequencies are more safe then high frequencies ;-)
<wens> you need to add a delay in between, and that kind of limits how fast clock rate changes can happen
<mripard> wens: but then, that would also mean that the lock time isn't good enough
<mripard> we are waiting for it to be locked before changing the muxing back to the PLL
<wens> yeah
<mripard> so even if the intermediate frequency isn't good, the CPU shouldn't be affected
<wens> but i get the feeling that the lock bit is just a simple timer, not an actual indicator :/
jernej has quit [Ping timeout: 240 seconds]
<MoeIcenowy> wens: try to raise the delay to a very high number? e.g. 1000?
Hao__ has quit [Ping timeout: 240 seconds]
<montjoie> tkaiser yes dwmac-sun8i-v3 is the good one for the moment
<terra854> Anyone interested in an Exynos 8895 based SBC if it exists?
apritzel has joined #linux-sunxi
chlorine has joined #linux-sunxi
<fest> it sounds like it would be the best performing arm sbc
<fest> I had a project where odroid xu4 was a bit too underpowered (image processing) so I had to go with Intel Nuc (size and weight were not a concern)
foxx has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
paulk-collins has quit [Read error: Connection reset by peer]
rookieone has left #linux-sunxi [#linux-sunxi]
BenG83 has quit [Quit: Leaving]
massi has joined #linux-sunxi
foxx has quit [Ping timeout: 240 seconds]
paulk-elm has joined #linux-sunxi
leviathan has quit [Remote host closed the connection]
paulk-elm_ has joined #linux-sunxi
paulk-elm has quit [Read error: Connection reset by peer]
chomwitt1 has joined #linux-sunxi
yann has quit [Ping timeout: 240 seconds]
Andy-D has joined #linux-sunxi
foxx has joined #linux-sunxi
jernej has joined #linux-sunxi
perr has quit [Ping timeout: 264 seconds]
nemunaire has quit [Quit: quit]
nemunaire has joined #linux-sunxi
perr has joined #linux-sunxi
Andy-D has quit [Ping timeout: 258 seconds]
BenG83 has joined #linux-sunxi
foxx has quit [Ping timeout: 260 seconds]
paulk-elm_ has quit [Remote host closed the connection]
paulk-elm_ has joined #linux-sunxi
paulk-elm_ has quit [Remote host closed the connection]
popolon has joined #linux-sunxi
paulk-elm has joined #linux-sunxi
paulk-elm has quit [Remote host closed the connection]
paulk-elm has joined #linux-sunxi
chlorine has joined #linux-sunxi
perr has quit [Ping timeout: 256 seconds]
chlorine has quit [Ping timeout: 260 seconds]
apritzel has quit [Ping timeout: 240 seconds]
fkluknav has joined #linux-sunxi
paulk-elm has quit [Remote host closed the connection]
paulk-elm has joined #linux-sunxi
paulk-elm has quit [Remote host closed the connection]
mic-e has joined #linux-sunxi
paulk-elm has joined #linux-sunxi
<mic-e> hi, me again :) yesterday I asked about how to configure a TXC skew for communication with the micrel KSZ9031 PHY (either in the PHY, or in the MAC, but preferrably in the PHY).
sztibi88 has joined #linux-sunxi
<mic-e> I managed to re-build my u-boot with the CONFIG_PHY_MICREL and CONFIG_PHY_MICREL_KSZ9031 options and now my u-boot prompt correctly identifies the PHY and allows me to read the extended registers
fkluknav has quit [Ping timeout: 268 seconds]
<mic-e> now to figure out what those values mean and how to configure the delay...
<beeble> mic-e: http://ww1.microchip.com/downloads/en/DeviceDoc/KSZ9031RNX.pdf page 24 and following. pretty much straight forward
fkluknav has joined #linux-sunxi
paulk-elm has quit [Remote host closed the connection]
paulk-elm has joined #linux-sunxi
<mic-e> ah yes, it's currently configured to its default value 0b01111, at 60ps increments, i.e. 900ns. I'll attempt to increase it to its maximum 0b11111, i.e. 1.9ns
mossroy has joined #linux-sunxi
foxx has joined #linux-sunxi
fkluknav has quit [Ping timeout: 260 seconds]
<mic-e> wheee, it works
<mic-e> thanks
matthias_bgg has joined #linux-sunxi
<mic-e> https://gist.github.com/mic-e/61588e57db31017127d40b748e1d28f7 this sequence makes the network work flawlessly until the next cold boot.
<mic-e> now, how do I make those changes permanent? do I need to add them somewhere in the boot script? or patch them into u-boot's C sources? if both are possible, which would be the cleaner way?
<beeble> change it in the dts
foxx has quit [Ping timeout: 264 seconds]
<beeble> mic-e: see doc/device-tree-bindings/net/micrel-ksz90x1.txt
jonkerj_ has quit [Quit: tot zo!]
jonkerj has joined #linux-sunxi
<mic-e> beeble: just to clarify things for me, the device tree is parsed and applied by u-boot before the kernel is loaded, correct?
<MoeIcenowy> mic-e: nope
<MoeIcenowy> I remember you used 3.4 kernel...
<mic-e> yes...
<MoeIcenowy> so there's no cleaner way
<MoeIcenowy> or we should say
<MoeIcenowy> the cleaner way is to switch to mainline kernel
<mic-e> unfortunately I didn't get some GPIO stuff to work with the mainline kernel... (mostly PWM)
<beeble> MoeIcenowy: he has a mainline uboot, with ethernet enabled and can apply the skew delays in uboot
<beeble> via dts
<beeble> uboot devicetree
<MoeIcenowy> does u-boot phy driver have this logic?
<beeble> yes
<beeble> otherwise i would not suggest it
<MoeIcenowy> ok there is
<plaes> you can also incorporate this to boot script
<plaes> well, never mind...
<beeble> but he is building a new uboot anyway. so why not do it the clean way :)
<plaes> yeah.. should've parsed through the backlog first...
<mic-e> just for reasons of learning and personal interest, how would the integration via boot script work?
<mic-e> the fact that I can't use vanilla kernel quite annoys me, but I definitely want the cleanest solution that doesn't break stuff
<plaes> you just create new boot script that includes the md command
<mic-e> plaes: /boot/boot.cmd?
<plaes> yes, though you need to "compile" it
<mic-e> yeah
<mic-e> it says 'do not edit this file' though, I suppose I don't care about that warning
wzyy2 has quit [Disconnected by services]
<plaes> well, if you're using armbian, then it's automatically created by build scripts
wzyy2 has joined #linux-sunxi
<mic-e> ok
paulk-elm has quit [Remote host closed the connection]
paulk-elm has joined #linux-sunxi
paulk-elm has quit [Remote host closed the connection]
<mic-e> adding via boot.cmd worked, thanks @plaes
<mic-e> now to do it the device tree way
<mic-e> what file does u-boot load the device tree from?
<plaes> that's also specified in the boot.cmd
<beeble> no u-boot dtb. thats defined in the config and the dtb is merged with the boot binary
<mic-e> oh
<beeble> CONFIG_DEFAULT_DEVICE_TREE in the config
<mic-e> it seems that the legacy kernel doesn't have a dtb?
<beeble> right
<mic-e> at least in my boot.cmd only the compiled FEX file is used
<beeble> you want to edit whatever your correct dts is in ./arch/arm/dts/ (uboot sourcetree)
<plaes> wait.. you're using 3.4
<plaes> then it's FEX
<mic-e> wait, so the vanilla kernel doesn't even have this horrible FEX stuff?
<plaes> yeah.. only device tree
<mic-e> maybe that's why I didn't get PWM to work with vanilla in the first place
<mic-e> I attempted to enable it through fex and wondered why no pwm devices appeared in /sys/class/pwm-sunxi
foxx has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
fkluknav has joined #linux-sunxi
mossroy has quit [Ping timeout: 240 seconds]
yann has joined #linux-sunxi
wzyy2 has quit [Ping timeout: 240 seconds]
srikant has joined #linux-sunxi
tkaiser has joined #linux-sunxi
<tkaiser> montjoie: Good news! With dwmac-sun8i-v3 benchmark numbers are even lower.
perr has joined #linux-sunxi
<Ke> tkaiser: did you receive your wifi dongle?
<Ke> with 5GHz or something
<Ke> or was it someone else
<tkaiser> Ke: Yup, both but did just a quick test with the Ralink.
srikant has quit [Ping timeout: 260 seconds]
<montjoie> tkaiser: lower ? perf decrease ?
BenG83 has quit [Ping timeout: 256 seconds]
<tkaiser> montjoie: Yeah, that's great since it showed the benchmark is the problem and not the driver :)
<tkaiser> Ke: Before I continue I work myself through every hint mentioned here: https://befinitiv.wordpress.com/2015/02/22/finding-the-right-wifi-dongle-and-patching-its-kernel-driver-and-firmware/
tsuggs has quit [Ping timeout: 240 seconds]
<tkaiser> montjoie: With this test (combined network/storage test) I got lower numbers with Armbian/mainline compared to Raspbian running on an RPi 3.
<mic-e> So I suppose the two alternatives are boot.cmd on the legacy kernel and devicetree on vanilla kernel
<tkaiser> Now used your repo to build OMV and get even worse numbers while iperf results are the same. Then tested on RPi with very slow storage and that affected performance there too. So now I have to search what's different between 4.10 and 4.11 and it's related to 'write to disk' and not network here.
BenG83 has joined #linux-sunxi
chlorine has joined #linux-sunxi
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
chlorine has quit [Ping timeout: 240 seconds]
chlorine has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
chlorine has quit [Ping timeout: 264 seconds]
apritzel has joined #linux-sunxi
srikant has joined #linux-sunxi
chomwitt2 has joined #linux-sunxi
chomwitt1 has quit [Ping timeout: 264 seconds]
<srikant> can anyone help me with pinebook sdcard boot? I have it with remixOS on NAND, but need Linux to boot from sdcard.
fkluknav has quit [Ping timeout: 256 seconds]
BenG83 has quit [Ping timeout: 260 seconds]
srikant has quit [Ping timeout: 260 seconds]
komunista has joined #linux-sunxi
Thedemon007 has joined #linux-sunxi
wzyy2 has joined #linux-sunxi
sztibi88 has quit [Remote host closed the connection]
BenG83 has joined #linux-sunxi
wzyy2 has quit [Disconnected by services]
wzyy2 has joined #linux-sunxi
jernej has quit [Ping timeout: 258 seconds]
terra854 has quit [Quit: Connection closed for inactivity]
chlorine_ has quit [Remote host closed the connection]
chlorine_ has joined #linux-sunxi
mossroy has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine_ has quit [Ping timeout: 240 seconds]
cnxsoft has quit [Quit: cnxsoft]
chlorine_ has joined #linux-sunxi
chlorine_ has quit [Remote host closed the connection]
chlorine_ has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
chlorine has joined #linux-sunxi
terra854 has joined #linux-sunxi
chlorine_ has quit [Ping timeout: 240 seconds]
chlorine has quit [Ping timeout: 260 seconds]
JohnDoe_71Rus has joined #linux-sunxi
Hao__ has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Read error: Connection reset by peer]
chlorine_ has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine_ has quit [Ping timeout: 264 seconds]
wzyy2 has quit [Disconnected by services]
wzyy2 has joined #linux-sunxi
Hao__ has quit [Ping timeout: 240 seconds]
BenG83_ has joined #linux-sunxi
techping has joined #linux-sunxi
mfratello has joined #linux-sunxi
<mfratello> hi all, i need some help: i tried to build an image for a v3s dev board
<mfratello> i found the corresponding sdk
<mfratello> and successfully compiled everything
<mfratello> when i try to pack the image i get "Dragon execute image.cfg Failed ! ArgCnt = 3, 400"
<mfratello> to be precise it is linux 3.4
mossroy has quit [Ping timeout: 240 seconds]
BenG83 has quit [Ping timeout: 260 seconds]
<plaes> mfratello: please invest in future and try mainline kernel with WIP patches instead
cnxsoft has joined #linux-sunxi
<mfratello> what wip patches?
<plaes> 4.11 has already some V3S support
<mfratello> it's still to unstable for what i need to do
<plaes> so, what do you want to do?
<miasma> how does the nanopi neo work without a heatsink btw?
<miasma> the new nas case is nice, but it seems no addon hats fit in
<mfratello> i need to setup a linux environment on it and develop a low cost camera
<mfratello> so i downloaded the official sdk
<plaes> from where?
enrico__ has joined #linux-sunxi
<jelle> miasma: the case is aluminum right, so a perfect heatsink?!
mhlavink has joined #linux-sunxi
<miasma> jelle: yes, but i was pondering if it leaves space for the dac hat, when left out
<miasma> probably not
cnxsoft has quit [Remote host closed the connection]
<jelle> oh that would be neat as music box then
<plaes> well, unfortunately we don't support that "official" SDK :(
<miasma> yep
<jelle> miasma: hmm looks like a thight fit :S
<miasma> too tight :)
<mfratello> which sdk do you support then?
<mfratello> i was unable to find anything
<plaes> we don't support anything, we just have wiki
<mfratello> ah, nice
<plaes> and mailing list
<mfratello> i wasn't able to do anything with the wiki and the mailing list either
<plaes> well, not many people around here have this hardware
<mfratello> yeah, i know
<mfratello> that's the main issue
foxx has quit [Ping timeout: 240 seconds]
<plaes> but there's basic support available in u-boot and mainline linux
<plaes> and it's a lot more stable than 3.4 kernel
<mfratello> and how do i build an image using these? i am not very much into embedded systems
<mfratello> i just follow steps on tutorials
<plaes> well, our wiki has Manual Build Howto...
<mfratello> but my board is not supported
<mfratello> only the soc
BenG83_ has quit [Ping timeout: 258 seconds]
<plaes> well, start by looking up similar board and adapt the configuration to your board
<plaes> ...and during that, improve the wiki
<mfratello> i don't know how to do it
<plaes> ...or pay someone to do it
<mfratello> i was just tasked to setup the board and pointed to that sdk
BenG83_ has joined #linux-sunxi
<plaes> well, what can I say
<mfratello> i hoped there was some streamlined way to build images for devboards
<mfratello> any idea about the error?
<mfratello> i already built everything
<mfratello> i'm unable to pack everything
<plaes> well, you have highly customized piece of HW which requires highly customized piece of SW
lemonzest has joined #linux-sunxi
chlorine has quit [Read error: Connection reset by peer]
indy has quit [Ping timeout: 256 seconds]
chlorine has joined #linux-sunxi
<Thedemon007> mfratello, maybe missing files https://www.olimex.com/forum/index.php?topic=3704.0
chlorine_ has joined #linux-sunxi
<Thedemon007> or lib http://forum.linksprite.com/index.php?/topic/3409-help-kernel-complication-make-livesuit-got-error/ pasted the complete error mfratello
<mfratello> Thedemon007, thanks, but i seem to have all the files
chlorine has quit [Ping timeout: 240 seconds]
<mfratello> nope, nothing changed
chlorine_ has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
<Thedemon007> mm mfratello sys_partition.fex http://bbs.csdn.net/topics/390967849
afaerber has quit [Quit: Leaving]
chlorine has quit [Ping timeout: 260 seconds]
indy has joined #linux-sunxi
victhor has joined #linux-sunxi
chlorine has joined #linux-sunxi
<mfratello> yeah i have sys_partition.fex
Andy-D has joined #linux-sunxi
<Thedemon007> in the forum say the problem is sys_partition.fex... the souce code are wrong :( ...
<mfratello> i don't speak chinese. do they say anything about how to solve?
foxx has joined #linux-sunxi
<mfratello> google translate is not really helping... xD
<Thedemon007> XD
apritzel has quit [Ping timeout: 264 seconds]
perr has quit [Remote host closed the connection]
Thedemon007 has quit [Quit: Saliendo]
Andy-D has quit [Remote host closed the connection]
techping has quit [Remote host closed the connection]
wzyy2 has quit [Disconnected by services]
wzyy2 has joined #linux-sunxi
afaerber has joined #linux-sunxi
elvirolo has joined #linux-sunxi
<elvirolo> hi
mossroy has joined #linux-sunxi
foxx has quit [Ping timeout: 260 seconds]
chlorine has quit [Ping timeout: 268 seconds]
chlorine_ has joined #linux-sunxi
chomwitt3 has joined #linux-sunxi
chomwitt2 has quit [Ping timeout: 246 seconds]
chlorine_ has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
<igraltist> my opipc2 is arrived :D
chlorine_ has joined #linux-sunxi
mfratello has quit [Quit: leaving]
wzyy2 has quit [Ping timeout: 240 seconds]
mfratello has joined #linux-sunxi
<mfratello>
chlorine has quit [Ping timeout: 256 seconds]
reinforce has quit [Quit: Leaving.]
elvirolo has left #linux-sunxi [#linux-sunxi]
fkluknav has joined #linux-sunxi
<igraltist> hmm this does not work with tor: https://www.armbian.com/download
chlorine_ has quit [Remote host closed the connection]
tkaiser has joined #linux-sunxi
mfratello has quit [Quit: leaving]
<tkaiser> miasma: How do you want to use other HATs with this NEO NAS Dock?
chlorine has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
chlorine has quit [Ping timeout: 246 seconds]
<miasma> tkaiser: i'd assume you could stack them? some wires would just go through
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
<wens> tkaiser: where did that new a83t datasheet come from?
jernej has joined #linux-sunxi
gzamboni has joined #linux-sunxi
fkluknav has quit [Ping timeout: 240 seconds]
mic-e has quit [Quit: Page closed]
BenG83_ has quit [Remote host closed the connection]
chlorine_ has quit [Remote host closed the connection]
lennyraposo has quit [Quit: Leaving.]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
<tkaiser> miasma: Sure but you would have to put them in between NEO and the NAS thingie and then side cover doesn't fit anyway.
<tkaiser> wens: SinoVoip, their support moron misunderstood a user question as always and put the datasheet on 'google driver': http://forum.banana-pi.org/t/how-to-get-irq-number-for-gpio/3081/5?u=charles
apritzel has joined #linux-sunxi
<miasma> tkaiser: the case is nice, but unfortunately too small for my needs anyways :P
<miasma> they could have used the space better
jernej has quit [Ping timeout: 240 seconds]
<tkaiser> miasma: My guess is that they sell another NAS thingie for NEO 2 based on the same case but with a second PCB to mount a second disk on. The 12V input could be an indication.
lkcl has quit [Ping timeout: 240 seconds]
<miasma> tkaiser: i asked them if i could use the current one in my car. i'd wanted to build a media player
<miasma> the problem is, car voltage varies between 12-14,5V
<jelle> use an usb stick? :p
<miasma> um
<miasma> and plug it where?
<jelle> in the nanopi
<miasma> not enough space
<miasma> i currently use 2.5" hdd (1TB), opi pc, usb dac, usb wifi, 24V 2x50W+100W amp
<miasma> and a $1.5 usb sata converter
<jelle> oh yeah
<miasma> which is great :) > 30 MB/s for $1.5
<jelle> more then I expected :p
<miasma> the music is 256 kbps though :P
_whitelogger has quit [K-Lined]
_whitelogger has joined #linux-sunxi
reinforce has joined #linux-sunxi
leviathan has joined #linux-sunxi
<tkaiser> miasma: And why not getting any PCM5102A on Aliexpress/ebay and putting this into the enclosure? BTW: the step-down converter is this here: http://www.ti.com/lit/ds/symlink/tps54331.pdf
<miasma> tkaiser: yes, but without schematics i can't tell how it's connected, would it fry leds/hdd with 14V
leviathan has quit [Remote host closed the connection]
<miasma> apparently h5 support didn't make it in uboot v2007.3
<miasma> at least there's no opi pc2 files in the repo
<miasma> *v2017.3
<jelle> yup
<jelle> miasma: I think it was in sunxi-next
paulk-collins has joined #linux-sunxi
<tkaiser> jelle: Are you the one defining the blue led on the NEO as heartbeat?
<jelle> tkaiser: hmm as heartbeat?
leviathan has joined #linux-sunxi
<miasma> vpeter: no. that's a silly solution. the nas board already has a 3,5 .. 28V -> 5V dc-dc converter
<tkaiser> jelle: label = "nanopi:blue:status"; and linux,default-trigger = "heartbeat";
<tkaiser> jelle: ah, see it now: Milo Kim
<jelle> tkaiser: it's not in mainline
<jelle> tkaiser: what dts file are you looking at?
<tkaiser> jelle: sun8i-h3-nanopi.dtsi from montjoie's latest Ethernet branch: https://github.com/montjoie/linux/tree/dwmac-sun8i-v3
<jelle> aha
<vpeter> miasma: But you mentioned 14V?
<jelle> tkaiser: yeah indeed
<miasma> vpeter: the car battery is 12V, car generator 14V. opis use 5V, hdd uses 5V, the amp uses 24V
<miasma> vpeter: and i already have 12 -> 24 for the amp, the nas case would have the other converter in a compact form
<vpeter> Got it.
fkluknav has joined #linux-sunxi
<tkaiser> jelle: Hehe, just checked my mails. How late is it now in China? Mindee from FriendlyELEC just wrote 'we'll reduce the heartbeat brightness in the future since it's not for the Iron man'. They also sent JMS567 datasheet (I never asked for :) ) so maybe they follow the suggestion to replace the USB-to-SATA bridge on their NAS thingie with JMS567 in the future :)
<jelle> hehe lol
<MoeIcenowy> tkaiser: it's 01:34 am now
<jelle> but yay more datasheets :-)
<tkaiser> MoeIcenowy: you need to go to bed now. It's late! Good night! ;)
<MoeIcenowy> reduce the heartbeat brightness is a good thing ;-)
<MoeIcenowy> I can still remember the first time I start a Cubieboard1 (with mainline kernel)
<jelle> just solder a bigger resistor ;-)
<MoeIcenowy> yes
<MoeIcenowy> the green LED which is put into heartbeat is very very light...
apritzel has quit [Ping timeout: 246 seconds]
<willmore> tkaiser, that's good news. The possible JMS567 replacement.
<willmore> Did you upload that datasheet, tkaiser?
mossroy has quit [Quit: Leaving]
<jelle> nice
matthias_bgg has quit [Quit: Leaving]
leviathan has quit [Remote host closed the connection]
HeavyMetal has quit [Ping timeout: 256 seconds]
<willmore> Thank you.
HeavyMetal has joined #linux-sunxi
HeavyMetal has quit [Changing host]
HeavyMetal has joined #linux-sunxi
BenG83 has joined #linux-sunxi
jernej has joined #linux-sunxi
lurchi_ is now known as lurchi__
gzamboni has quit [Ping timeout: 260 seconds]
terra854 has quit [Quit: Connection closed for inactivity]
gzamboni has joined #linux-sunxi
gzamboni has quit [Ping timeout: 260 seconds]
gzamboni has joined #linux-sunxi
Ntemis has joined #linux-sunxi
tkaiser has quit [Ping timeout: 240 seconds]
tkaiser has joined #linux-sunxi
tkaiser has quit [Ping timeout: 260 seconds]
tkaiser has joined #linux-sunxi
netlynx has quit [Quit: Ex-Chat]
Mr__Anderson has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
reinforce has quit [Ping timeout: 260 seconds]
fkluknav has quit [Ping timeout: 260 seconds]
Ntemis has quit [Remote host closed the connection]
GrimKriegor has quit [Quit: oh bai bai bai]
tkaiser has quit [Read error: Connection reset by peer]
GrimKriegor has joined #linux-sunxi
reinforce has joined #linux-sunxi
tkaiser has joined #linux-sunxi
Andy-D has joined #linux-sunxi
Pepes has joined #linux-sunxi
Pepe__ has joined #linux-sunxi
Pepe has quit [Ping timeout: 260 seconds]
Pepes has quit [Ping timeout: 264 seconds]
<igraltist> is orangepi_2_defconfig for orangepipc2?
Pepe has joined #linux-sunxi
Pepe__ has quit [Ping timeout: 240 seconds]
Pepe has quit [Read error: Connection reset by peer]
<jernej> igraltist: no, that is for OrangePi 2, not so popular version
Pepe has joined #linux-sunxi
<jernej> igraltist: OrangePi PC 2 U-Boot support will be released in next U-Boot (2017.5)
<jernej> at least I hope
<igraltist> ok
<igraltist> then i use the armbian uboot first
<igraltist> the u-boot already has sun50i but just no default defconfig
<jernej> you can also use http://git.denx.de/?p=u-boot/u-boot-sunxi.git;a=summary
reinforce has quit [Quit: Leaving.]
<igraltist> ok thx
apritzel has joined #linux-sunxi
komunista has quit [Quit: Leaving.]
lkcl has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
lurchi__ is now known as lurchi_
lemonzest has quit [Quit: Leaving]
jernej has quit [Ping timeout: 260 seconds]
<MoeIcenowy> jernej: but I think this tree still lacks FIT support
lurchi_ is now known as lurchi__
dave0x6d has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 240 seconds]
Mr__Anderson has quit [Quit: Leaving.]
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
laj has joined #linux-sunxi
chomwitt4 has joined #linux-sunxi
chomwitt3 has quit [Ping timeout: 240 seconds]
tsuggs has joined #linux-sunxi
apritzel has quit [Ping timeout: 260 seconds]
<igraltist> the u-boot-sunxi repo does not compile
fl_0 has quit [Ping timeout: 240 seconds]
enrico__ has quit [Quit: Bye]
massi has quit [Quit: Leaving]
fl_0 has joined #linux-sunxi
fl_0 has quit [Ping timeout: 240 seconds]