mnemoc 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
alexst_ has quit [Ping timeout: 260 seconds]
ricardocrudo has joined #linux-sunxi
petr has quit [Ping timeout: 255 seconds]
maksimlin has quit [Read error: Connection reset by peer]
petr has joined #linux-sunxi
petr has quit [Ping timeout: 264 seconds]
petr has joined #linux-sunxi
akaizen has joined #linux-sunxi
maksimlin has joined #linux-sunxi
cubier7 has joined #linux-sunxi
cubier7 has quit [Client Quit]
cubier7 has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
discopig has joined #linux-sunxi
nicksydney has joined #linux-sunxi
lukas2511 has quit [Ping timeout: 240 seconds]
ricardocrudo has quit [Ping timeout: 240 seconds]
ecelis has joined #linux-sunxi
kuldeepdhaka has joined #linux-sunxi
uwe_ has quit [Ping timeout: 255 seconds]
cubier7_ has joined #linux-sunxi
kuldeepdhaka has quit [Ping timeout: 272 seconds]
cubier7 has quit [Ping timeout: 260 seconds]
uwe_ has joined #linux-sunxi
tomcheng76 has quit [Ping timeout: 245 seconds]
tomcheng86 has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
TheSeven has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
nicksydney_ has joined #linux-sunxi
nicksydney has quit [Ping timeout: 272 seconds]
nicksydney has joined #linux-sunxi
nicksydney_ has quit [Ping timeout: 272 seconds]
ecelis has quit [Quit: leaving]
earny has quit [Read error: Connection reset by peer]
earny has joined #linux-sunxi
lukas2511 has joined #linux-sunxi
TheSeven has quit [Ping timeout: 252 seconds]
ecelis has joined #linux-sunxi
lukas2511 has quit [Remote host closed the connection]
<wens> maybe we should mention this to allwinner
TheSeven has joined #linux-sunxi
lukas2511 has joined #linux-sunxi
kuldeepdhaka has joined #linux-sunxi
<maksimlin> wens: agreed having a pwr button, especially a nice rocker one is a nice touch to have a on a dev board
<maksimlin> then again, I'll be happy just to get the uart working properly with my a31 board
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
akaizen_ has joined #linux-sunxi
akaizen has quit [Ping timeout: 272 seconds]
lukas2511 has quit [Quit: Hass.]
TheSeven has quit [Ping timeout: 272 seconds]
TheSeven has joined #linux-sunxi
akaizen_ has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
akaizen has quit [Ping timeout: 252 seconds]
rz2k has joined #linux-sunxi
maksimlin has quit [Ping timeout: 252 seconds]
<wens> Turl: I would like to pull some clks into separate drivers, namely sun6i pll6
<Turl> wens: that's going to be a bit complicated
mmarker has quit [Remote host closed the connection]
<wens> :(
mmarker has joined #linux-sunxi
<Turl> that one is implemented as a factor I think
<wens> the current issue is clk-sunxi doesn't do deferred probes
<wens> i think sun6i plls are easy to pull out, as osc24M is just a fixed-clock
<Turl> wens: and how is that an issue?
<Turl> wens: yeah, but it's using the factors registration stuff, you'd have to duplicate that
<wens> isn't factors a separate file already?
<wens> it's divs that's still in clk-sunxi
<wens> anyway, the issue is i have pll6 -> pll6x2 (fixed-factor) -> mbus
<wens> pll6 and mbus are supported by clk-sunxi
<Turl> it's a different file, but sunxi_factors_clk_setup is on clk-sunxi
<wens> so when mbus clk is registered, pll6x2 (the active parent) isn't available, and clk_enable doesn't get propagated properly
<wens> either i add pll6 to the protected clock list, or i fix this
<Turl> hmm
<wens> pulling out mod0 clk might help too
<Turl> wens: can't you just do like we do on sun4i+?
<wens> Turl: you mean like pll6, pll6_other ?
JohnDoe_71Rus has joined #linux-sunxi
<Turl> wens: yeah, sun6i pll6 is just 24*n*k and 24*n*k/2
<Turl> so a fixed 2 on divs and you should be covered, unless I'm missing something
<wens> mripard asked to use fixed-factor clocks for them
akaizen has joined #linux-sunxi
maksimlin has joined #linux-sunxi
<Turl> IMO, one clock should only take one node to represent
<wens> i assume you're using divs for pll2?
<Turl> I don't have a clean implementation for it yet
<Turl> I got something together with hardcoded values to focus on the other parts
<wens> i see
<Turl> (even AW themselves hardcoded the values fwiw)
<wens> i suppose those are the only clock rates that matter
<Turl> yeah, I read a comment somewhere on the code saying they needed the precision
<Turl> so they have those specific factors
<wens> we probably should've hardcoded pll6 to 600mhz too, as stated in the manual
maksimlin has quit [Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140608211828]]
maksimlin has joined #linux-sunxi
<Turl> maybe
<Turl> the server is still down :\
ganbold__ has quit [Ping timeout: 240 seconds]
lukas2511 has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
akaizen has quit [Ping timeout: 252 seconds]
<Turl> wens: I just had a quick look at your series from yesterday
<Turl> wens: the only thing I was able to spot was a misspelled indices on your cover letter
kuldeepdhaka has quit [Ping timeout: 255 seconds]
Quarx has joined #linux-sunxi
Quarx has quit [Client Quit]
<wens> oops, misspelled more than once
<wens> only changes from v3 were moving to bitmaps instead of clock-indices for the gates
<wens> the remaining stuff i have for a23 are pinctrl, i2c and mmc, all of them just DT patches
<wens> leaving out pll6 implementation until we agree on how to do it
kuldeepdhaka has joined #linux-sunxi
<Turl> wens: does A23 have any other pll6 users?
<Turl> (apart from mbus)
akaizen has joined #linux-sunxi
<wens> Turl: mmc mod0 clock
<wens> but the dummy pll6 clock is 600 mhz, which matches the system default set by boot0/uboot
<wens> so it still works
<wens> i suppose it could be clocked from osc24M if pll6 isn't available
<Turl> ah, ok
<Turl> just wondering, because I didn't recall other users apart from sata
<Turl> and that's not there
<Turl> uh, someone trying to build a23 uboot on the list
<wens> he probably should've dropped the kernel guys from his reply
<Turl> yeah
<Turl> good night :)
<wens> :)
shineworld has joined #linux-sunxi
maksimlin has quit [Ping timeout: 240 seconds]
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
akaizen has quit [Ping timeout: 260 seconds]
muzziq has joined #linux-sunxi
Zboonet has quit [Remote host closed the connection]
Zboonet has joined #linux-sunxi
_massi has joined #linux-sunxi
kuldeepdhaka has quit [Ping timeout: 264 seconds]
akaizen has joined #linux-sunxi
cubier7__ has joined #linux-sunxi
cubier7_ has quit [Ping timeout: 245 seconds]
kuldeepdhaka has joined #linux-sunxi
<mripard> wens: the A31 EVK already have a power switch :)
<mripard> wens: and I've been working for the MMC clocks on splitting the factors clock
<mripard> it's not quite finished yet, I was hoping to get this done by the end of this week
<mripard> but I can push what I have so fare
<wens> mripard: no rush :)
<wens> i'm working on sun6i/sun8i rtc driver
<wens> mripard: well i meant mentioning to allwinner that rockchip is pushing for mainline support
<wens> a little pressure might be good :p
rz2k has quit []
sehraf has joined #linux-sunxi
<oliv3r> allo
<oliv3r> wens: rockchip itself is doing that? nice one, how is rockchip doing with opensource bootloader support?
<oliv3r> how many binary blobs do they still ahve?
<wens> no idea atm
libcg has joined #linux-sunxi
<wens> i haven't looked
<oliv3r> just trying to judge how much ahead sunxi is :)
<oliv3r> or we have to jump chip :p
kuldeepdhaka has quit [Ping timeout: 255 seconds]
<oliv3r> Anybody know the Psi-JT according to Jedec's JESD51-2A for the A10/A20?
<oliv3r> mripard: would you be able to get that information from AW dev's? Including maybe the temperature coefficient etc for the temperature sensor?
<mripard> oliv3r: I have no idea what you're talking about
kuldeepdhaka has joined #linux-sunxi
<wens> oliv3r: afaik rockchip has pinctrl, clks and mmc in mainline already
<wens> and i think i've seen patches for i2c
<oliv3r> mripard: i'm doing thermal analsys :) And JEDEC has some rules and recommendations on how junction temperatures etc are to be calculated and defined
<mripard> wens: pinctrl and clocks aren't there iirc
<mripard> but they had mmc for a very long time
<mripard> pretty much since day 1
<oliv3r> the temperature coefficient is required to tune/calibrate the internal themral diode :)
<mripard> they have i2c
<oliv3r> they should have spi + i2c
<mripard> and rockchip submitted spi and i2s for 3.17
<wens> there's pinctrl-rockchip in 3.16-rc
<wens> maybe it's just the basic framework
<mripard> maybe I'm wrong :)
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
astr has quit [Quit: Ex-Chat]
akaizen has quit [Ping timeout: 260 seconds]
<mripard> oliv3r: send me an email with what you are doing, and what you want
libcg has quit [Ping timeout: 240 seconds]
rellla has quit [Quit: see you later]
rellla has joined #linux-sunxi
joedj has quit [Ping timeout: 264 seconds]
joedj has joined #linux-sunxi
nicksydney_ has joined #linux-sunxi
muzziq has quit [Quit: Page closed]
prahal has joined #linux-sunxi
nicksydney has quit [Ping timeout: 272 seconds]
ganbold_ has joined #linux-sunxi
nicksydney has joined #linux-sunxi
nicksydney_ has quit [Ping timeout: 252 seconds]
megal0maniac_afk has quit [Remote host closed the connection]
arete74 has quit [Read error: Connection reset by peer]
arete74 has joined #linux-sunxi
arete74 has quit [Read error: Connection reset by peer]
ganbold_ has quit [Ping timeout: 240 seconds]
avsm has joined #linux-sunxi
arete74 has joined #linux-sunxi
notmart has joined #linux-sunxi
arete74 has quit [Read error: Connection reset by peer]
arete74 has joined #linux-sunxi
ganbold_ has joined #linux-sunxi
<zoobab> linux-sunxi.org is down?
<zoobab> zoobab@heembeek /home/zoobab [12]$ ping linux-sunxi.org
<zoobab> PING linux-sunxi.org (46.4.94.36) 56(84) bytes of data.
<zoobab> ^C
<zoobab> 1 packets transmitted, 0 received, 100% packet loss, time 0ms
<zoobab> --- linux-sunxi.org ping statistics ---
<zoobab> zoobab@heembeek /home/zoobab [13]$ ping www.linux-sunxi.org
<zoobab> PING maxima.linux-sunxi.org (46.4.94.36) 56(84) bytes of data.
<zoobab> ^C
<zoobab> --- maxima.linux-sunxi.org ping statistics ---
<zoobab> 1 packets transmitted, 0 received, 100% packet loss, time 0ms
<zoobab> zoobab@heembeek /home/zoobab [14]$
<buZz> maxima is down yeah
<buZz> she just lost to her native country
<zoobab> who is maxima?
<zoobab> ISP?
<buZz> queen of netherlands
<Wizzup> (from argentina)
<buZz> exactly :)
FreezingCold has quit [Ping timeout: 240 seconds]
arete74 has quit [Ping timeout: 240 seconds]
FreezingCold has joined #linux-sunxi
avsm1 has joined #linux-sunxi
avsm has quit [Ping timeout: 240 seconds]
wigyori has quit [Ping timeout: 245 seconds]
arete74 has joined #linux-sunxi
libcg has joined #linux-sunxi
libcg has quit [Read error: Connection reset by peer]
libcg has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
avsm has joined #linux-sunxi
avsm1 has quit [Ping timeout: 240 seconds]
wickwire has joined #linux-sunxi
mripard has quit [Ping timeout: 252 seconds]
zoobab has quit [Ping timeout: 245 seconds]
tomboy64 has quit [Ping timeout: 264 seconds]
vbmithr_ has quit [Ping timeout: 255 seconds]
cazzacarna has quit [Ping timeout: 252 seconds]
vbmithr has joined #linux-sunxi
tomboy64 has joined #linux-sunxi
zoobab has joined #linux-sunxi
mripard has joined #linux-sunxi
cazzacarna has joined #linux-sunxi
afaerber has joined #linux-sunxi
avsm has quit [Read error: Connection reset by peer]
paulk-collins has quit [Quit: Ex-Chat]
alexst has joined #linux-sunxi
alexst has quit [Ping timeout: 252 seconds]
kuldeepdhaka has quit [Read error: Connection reset by peer]
rinni has joined #linux-sunxi
kuldeepdhaka has joined #linux-sunxi
alexst has joined #linux-sunxi
FDCX has quit [Ping timeout: 240 seconds]
Black_Horseman has quit [Quit: Zwi se logou mou!!!]
alexst has quit [Ping timeout: 255 seconds]
phh_ is now known as phh
FDCX has joined #linux-sunxi
rz2k has joined #linux-sunxi
seppel has joined #linux-sunxi
leviathanch2 has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
nicksydney_ has joined #linux-sunxi
nicksydney has quit [Ping timeout: 252 seconds]
alexst has joined #linux-sunxi
leviathanch2 has quit [Ping timeout: 240 seconds]
shineworld has quit [Quit: Sto andando via]
alexst has quit [Ping timeout: 240 seconds]
avsm has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
<slapin> hey, people, can somebody update on linux-sunxi.org, when it will be up? too many people rely on it...
Gerwin_J has joined #linux-sunxi
slopez has joined #linux-sunxi
alexst has joined #linux-sunxi
alexst has quit [Ping timeout: 240 seconds]
<plaes> slopez: no idea
<slopez> plaes: ?
<plaes> slapin: ^^ :S
<plaes> sorry
<zoobab> time for DHT based hosting
sehraf has quit [Ping timeout: 260 seconds]
paulk-collins has joined #linux-sunxi
dlan has quit [Ping timeout: 240 seconds]
dlan has joined #linux-sunxi
dlan has quit [Changing host]
dlan has joined #linux-sunxi
<rz2k> slapin: its down two days and no word from mnemoc
alexst has joined #linux-sunxi
paulk-collins has quit [Ping timeout: 240 seconds]
<groszek> anyone with cubieboard2? I'm interrested in seeing results of: openssl speed -multi 2 aes-256-cbc
<fiola> zoobab: got a link to open source packages used for DHT-based hosting?
alexst has quit [Ping timeout: 240 seconds]
kivutar has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
<rz2k> groszek: if you find google cache for linux-sunxi.org/Benchmarks it had A20 openssl -speed
libcg has quit [Ping timeout: 256 seconds]
<groszek> ah yeah, thanks
<groszek> I wanted to see if there is difference between boards on the same cpu,
alexvf is now known as alexvf_out
<rm> one difference will be the RAM frequency
sehraf has joined #linux-sunxi
<rm> can be 480, 432, 360
<rm> perhaps with more steps in between
<rm> not sure if this will affect openssl much, which is probably computing and not RAM access intensive
seppel has quit [Quit: Leaving]
wigyori has joined #linux-sunxi
alexst has joined #linux-sunxi
issue_ has joined #linux-sunxi
<Turl> wiki is up now
<Turl> dead psu
libv_ has joined #linux-sunxi
<ccaione> Turl: are you happy to be in the final? :D
<fiola> Does Mediawiki have a federation/distribution mechanism, with updates being spread automatically to replicas. Graceful degradation would be nice.
<Turl> rz2k: ssvb libv_ slopez etc ^
<Turl> ccaione: :D
<Turl> fiola: no idea, but it may be worth looking
libv has quit [Ping timeout: 252 seconds]
<fiola> I'm sure many would like to contribute, spread the load, as long as it's automatic.
<Turl> err slapin ^, sorry slopez
<rz2k> ty
libcg has joined #linux-sunxi
mnemoc has joined #linux-sunxi
<ssvb> Turl: phew, thanks!
libcg has quit [Remote host closed the connection]
libcg has joined #linux-sunxi
<fiola> ssvb: cold turkey without the regular linux-sunxi.org fix :P
libv_ is now known as libv
<libv> well, let it all be a lesson to you
<libv> the wiki is fucking important.
<fiola> libv++
<fiola> Too important to not have replicas at multiple sites, with automatic replication.
<libv> no, i meant: to important to refuse to document anything in it
<fiola> That too. But I was talking about availability.
<rinni> I run cpuburn-a7 on my Cubieboard2 for two hours today and recorded the temperature recorded by the touchscreen sensor, max. temp is ~66°C
<rinni> the cooling down is a litte faster
<fiola> Nice curve :P
<fiola> Do Allwinner SoCs have built-in temperature sensors?
<Turl> yes, there's one on the touchpad block
<Turl> s/pad/screen
<libv> yay, it seems to be back
<sehraf> montjoie[home]: this is what i get when using cryptodev + openssl: http://0bin.net/paste/1r1FhN5zwWuwWsAE#IfNDi0u9FYN9uG-bsNRftjTae3JQ1im+Pn8ZqWvNjmi
<libv> rellla: i am still waiting for your rewrite of the hummingbird page btw :p
avsm has quit [Ping timeout: 240 seconds]
<fiola> Turl: is that mapped out to some entry in /sys which we can read from the shell?
avsm has joined #linux-sunxi
<rinni> fiola: On mainline kernel it's /sys/class/hwmon/hwmon0/temp1_input
<rinni> fiola: you need to divide the values by 1000 to get °C
<fiola> rinni: thanks. We're not running mainline on A10-OLinuXino-LIME, right?
<Turl> on 3.4 there's patches on the mailing list
<fiola> Thanks
<rinni> sehraf: just for the record: I found the correct u-boot version to get both cpus on the Cubieboard2: https://github.com/jwrdegoede/u-boot-sunxi/commits/sunxi-next
<sehraf> rinni: good to know :)
<rellla> libv: i'm away now for three days :p - and veeeery slow internet via t-mobile edge at home. no fun atm.
avsm has quit [Ping timeout: 252 seconds]
<rellla> libv: so i beg you to help me within this messy situation and look into the wiki yourself \o/
<rellla> :p
<fiola> And on a related topic, I suggest that all patches go on wiki too. Scanning a mailing list for code is less than optimal.
* rellla melted the psu, not to have to do the hummingbird page ;)
<fiola> Code on github, gitorious, etc, links to code on wiki, not the code itself.
avsm has joined #linux-sunxi
libcg has quit [Remote host closed the connection]
libv_ has joined #linux-sunxi
rinni has left #linux-sunxi [#linux-sunxi]
libv has quit [Ping timeout: 252 seconds]
<ccaione> fiola: patches on the ml is the universal way to do these things and it makes easier to review them
<fiola> ccaione: completely different requirements for a dev team and for users. A dev team follows ML religiously, whereas users can't be expected to look through a year's worth of ML traffic to find a specific patch.
<fiola> Don't confuse the two. I agree ML is awesome for dev team that follows it continuously, but that's not the requirement for random patches needed by users.
<fiola> That's why a list of important patches on a wiki is very useful for the wider community.
<ccaione> how do you choose which patches are important?
<ccaione> it will end up having all the patches duplicated in the wiki IMO
alexst has quit [Ping timeout: 240 seconds]
<fiola> What's important depends on the user, that's why listing them on a wiki will serve many different requirements. I for instance would cherry pick the one for I2C touchscreen temperature sensor.
<fiola> ccaione: You can't expect a person who wants just one specific patch to wade through a year's worth of mail to find it.
<ccaione> fiola: I do all the time, no big issue
<fiola> Well others don't have all their lives to spend scanning email. We want a specific patch.
<ccaione> go on, edit the wiki and add a new page :)
<fiola> That's not a bad idea.
dack has joined #linux-sunxi
libv_ is now known as libv
avsm has quit [Quit: Leaving.]
bonbons has joined #linux-sunxi
kuldeepdhaka has quit [Ping timeout: 256 seconds]
paulk-collins has quit [Ping timeout: 272 seconds]
paulk-collins has joined #linux-sunxi
alexst has joined #linux-sunxi
<wens> looking through patchwork is probably better :)
alexst has quit [Ping timeout: 245 seconds]
<Tsvetan> great linux-sunxi.org site is up again !
<slapin> YAY!!!
paulk-collins has quit [Quit: Ex-Chat]
inn has quit [Quit: Page closed]
akaizen has joined #linux-sunxi
<fiola> Yep, it was grim without it, hehe. Just shows that it is an important resource, and so we should give it some enginerring design consideration so that it can't disappear when one site gets hit by an asteroid.
KAPTEIN has joined #linux-sunxi
<KAPTEIN> Hi, i'm wondering if its possible to book into linux on Novo 7 tablet (ARM7, allwinner a10)
<KAPTEIN> Search around on internet, but found only threads without replies .(
<KAPTEIN> searched*
<WarheadsSE> If you can peel out the fex, you can likely get it working, but you will want to dervice all the attached devices have supported drivers long before that.
<KAPTEIN> "Usually, script.bin can be found on the nanda boot partition on A10 devices."- is it a difficult task to do?
<KAPTEIN> I just got adb installed adn can browse my root dir
_massi has quit [Quit: Leaving]
<afaerber> KAPTEIN, careful, you probably meant ARMv7, not ARM7 :)
<KAPTEIN> Yeah :)
<KAPTEIN> i can do this "dd if=/dev/nand" and then mount *.img file
<KAPTEIN> Will it do the trick?
alexst has joined #linux-sunxi
imcsk8 has quit [Quit: Reconnecting]
imcsk8 has joined #linux-sunxi
<Turl> fiola: the idea is that patches are reviewed and merged, users should just need to use the (stage/)sunxi-3.4 branch or so
<Turl> KAPTEIN: go over and read http://linux-sunxi.org/New_Device_howto
<Turl> follow that and you should be all set :)
<Turl> Tsvetan: yep :)
<Turl> Tsvetan: PSU went down :/
<ssvb> Turl: still the question is whether the mediawiki database backups are properly handled
specing has quit [Quit: Oops, wrong button]
jemk has joined #linux-sunxi
<ssvb> that's a way too important resource to have even a slim chance to lose it
<ssvb> also taking the http://en.wikipedia.org/wiki/Bus_factor into account :)
<Turl> ssvb: I see a pg_dump on the backup script, I suppose that takes care of it
<Turl> but let's confirm with mnemoc when he is around
<ssvb> where are the backups dumped to?
bertrik has joined #linux-sunxi
<Turl> ssvb: some other ssh host on "your-backup.de"
afaerber has quit [Quit: Verlassend]
<KAPTEIN> Turl, that was plenty of usefull information to read, thanks :)
<Turl> I think it was gzamboni that mentioned he was mirroring the backup
<Turl> gzamboni: see if you have an sql.xz with those files you rsync
<ssvb> Turl: during the whole downtime incident, I was particularly freaked out by the fact that nobody could say "guys, don't worry, I have a fresh mediawiki database backup"
<Turl> KAPTEIN: yw
<Turl> ssvb: :)
<ssvb> and everyone was kinda waiting for mnemoc to clarify the situation
<Turl> ssvb: I just made a copy of the current backup if it makes you feel safer
<ssvb> Turl: sure, thanks
leviathanch2 has joined #linux-sunxi
<ssvb> "This keeps happening ... make sure to backup, and then test your backup"
notmart has quit [Quit: notmart terminated!]
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #linux-sunxi
specing has joined #linux-sunxi
<ssvb> Turl: basically, their problem was that not everything important had been included in the backups, and this was discovered only after their server went down
<fiola> This shouldn't be about taking backups, it should be about having a resilient system architecture. One single site for something as important as this wiki is not good engineering practice.
<ssvb> Turl: so it makes a lot of sense to also verify that this linux-sunxi mediawiki database dump can be really used for complete recovery by testing it
<Turl> I should set up an LAPP stack and try them
<Turl> maybe even leave it as RO so there's a backup wiki and refresh it daily
<fiola> As a bare minimum, send the nightly dumps to nominated mirrors, and put the mirror URLs in round robin DNS. That's a bit Jurassic, but better than nothing.
<rm> u wot m8
<rm> round robin DNS, so that people edit a random copy of the wiki?:)
<fiola> Replicas read-only, unless MediaWiki has a federation system. Said that a couple of hours ago.
<fiola> It not only tests the integrity of your backups every night, but also allows for continued read-only operations when the master site goes down, or is taken down for planned maintenance. It's a LOT better than nothing, despite being a bit noddy.
akaizen_ has joined #linux-sunxi
akaizen has quit [Read error: No route to host]
akaizen has joined #linux-sunxi
akaizen_ has quit [Ping timeout: 260 seconds]
akaizen_ has joined #linux-sunxi
akaizen has quit [Read error: Connection reset by peer]
akaizen_ has quit [Read error: Connection reset by peer]
akaizen has joined #linux-sunxi
ninolein has quit [Ping timeout: 240 seconds]
ninolein has joined #linux-sunxi
KAPTEIN has quit [Quit: Leaving]
BorgCuba has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 252 seconds]
zeRez has joined #linux-sunxi
<gzamboni> Turl i do sync only /srv/http/sunxi/linux-sunxi.org/dl and /srv/http/tom/cubieboard.org/dl
<gzamboni> but i can add some more dirs if you think its a good aditionnal security
wickwire has quit [Remote host closed the connection]
<Turl> more copies are never a bad thing
<Turl> (unless you're part of RIAA and such)
<Turl> but let's wait for mnemoc
<gzamboni> :) k, anyway i didnt find that mysql backup file
<gzamboni> on the server and on the rsyncked files
akaizen has quit [Ping timeout: 272 seconds]
akaizen has joined #linux-sunxi
<montjoie[home]> if you need help for some sysadmin do not hesitate, I perhaps can help
<Zboonet> montjoie[home], does your nick have something to see with "Les Contamines Montjoie" ?
buZz has quit [Ping timeout: 240 seconds]
<montjoie[home]> no
buZz has joined #linux-sunxi
buZz is now known as Guest90531
zeRez has quit [Ping timeout: 264 seconds]
zeRez has joined #linux-sunxi
jwktje has joined #linux-sunxi
popolon has joined #linux-sunxi
avsm has joined #linux-sunxi
<oliv3r> fiola: what script do you use to record temperatures
<jwktje> I saw that the Anichips_phoenix page was removed. Does anybody know why? The original wiki from Anichips is broken and incomplete after they moved servers. I read in an old version of the wiki page that I could use the sun7i target. My question is, could I still do a manual build at this point? I have the sys_config.fex file. I really need to get my hands on a bootable image. Any help would be great
<Turl> jwktje: I still see the page, http://linux-sunxi.org/Anichips_phoenix
leviathanch2 has quit [Ping timeout: 272 seconds]
<jwktje> Yes but the info about doing a manual build is empty at the moment. My guess is that (because of the notice at the top of the page) the page needs to be changed to fit new criteria. If there was something I could do to get this going, I'd love to. The problem is that I'm more a webdeveloper and less capable with this kinda stuff.
<jwktje> tldr: Will do webdev for bootable IMG :P
<jwktje> Any takers for a free custom built website or even an app in exchange for helping me out on this?
<Turl> jwktje: you should go and follow http://linux-sunxi.org/New_Device_howto
Black_Horseman has joined #linux-sunxi
<oliv3r> jwktje: i doubt there's anything anichips specific you need to care about
<oliv3r> Turl: i think i'll forward port the nand stuff in u-boot to sunxi-u-boot
<Turl> oliv3r: $JOB requirement?
<oliv3r> Turl: we need nand, i don't wanna use boot0
<mripard> fiola: it's great that we have things called "search engine" then
<jwktje> oliv3r: I don't think so either. I've also found the repo from anichips that has some forked branches of Sunxi. I'd imagine that would be enough to do a build. I tried about 20 times. Failed due to various reasons (mainly problems downloading toolchains and probably my incompetence).
<jwktje> oliv3r: Basically I'm just lost here haha. I googled my ass of for about 2 months and read a shit ton of tutorials. I just can't manage to pull it off. That's why I came on IRC to basically offer my services to anyone that could help me out.
<jwktje> Maybe someone has a prebuilt image for the PhoenixA20 sitting on their computer, but the chances are probably slim
<oliv3r> jwktje: ignore that it's from anichips, just treat it as any sunxi device, they are all 'identical' more or less, follow the new_device_howto
FDCX has quit [Ping timeout: 240 seconds]
<oliv3r> jwktje: the only difference between All sunxi devices is the script.bin and the bootloader. rootfs can be all the same
<oliv3r> the kernel and the modules would be specific to sun4i, sun5i or sun7i
zeRez has quit []
<jwktje> Okay so as long as I have the .fex file to make the script.bin and know that the rest needs to be suited for sun7i I should be able to do a build?
<jwktje> If so my mind would be blown. I hate being a noob at shit, I tell ya :P
<jwktje> oliv3r: I'm just gonna start fresh and try again. Short question though, when going through the manual build, Is building u-boot enough? Or do I need to go through the additional steps on the U-Boot page as well?
<oliv3r> jwktje: yeah, or just download any image, and replace script.bin, kernel and u-boot
<oliv3r> jwktje: also, try the fedora image, it has an installer that installs all those bits fro you :)
<oliv3r> jwktje: checkout the sunxi-bsp; and just do ./configure and make
<jwktje> *furiously takes notes*
<jwktje> oliv3r: Will do, will do! Thanks for being nice to a newcomer :D
<oliv3r> :)
robb83 has quit [Read error: Connection reset by peer]
<oliv3r> Turl: any suggestions or ideas?
bonbons has quit [Quit: Leaving]
robb83 has joined #linux-sunxi
deasy has joined #linux-sunxi
issue_ has quit [Remote host closed the connection]
dack has quit [Remote host closed the connection]
BorgCuba has quit [Quit: leaving]
jwktje has quit [Quit: Page closed]
<Turl> oliv3r: for uboot?
Guest90531 is now known as buZz
avsm has quit [Quit: Leaving.]
groszek has quit [Quit: .]
sehraf has quit [Quit: www.miranda-fusion.de ... be part of it...]
FDCX has joined #linux-sunxi
jemk has quit [Quit: leaving]
alexst has quit [Ping timeout: 240 seconds]
bertrik has quit [Remote host closed the connection]
alexst has joined #linux-sunxi
libv has quit [*.net *.split]
earny has quit [*.net *.split]
rellla has quit [*.net *.split]
mmarker has quit [*.net *.split]
slapin has quit [*.net *.split]
TJvV_ has quit [*.net *.split]
bamvor has quit [*.net *.split]
orly_owl has quit [*.net *.split]
RaYmAn has quit [*.net *.split]
swabbles_ has quit [*.net *.split]
slapin_ has quit [*.net *.split]
huehner has quit [*.net *.split]
plaes has quit [*.net *.split]
Tsvetan has quit [*.net *.split]
mtr has quit [*.net *.split]
rZr has quit [*.net *.split]
rm has quit [*.net *.split]
tm512 has quit [*.net *.split]
Nyuutwo has quit [*.net *.split]
zombu2 has quit [*.net *.split]
cybin has quit [*.net *.split]
xenoxaos has quit [*.net *.split]
jeremb_ has quit [*.net *.split]
book` has quit [*.net *.split]
atsampson has quit [*.net *.split]
rah has quit [*.net *.split]
speakman has quit [*.net *.split]
WarheadsSE has quit [*.net *.split]
VargaD has quit [*.net *.split]
captainigloo has quit [*.net *.split]
morfoh has quit [*.net *.split]
orly_owl has joined #linux-sunxi
bamvor has joined #linux-sunxi
slapin has joined #linux-sunxi
RaYmAn has joined #linux-sunxi
huehner has joined #linux-sunxi
slapin_ has joined #linux-sunxi
TJvV has joined #linux-sunxi
swabbles has joined #linux-sunxi
nicksydney_ has quit [Read error: Connection reset by peer]
nicksydney has joined #linux-sunxi
nicksydney_ has joined #linux-sunxi
morfoh has joined #linux-sunxi
VargaD has joined #linux-sunxi
captainigloo has joined #linux-sunxi
Tsvetan has joined #linux-sunxi
plaes has joined #linux-sunxi
mtr has joined #linux-sunxi
rZr has joined #linux-sunxi
rm has joined #linux-sunxi
Nyuutwo has joined #linux-sunxi
tm512 has joined #linux-sunxi
zombu2 has joined #linux-sunxi
cybin has joined #linux-sunxi
xenoxaos has joined #linux-sunxi
book` has joined #linux-sunxi
jeremb_ has joined #linux-sunxi
atsampson has joined #linux-sunxi
rah has joined #linux-sunxi
speakman has joined #linux-sunxi
WarheadsSE has joined #linux-sunxi
ecelis has quit [Ping timeout: 240 seconds]
akaizen_ has joined #linux-sunxi
rz2k has quit [Read error: Connection reset by peer]
akaizen has quit [Ping timeout: 262 seconds]
<fiola> mripard: It is indeed good that we have search engines, but they're a mechanism of last resort for when you don't know authoritative sites, or when those sites don't have the specific info you want. Search engines have no domain knowledge about your query, so at best they do dumb pattern matching. It's no surprise that most search results are unrelated to your query, and even when they're related, a lot of the time the info is useless.
<fiola> That's why people come to domain-specific sites like this channel or the linux-sunxi wiki, because there is high likelihood of the information received being relevant and even accurate.
<fiola> And that's why companies like Olimex tell customers to come here or the wiki, instead of telling them "to google".
TheSeven has quit [Ping timeout: 272 seconds]
TheSeven has joined #linux-sunxi
akaizen_ has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
ecelis has joined #linux-sunxi
<apo_> "I don't know how to do this, so instead of googling for it for five minutes and looking for solutions by myself I'll bother some guy on IRC about it"
<apo_> aka How To Make Friends Fast!
<fiola> Oh, that's a new one, people coming here and asking questions is "bothering", is it?
<fiola> Well some of us try to help instead.
maksimlin has joined #linux-sunxi
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
akaizen_ has joined #linux-sunxi
Black_Horseman has quit [Quit: Zwi se logou mou!!!]
Black_Horseman has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
Black_Horseman has quit [Changing host]
akaizen has quit [Ping timeout: 272 seconds]
<fiola> oliv3r: I don't have a means of reading temperature on my LIME currently, which is why I asked earlier about sensors in A10. I don't have a means on BBB either, but on RasPi I just cat /sys/class/thermal/thermal_zone0/temp, which gives the temp in C * 1000.
TheSeven has quit [Ping timeout: 272 seconds]
TheSeven has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]