mnemoc changed the topic of #arm-netbook to: EOMA: Embedded Open Modular Architecture - Don't ask to ask. Just ask! - http://elinux.org/Embedded_Open_Modular_Architecture/EOMA-68 - ML arm-netbook@lists.phcomp.co.uk - Logs http://ibot.rikers.org/%23arm-netbook or http://irclog.whitequark.org/arm-netbook/ - http://rhombus-tech.net/
<techn> hard?
<buZz> well
<buZz> options disp screen0_video_mode=1360x768p60
Reepicheep12 has joined #arm-netbook
mentis has joined #arm-netbook
Reepicheep12 has quit [Quit: Leaving]
<techn> ssvb: is some someone stealing that irq? :p
<techn> oh
<techn> pmu is over i2c
bsdfox has joined #arm-netbook
bsdfox has joined #arm-netbook
bsdfox has quit [Changing host]
<ssvb> techn: can anything be done?
<techn> someone propably needs to call setup_irq :/
<techn> atleast timer irq needs to be setup
<techn> check core.c
popolon has quit [Quit: Quitte]
<buZz> is there some cedarx userguide?
<techn> buZz: check cedar repository
<buZz> i want to try out playing videos through the hw decoder, but dont really see a 'install this, grab binary codecs from here' guide
<buZz> i see a linux-sunxi/cedarx-libs repo
<buZz> is that which you mean?
<techn> also you could check xbmc, vlc and android ports
<techn> yes
<buZz> does it include the closed source codecs?
<buZz> s/oes it/o they/
<ibot> buZz meant: do they include the closed source codecs?
WarheadsSE has quit [Read error: Connection reset by peer]
<techn> yes.. there sould be everything cedar related stuff we have :/
<ssvb> techn: so just platform_get_irq() here is not enough? https://github.com/linux-sunxi/linux-sunxi/blob/sunxi-3.4/arch/arm/kernel/perf_event.c#L420
<buZz> hmm ok, i guess i'll try the cvlc one then
<techn> ssvb: dunno :(
<techn> hmm
ZaEarl has joined #arm-netbook
<techn> ssvb: check axp20-board.c
<techn> and script_parser_fetch("pmu_para", "pmu_irq_id", &pmu_irq_id, sizeof(int));
<techn> every fex file seems to have pmu_irq_id to 0 :(
<ssvb> techn: considering the number of different related pmu* options, it might be a different PMU (not "performance monitoring unit")
<techn> oh.. Power manager unit :)
<ssvb> techn: IRQ 66 looks interesting
<techn> that seems the correct one
<techn> seems to be
<techn> gn
<ssvb> techn: yes, now it works :)
lerc has quit [Ping timeout: 255 seconds]
stefanro has joined #arm-netbook
stefanro1 has quit [Ping timeout: 240 seconds]
freakazoid0223 has joined #arm-netbook
WarheadsSE has joined #arm-netbook
ZaEarl has quit [Ping timeout: 276 seconds]
Alex1269_ has quit [Ping timeout: 245 seconds]
mentis has quit [Quit: Konversation terminated!]
rz2k has joined #arm-netbook
bsdfox has quit [Ping timeout: 260 seconds]
freakazoid0223 has quit [Quit: Leaving]
hramrach has quit [Ping timeout: 276 seconds]
hramrach has joined #arm-netbook
aholler_ has joined #arm-netbook
aholler has quit [Ping timeout: 248 seconds]
servili007 has quit [Read error: Connection reset by peer]
bsdfox has joined #arm-netbook
bsdfox has joined #arm-netbook
dfletcher has joined #arm-netbook
dfletcher has quit [Changing host]
dfletcher has joined #arm-netbook
dfletcher is now known as drgreenthumb
<Turl> who's writing these wiki pages? :| http://linux-sunxi.org/Oracle_Java
<Turl> the page doesn't even make much sense, you cannot install oracle's java on an arm device, there's no arm binaries on oracle's site
<Turl> that guy wrote a lot of similar pages apparently http://linux-sunxi.org/Special:Contributions/Rocker
<Turl> hm they have an special embedded thing, the link is wrong
<bsdfox> anyone know what unhandled sense code result: hostbyte=0x07 driverbyte=0x08 means?
<Turl> nope, what else is it around it?
<Turl> sounds like a sata error
Quarx has joined #arm-netbook
Reepicheep12 has joined #arm-netbook
<Reepicheep12> Hey folks, this isn't really arm specific but I thought one of you might know anyway. I'm trying to use a USB mouse as a remote (i.e. run a command when a button is pressed) on a headless install. I've tried this command: "while inotifywait -e modify /dev/input/mouse0; do command; done". It works on files but on that dev device. Any ideas how I can watch /dev/input/mouse0 for changes? Preferably without polling it every seco
<Reepicheep12> nd with a bash script (although even this I am unsure of how to do). Thanks.
<Reepicheep12> Figured it out, just need to cat mouse0 to a real file and watch that.
<bsdfox> there has to be a better solution than that
<Reepicheep12> Very likely, can't find it though.
rz2k has quit [Excess Flood]
rz2k has joined #arm-netbook
<br-> Reepicheep12: the mouse will have its own device file in /dev/input somewhere. cat /that/file | while read -c 1 ; do [ "$REPLY" ] && cmd ; done may work better. device file mtimes don't change due to activity of the device
<br-> (the files are merely portals to a non-filesystem space)
<br-> Reepicheep12: i think perhaps LIRC will support what you want in a sensible way
<Turl> I wrote a simple daemon to bind input key events to commands launched some time ago
<Turl> you can probably tweak it to do whatever you need https://github.com/turl/keybinder
<br-> handy :) using lirc for it still seems a bit hackish
<Turl> br-: ironically I wrote it to run stuff with an IR remote and sunxi-ir driver :P
<Turl> good night all!
dfletcher_ has joined #arm-netbook
drgreenthumb has quit [Ping timeout: 244 seconds]
<Reepicheep12> Thanks Turl / br I'll look into it.
hipboi has joined #arm-netbook
steev_ has quit [Read error: Connection reset by peer]
dfletcher__ has joined #arm-netbook
dfletcher_ has quit [Ping timeout: 276 seconds]
dfletcher__ has quit [Ping timeout: 260 seconds]
gimli has joined #arm-netbook
hp__ has quit [Read error: Connection reset by peer]
eebrah has joined #arm-netbook
Reepicheep12 has quit [Ping timeout: 260 seconds]
eebrah has quit [Ping timeout: 255 seconds]
eebrah has joined #arm-netbook
eebrah has quit [Ping timeout: 264 seconds]
hp__ has joined #arm-netbook
Alex1269 has joined #arm-netbook
eebrah has joined #arm-netbook
Reepicheep12 has joined #arm-netbook
rellla has joined #arm-netbook
eebrah has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121213185036]]
eebrah has joined #arm-netbook
Reepicheep12 has quit [Remote host closed the connection]
merbzt has joined #arm-netbook
gsilvis has quit [Read error: Connection reset by peer]
eebrah has quit [Ping timeout: 256 seconds]
gsilvis has joined #arm-netbook
gzamboni_ has quit [Remote host closed the connection]
ssspiff has quit [Remote host closed the connection]
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
gimli has quit [Ping timeout: 248 seconds]
wingrime has joined #arm-netbook
<techn> Turl: did you try adjustingin .flags on malis config.h?
<techn> since currently memories are only mmu readable
<techn> and in examples ie os memory is PP and GP readable
<techn> newer mind
<techn> seems that MMU means PP and GP :)
hg_5 has joined #arm-netbook
eebrah has joined #arm-netbook
gimli has joined #arm-netbook
rz2k has quit [Read error: Connection reset by peer]
rz2k has joined #arm-netbook
penguin42 has joined #arm-netbook
dagoo has joined #arm-netbook
leowt has joined #arm-netbook
<dagoo> hiall
<leowt> hi
<dagoo> i'm looking for uart PCB pinout on Eken T01a tablet (Allwinner A10)
<dagoo> i'm exploring the board and tried some pin, but with no success.
<dagoo> searching the net was good for A10 pinout and GPIO configuration documentation
<dagoo> and guys http://forum.doozan.com/ are really nice
sv has quit [Ping timeout: 276 seconds]
sv has joined #arm-netbook
<rz2k> eken is ly-f1, afaik.
<leowt> my ethernet iface is locking on 10Mbit instead of 100… anyone experiencing/experienced the same?
hipboi has quit [Quit: Leaving]
<dagoo> rz2k: i've already seen this, but my board, a clone?, does not have this test points on his back. the one i have is almost like this one : http://tabletmods.blogspot.ie/2012/06/hardware-teardown-part-2.html, but is also different. https://www.icloud.com/photostream/fr-fr/#A3GWZuqDG1lYPn.
<dagoo> rz2k : i tried all combisaison to connect the 2*3 pins near the empty hand area to my usb to serial FT232BM cable (usb-db9) and noting happens.. (using mini com for example)
<mnemoc> leowt: bad initial sync, run `mii-tool`
<leowt> mnemoc: ur always ready to help, you deserve a gift! tnks ;)
<mnemoc> leowt: known bug in the driver without decent fix proposed yet
<leowt> got it
<mnemoc> yw
<rm> it was working before
eebrah has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121213185036]]
<dagoo> rz2k: i've seen at many places debug logs from A10 boards. could you confirm that when booting, the first messages are produced by SPL ? (not Boot0) .
<mnemoc> rm: you mean the 100/FD ethernet? it works fine here too. but not for everyone
<rm> yeah
tinti has joined #arm-netbook
<mnemoc> it syncs at 10/HD for some... and even fail to sync at all for others
<rm> well I thought maybe some optimization broke it
<rm> (again)
<mnemoc> reverting the replacement of msleeps works for some.... but it's not a fix
<mnemoc> allwinner fixes most problems dropping sleeps in the drivers
<mnemoc> in a recent source drop they added an sleep within the process context switching code :|
<andoma> lol
<ithamar> mnemoc: nice :(
ibot has quit [Ping timeout: 255 seconds]
CART has joined #arm-netbook
<CART> Hi
<ithamar> thanks for the ptr to hno's repos though, think it made the final details for usb FEL flashing click for me
<dagoo> do i need 4 pins signals to get a debug console? (vcc, gnd, rx, tx) or only 2 (rx,tx) or 3 (rx,tx,gnd)?
<ithamar> writing some test code, but think I might be able to get some flashing functionality working now ;)
<mnemoc> ithamar: :)
<CART> Is the linux is pre-install on pengpod with sdcard ?
<mnemoc> CART: the pengpod guy is not here atm
<mnemoc> but as with any A10 device, installing linux on an SD card is trivial
<CART> ok I don't know what is his surname (his name is neal)
<mnemoc> here he is known "drachensun"
<CART> ok thanx ;)
<mnemoc> he visits often, you can wait and ask him
<mnemoc> bbl
<mnemoc> dagoo: NEVER connect the vcc, and always the Gnd
<dagoo> mnemoc: ok, that's i was thinking. i'm tires of searching UART pins on my board by just moving around the board.. i'm looking for a software oscilloscope for now..
<dagoo> -tires +tired
<CART> What is the difference between linux available? http://pengpod.com/pengwiki/index.php?title=PengPod_Latest_Images
<CART> I want to use my pengpod as a music player with my udac-2
<CART> An I don't know who is the better
<CART> best*
tinti has quit [Quit: Leaving]
<leowt> vlc in ubuntu, segfaults playing a mp3 stream :/
<rz2k> dagoo: SPL if booted from SD card
<rz2k> boot0 if booted from NAND
<dagoo> rz2k: i think my nand is erased. and i've installed sunxi spl and u-boot on firsts sdcard sectors (offset 8 and offset 32)
<dagoo> i can confirm my board is loading from sdcard because the cpu doesn't boot in FEL mode while the sdcard is inserted
<dagoo> mnemoc: can i just use rx+gnd just to see output from the mother board ?
mac- has joined #arm-netbook
<mac-> hey
<mac-> I wish to buy netbook on ARM
<mac-> for use it with Linux
<mac-> Arch or Slackware
<buZz> cool
<mac-> its new topic for in about of hardware
<buZz> did you decide which?
<mac-> software is less important, but I don't know anything about current market of ARM netbooks
<mac-> can you tell me or recommend some ?
<buZz> afaik there still is no real arm netbook
ganbold__ has joined #arm-netbook
<mac-> I've ordered Raspberry Pi - it should arrive at wednesday
<mac-> but I need mobile also :)
<buZz> i have used a raspi in combination with a Motorola Lapdock
<mac-> Motorola Lapdock ?
<mac-> what is that ?
ganbold_ has quit [Ping timeout: 252 seconds]
<buZz> very google-able :P
<dagoo> does an A10 uart in debug mode still is in 115200 bauds?
<dagoo> okay tired, found. sorry
steev has quit [Quit: Planned maintenance, back soon]
niftylettuce has quit [Quit: Planned maintenance, back soon]
stefanro has quit [Quit: Leaving.]
stefanro has joined #arm-netbook
<specing> Does there exist a GPIO banger for the A10?
rellla has quit [Quit: rellla]
<buZz> specing: there is a gpio driver in the kernel
<buZz> did you ask that? :P
<specing> Well
<specing> I was hoping for a statically-compileable program with which I could bang the uart5 RX port on my tablet
<specing> so I could probe for it
<specing> statically-compileable because ... android
<buZz> hmm no clue
<buZz> why not just reboot to linux?
<specing> buZz: the problem there is that I have no way to interact with it
<specing> (hence the search for the rx pin)
<buZz> ah no usb host and no serial?
<leowt> does a13 have sata?
<specing> buZz: last time I checked, neither g_serial nor usb-serial registered
<specing> leowt: afaik no
<buZz> leowt: no it doesnt
<leowt> :/
<br-> specing: its easier enough to have debian chroot on sd card
<br-> *easy enough
Jef91 has joined #arm-netbook
steev has joined #arm-netbook
niftylettuce has joined #arm-netbook
tux4 has joined #arm-netbook
hg_5 has quit [Read error: Connection reset by peer]
Jef91 has quit [Quit: Instantbird 1.3 -- http://www.instantbird.com]
tux4 has quit [Ping timeout: 255 seconds]
ganbold__ has quit [Ping timeout: 248 seconds]
ganbold_ has joined #arm-netbook
tux4 has joined #arm-netbook
ibot has joined #arm-netbook
leowt has quit [Quit: leowt]
leowt has joined #arm-netbook
provel_ has joined #arm-netbook
<slapin> hi, all!
<slapin> is there any normal xterm-like terminal emulator for android?
<slapin> which is capable of showing apps like mc or minicom?
<sspiff> seems like dhgate already has a31 tablets
<specing> sspiff: the problems is that android intercepts many usefull keys from the keyboard
<specing> err slapin
leowt has quit [Quit: leowt]
<sspiff> specing: very sorry to break your tab completion
ganbold__ has joined #arm-netbook
ganbold_ has quit [Ping timeout: 240 seconds]
<mac-> any recommendations for an ARM based netbook ?
<mac-> 10" i.e.
<mac-> or maybe in different way
<mac-> any one here uses ARM based netbook ?
<mac-> :)
<rz2k> samsung chromebook
<techn> rz2k: still facing boot problem?
<rz2k> techn: had no chance to get to my mele
<rz2k> :(
<rz2k> will probably test tomorrow
<techn> k
<mac-> no more netbooks here ?
<techn> mac-: some allwinner based netbook? :)
<mac-> well I mean any netbook based on modern ARM which is able to run full Linux distribution
<mac-> sth like Raspberry Pi but in netbook form
<mac-> or MK802
<mac-> Allwinner A10 is what class of ARM ?
<buZz> cortex A8
<buZz> armv7
<mac-> ok lets from begin :)
<techn> allwinner a10 is same chip which is in mk802
<mac-> what Coretx's clasess we have now in use ?
<CART> Can the allwinner plays 8GB film in 1080p without lags ?
<specing> mac-: read wikipedia
<specing> CART: yes
<buZz> 17:31:34 < mac-> well I mean any netbook based on modern ARM which is able to run full Linux distribution
<buZz> samsung chromebook?
<mac-> buZz: ok
<mac-> how much it costs ?
<buZz> 299 usd afaik
<specing> Isn't it $250?
<rm> allwinner a10 1.5GHZ DISPLAY:13.3 INCH 1366x768
<buZz> well no clue, cubieboard + motorola lapdock was cheaper ;)
<rm> not bad
<buZz> and offered a sata port :P
<buZz> imho laptops/netbooks need sata
<buZz> can all allwinner a10 be clocked to 1.5ghz, without problems?
<specing> and a real HDD
<rm> no
<buZz> i noticed at 1ghz it doesnt really get that warm
<buZz> rm: why not?
<rm> I meant nice that it got the A10 paired with a decent display
<buZz> 13.3" inch is nice
<rm> because it locks the f*ck up at 1.2?
<rm> or earlier?
<specing> < buZz> i noticed at 1ghz it doesnt really get that warm <<<- Mine was cooking while compiling
<buZz> i have 11.1" now
<rm> what kind of question is that, "why"
<buZz> specing: heh lol
<buZz> rm: so, all these 1.5ghz a10 will lock up?
<CART> I think the question is other : Who to overclock allwinner a10 ? Bios available on tablets ?
<rm> buZz, there are none
<buZz> you just pasted one ;)
<rm> it is misadvertisement by chinese shops
<buZz> ah ok
<specing> CART: 1) read wiki 2) there is no bios
<rm> they mean is "1.0 GHz CPU + 500 MHz GPU"
<rm> what they*
<buZz> hahaha, nice
<rm> false marketing
<buZz> well, cpufreq-info says it can clock higher ..
<specing> It can
<buZz> maybe i should try clocking higher + cpuburn, seeing where it will lock up
<buZz> i imagine it differs per chip?
<rm> maybe; also might add cooling and use some way to pump up voltage
<rm> without the last part, afaik some people achieve some staibility up to about 1.2
<buZz> we have FLIR at the space, i will monitor and just aim for ~60 celcius max
<CART> SetCpu is available on android but on linux ??? who ?
<buZz> linux has had frequency tweaking tools since forever :)
<buZz> see /sys/devices/system/cpu/cpufreq/ etc
XenGi_ has quit [Ping timeout: 276 seconds]
<CART> ok thanx ;)
<rm> but don't expect to be all that awesome
eFfeM has joined #arm-netbook
<rm> if you live in a country where the Samsung Chromebook is available, get that
<rm> it is so much better, that it justifies the 2.5x price
<jinzo> yeah the new chromebook is nice - my friend got one and I could play with it a bit
<ssvb> rm: 500MHz GPU? Can Mali400 run so fast in A10?
<rm> no idea
<rm> but that's how the 1.5 Ghz thing will be explained if you push them about it
leowt has joined #arm-netbook
XenGi_ has joined #arm-netbook
XenGi_ is now known as XenGi
rz2k has quit []
* ssvb has not tried "mali_clkdiv = 2" configuration yet
<techn> ssvb: some reported unstability @ 400Mhz
<ssvb> buZz: FWIW my Mele A2000 boots, but is unstable at 1.2GHz
<techn> We had bug which overclocked GPU with some configurations
<techn> :p
<buZz> ssvb: how did you set the speed at boot?
<buZz> with script.bin?
<techn> ssvb: how performance counters are working?
<techn> I'm about to try them on 3.0 :)
<ssvb> techn: just run "perf stat someprogram"
<ssvb> techn: but this apparently does not require properly working IRQ :) so another test is to run "perf record someprogram" and then "perf report"
<techn> but did debugfs start working?
<ssvb> debugfs?
<ssvb> I think the default kernel configs from sunxi-3.0 and sunxi-3.4 have everything that is needed to use perf
<ssvb> but if somebody prefers oprofile, then oprofile support needs to be additionally enabled in the kernel
<ssvb> buZz: just patched the cpufreq code to unlock extra frequencies
<mac-> ok, what dou you think about VIA WM8850 ?
<jelly-home> 10MHz here we come...!
<buZz> ssvb: in staging? :)
<buZz> jelly-home: hrhr
<ssvb> buZz: no, I tested this stuff maybe a month ago
<ssvb> buZz: 1.1GHz seemed to be stable, but I decided to return back to 1GHz to have some safety margin :)
<buZz> hehe
<ssvb> on the other hand, RAM clock speed is particularly important for graphics performance
<ssvb> I have it set to 480MHz (up from 360MHz that is configured for Mele by default)
<buZz> hmhm
<buZz> btw, i still have the 'laggy pixels' in framebuffer on console
eebrah has joined #arm-netbook
<techn> buZz: you are not using reserved memory?
<buZz> not sure
<leowt> how fast does your samba transfers goes?
<techn> ssvbs patch only affected situation where reserved memory is used
<leowt> usgin a sata disk
<ssvb> buZz: what kind of device do you use and which kernel?
<tux4> hi! I am still trying to get hdmi signal on a a10 android box(stv-301), I asked about this a few days ago. I compiled a new kernel (from sunxi-3.0) version 3.0.57. I got memory settings from android with a10-meminfo, and built a new u-boot. I enabled framebuffer following this guide http://linux-sunxi.org/Framebuffer But still didn't get signal on hdmi
<buZz> cubieboard, atm latest linux-sunxi 3.0 branch
<buZz> (with my own config)
<techn> tux4: and you are using stock script.bin?
<tux4> but with the same image/sdcard I got signal on hdmi with an eken t01 android tablet
eFfeM has quit [Quit: Leaving.]
<ssvb> buZz: the fix is still in staging/sunxi-3.0
<buZz> ssvb: ah, ok, will switch branches tonight
<tux4> I am using the script.bin from the nanda partition
<ssvb> buZz: also as techn mentioned, it only works for CONFIG_FB_SUNXI_RESERVED_MEM=y
<tux4> what could I do next?
ganbold__ has quit [Ping timeout: 246 seconds]
pitufo has joined #arm-netbook
ganbold__ has joined #arm-netbook
<pitufo> Hi
<techn> tux4: you propably need serial cable if you are sure that everything is correct
<buZz> seems i have two
<buZz> CONFIG_SUNXI_MALI_RESERVED_MEM=y
<buZz> CONFIG_FB_SUNXI_RESERVED_MEM=y
<tux4> I have serial cable
leowt has quit [Quit: leowt]
<techn> tux4: could you paste boot log then :)
<pitufo> have someone tested pengpod images on an mk802 ?
<mac-> pitufo: do you have MK802 ?
<pitufo> yes i do
<ssvb> buZz: then it should be working fine after the kernel upgrade
<pitufo> I'll test it this night
<mac-> pitufo: what OS on this >
<mac-> ?
<pitufo> Android
<buZz> awesome, i'll post result
<pitufo> and I've tested previous version of Pengpod
<pitufo> and Linaro
leowt has joined #arm-netbook
<pitufo> both goes fine
<pitufo> I prefered linaro
<pitufo> but the main problem is still graphics acceleration
<pitufo> so I'm asking if someone has tested the new Pengpod image
<leowt> rm, is there any ethernet speed issues on a server usage that you may note?
<rm> did not test the built-in NIC (wemac) much
<rm> but on my USB MCS7830 there are no issues
<rm> it can do 94+ mbit in iperf
<leowt> rm single usb?
<jelly-home> MCS = moschip?
<leowt> im getting some strange behavior with the internal nic
* jelly-home had a usb 3port hub w/ mcs7830, it worked well until the poor (first gen) MK802 overheated and failed to boot further
<tux4> techn: boot log of debian boot on stv-301 is here: http://pastebin.com/iWb7PaKk
<rm> leowt, what do you mean by single ub
<rm> usb
<rm> jelly-home, yes
<rm> and actually I use a first gen MK802
<rm> with cpufreq set to 408...1008 MHz
<rm> and no Mali active, it's only mildly warm
<jelly-home> yeah, this one was merely warm from outside when it went off, I still have to open the case, solder in jtag, see if it still works
<techn> tux4: somehow hdmi doesn't detect your display
<techn> tux4: how hdmi works with stock rom?
<tux4> hdmi works well with android
* penguin42 gets the feeling that the hardest thing about getting my mk809 happy is to get a working USB hub
<techn> tux4: you could then enable every trace on disp/hdmi/lcd modules.. needs recompiling
<leowt> the a10 could support an gigabit nic controller?
ganbold___ has joined #arm-netbook
<rm> sure
<rm> there are some USB-based ones
<rm> I have one on its way to me
<rm> the actual speed remains to be seen
<rm> wouldn't hope for more than ~200 Mbit
<leowt> rm, isnt the usb limited to 480?
<leowt> but i mean, internally
<leowt> not by usb
ganbold__ has quit [Ping timeout: 260 seconds]
<rm> how do you imagine "internally"
<leowt> i dont know what is the bus bandwith between nic controller and a10
<rm> redesign the A10 chip, add a new functional block?
<leowt> oops
<rm> go write your suggestions to Allwinner, I dunno
<leowt> your right
<leowt> the controller is inside a10
<leowt> =P
<leowt> isnt there any "expansion" bus ?
<leowt> from the a10 chip
<rm> USB!
<rm> :)
<leowt> hah
<rm> as I once said (famously :PPP)
<rm> USB is the new PCI
<rm> if you think about it, it is 'the' extension bus of all these ARM devices
<jelly-home> it's _universal_ baby, latency be damned
<leowt> xD
<rm> you have USB WiFi soldered onto motherboards
<leowt> yep
<rm> of tablets and laptops
<rm> etc
<leowt> at least there's usb3.0
<leowt> lets hope arm soc's get it fast
<leowt> and then i can have a 2 gigabit nics, as i want xD
<rm> just get a gigabit router that supports OpenWRT
<leowt> 51.1Mb/s on the internal nic
<leowt> :/
<rm> you will have five gigabit interfaces on a fanless device
<leowt> rm, routers that have 1ghz cpu are needed xD
<leowt> and sata
<rm> 1Ghz <- what for
<jelly-home> leowt: what usage scenario?
<leowt> fries
<rm> the gigabit ones run at ~580
<rm> well the one I have anyways
<leowt> jelly-home: embedded server stuff
<rm> enough for routing + NAT
<leowt> simple scenario appliances
<rm> and use a separate A10-based device for the server stuff
<jelly-home> leowt: appliances that require 100MB/s throughput?
<leowt> jelly-home: that depends
<jelly-home> that's what I'm asking; first figure what exactly what you're going to do with it
<leowt> jelly-home: first, im testing it as a voip server
<jelly-home> gigabit eth and sata don't seem to be essential for voip
<leowt> jelly-home: but it is essential to test many other scenarios
wingrime has quit [Read error: Connection reset by peer]
<dagoo> someone here have used a serial usb cable to get A10 debug console ? i've got a FT232BM based one
<dagoo> and wonder if it's compaatble..
<leowt> dagoo: if it is ttl it must be
<leowt> rm, im using a usb-ethernet controller that hangs the boot wen it is connected xD
<dagoo> leowt , means ttl different from rs232, thus i cannot use rx/tx db9 holes from my cable if its rs232 ?
<leowt> read this
<dagoo> leowt: thanks
<leowt> it depends on how your controller board is designed, if it does not have a ttl converter onboard, you can make one
<leowt> or buy a cheap usb - serial ttl
<dagoo> leowt: okay, i have to do some electronics for now, or try to figure out how to flash the FT232BM chip on my cable to do so
<leowt> dagoo: you cant flash the controllr
<leowt> as the doc says
<leowt> you can easly make one converter to put between your usb-rs232 and uart pinout of the board
<leowt> or you buy a usb- serial ttl interface
<leowt> they are ultra cheap
<leowt> go check ebay
<leowt> search for serial ttl
pitufo has quit [Ping timeout: 245 seconds]
<dagoo> thx leowt, i'm testing my board since 3 days with no signals :)
<leowt> sending it higher voltage than you are supposed to =P
<dagoo> no : only rx/tx
<dagoo> )
<dagoo> and gnd
<leowt> yep, but rx/tx in a rs232. if you read the doc in the link, you know by now that
<leowt> rm, lollol 7.05 Mbit/sec with an qf9700 usb-nic
<rm> it is an USB 1.1 NIC
<rm> open your window, throw it far away
<rm> problem solved
<leowt> rm, i thought of that. since this piece of garbage only works well and ootb in linux
<leowt> LOL
<leowt> what controller are you using?
<rm> working well and ootb in linux is not a reason to throw something away, on the contrary :)
<rm> I am using a Moschip MCS7830
gzamboni has joined #arm-netbook
gzamboni has quit [Client Quit]
<leowt> let me see if i can get a chinese cheap usb nic based on that chip
<rm> also have an ASIX-based one; some people report stability problems with ASIX, but from some testing it seemed to be working okay
gzamboni has joined #arm-netbook
<leowt> rm, both with the same speeds?
hg_5 has joined #arm-netbook
<rm> yes
<leowt> tested 90+?
dfletcher has joined #arm-netbook
dfletcher has quit [Changing host]
dfletcher has joined #arm-netbook
dfletcher is now known as drgreenthumb
dfletcher_ has joined #arm-netbook
<br-> given the various soc usb sticks around at the moment
<br-> is it generally possible to enable usb gadget drivers for their power/otg ports?
<penguin42> br-: I'd also like to know that; someone said they had problems doing that - but I want to give it a go
<br-> given a 10 port actively powered usb hub that removed power when the host disconnected, if all 10 ports were usb otg'd sticks, with gadget drivers providing usb ethernet.. :)
<br-> cluster in a cereal box
drgreenthumb has quit [Ping timeout: 264 seconds]
<br-> penguin42: i know at least on the rasbpi, the port used for power isn't implemented for data
dfletcher__ has joined #arm-netbook
dfletcher__ has quit [Read error: Connection reset by peer]
penguin42 has quit [Read error: Connection reset by peer]
penguin42 has joined #arm-netbook
<tux4> techn: how could I enable debug/trace for these modules?
<tux4> techn: I couldn't find debug trace options for hdmi disp in menu config
dfletcher_ has quit [Ping timeout: 252 seconds]
<techn> change that to pr_info
<techn> or compile that module with DEBUG flag on.. (dunno how it's done)
rellla has joined #arm-netbook
<tux4> so i have to replace pr_debug with pr_info ?
<techn> yes.. or with that debug level that you are using.. oh .. one moment
<techn> I'll check one thing on your previous log
<techn> yes.. you are using loglevel=8.. so pr_info level traces are shown
eebrah has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121213185036]]
eebrah has joined #arm-netbook
<techn> tux4: hmm
<techn> propably it would be better that you paste your script.bin - in fex format ofcourse
<tux4> ok one moment
<tux4> techn: script.bin in fex format: http://pastebin.com/gAZkz8Hj
<techn> that looks ok too
<leowt> is there any issue with u-boot on nand?
<leowt> i mean, flashing compiled u-boot into nand
gzamboni has quit [Quit: Quitte]
<tux4> i didn't tried it yet, I don't know how could I do it, but I don't want to brick it
<techn> you most likely wont brick it if you are using sdcard :)
eebrah has quit [Ping timeout: 252 seconds]
<tux4> how do you mean "flashing compiled u-boot into nand"?
libv has quit [Ping timeout: 264 seconds]
libv has joined #arm-netbook
<tux4> leowt: what kind of issues with u-boot on nand?
<leowt> tux4: i want to know if it is safe
<techn> leowt: you need to use lichee u-boot
<leowt> techn: why?
<techn> since default u-boot doesnt support nand
<leowt> and what would i loose if using linchee u-boot?
<techn> also you need to use specific lichee u-boot or compile kernel with IGNORE_ATAG_MEM option
<tux4> any idea what could I do to get signal on hdmi?
eebrah has joined #arm-netbook
provel_ has quit [Ping timeout: 264 seconds]
provel_ has joined #arm-netbook
<techn> tux4: which display you have?
lerc has joined #arm-netbook
Quarx has quit []
Mazon has quit [Ping timeout: 265 seconds]
Mazon has joined #arm-netbook
<br-> learning far too much about about usb power.. so apparently there are 2 competing standards for >1A usb charging, and both involve shorting the data pins out
<br-> oh, apple has a 3rd approach but it only goes up to 1A
pwhalen has quit [Read error: Connection reset by peer]
popolon has joined #arm-netbook
<tux4> techn: noname , but this script.bin, whole image/sdcard works in an other a10 tablet
<techn> tux4: with same display?
<tux4> yes
gimli has quit [Ping timeout: 248 seconds]
pwhalen has joined #arm-netbook
gzamboni has joined #arm-netbook
grevaillot has quit [Ping timeout: 264 seconds]
grevaillot has joined #arm-netbook
Alex1269 has quit [Ping timeout: 245 seconds]
<penguin42> any advice on getting an mk809 open - the catch on the uSD doesn't
* penguin42 doesn't see anything like an obvious catch
rellla has quit [Quit: rellla]
leowt has quit [Quit: leowt]
leowt has joined #arm-netbook
eebrah has quit [Ping timeout: 248 seconds]
eebrah has joined #arm-netbook
<penguin42> well, I seem to have a system just about running on this mk809, courtesy of a large rubber band to solve the catch problem
tux4 has quit [Ping timeout: 255 seconds]
CART has quit [Ping timeout: 245 seconds]
tux4 has joined #arm-netbook
<rm> what the fsck is "MK809"
<penguin42> rm: it's a rk3066 stick
<rm> it's one of many names for one of many rk3066 sticks... ok
<penguin42> nod
<penguin42> all slightly different
<penguin42> rm: There's most (?) of the kernel sorurce out there but some annoying bits missing, someone has got a kernel/ubuntu image running on them that seems ok
popolon has quit [Quit: Quitte]
<techn> ssvb: how I can crosscompile perf?
Jef91 has joined #arm-netbook
Jef91 has quit [Client Quit]
* penguin42 seems to remember that's a little tricky, but if you're setup for cross building a kernel I don't think it's impossible
<penguin42> it's in the kernel source in a tools dir
<techn> penguin42: yes. but it wont crosscompile
<penguin42> it's been a couple of years since I tried
<penguin42> and yeh I have vague memories of the make files being broken for crossing
<ssvb> techn: isn't perf already packaged in most of the distros?
<techn> yes but atleast linaro one complains that its not correct version
<techn> linaro wants 3.2 kernel :/
<penguin42> generally you can ignore it
<penguin42> techn: You should find there is a perf_whatever and it'll still run (!most of the time!)
gsilvis has quit [Read error: Connection reset by peer]
gsilvis has joined #arm-netbook
leowt has quit [Quit: leowt]
<ssvb> techn: finally figured out how to make this freaking double buffering actually work with the mali blob - https://gist.github.com/4520736
<techn> how big is your window?
<ssvb> this does not make any sense, in fact one of the buffers that got "destroyed" somehow happens to be rendered
<ssvb> the window can have any size
<techn> and it's always 300 offset?
<ssvb> no, I just tried to assign unique offsets to the buffers to check which ones actually appear on screen
<techn> oh.. mali could do copies internally
<ssvb> once the dri2 buffer is created, mali remembers this data and it can't be changed
<techn> there is some memory mappings.. 64MB fixed size memory? 32MB framebuffer? and 64 dynamic size memory? :/
<techn> Btw. I tried today to add .cpu_usage_adjust = -0x50000000, to that "Mali Sdram", it caused errors ;)
<ssvb> don't know about the memory mappings, but it can render data to any part of the framebuffer, which is fine for me :)
<techn> that setting is in those reference configurations
btsimonh has joined #arm-netbook
<ssvb> and btw, there is some kind of race condition inside of the blob, because quickly switching between fullscreen/windowed mode (dri2 buffers are re-created at this time) seems to eventually end up with the messed setup
<ssvb> techn: does vsync only work with in the scaler mode?
<techn> ssvb: yes. I think so.. but if you create scalable layer it should activate it.. unless it's activated already
marcan has quit [Quit: Coyote finally caught me]
merbzt has quit [Ping timeout: 276 seconds]
<zoobab> indeed some USB ethernet dongles are to be thrown to the window
<zoobab> Cubie Hacker shop is empty now?
btsimonh has left #arm-netbook ["I'm gone..."]
<ssvb> techn: does it take much work to get r3p1 or r3p2 mali blobs up and running? I wonder if this dri2 gymnastics is still needed or maybe this could have been fixed in newer versions
tux4 has quit [Quit: Távozom]
ganbold___ has quit [Ping timeout: 276 seconds]
eebrah has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121213185036]]
buZz has quit [Read error: Operation timed out]
buZz has joined #arm-netbook
Marex has quit [Ping timeout: 264 seconds]
Marex has joined #arm-netbook
lerc has quit [Ping timeout: 240 seconds]
marcan has joined #arm-netbook
marcan has quit [Quit: Coyote finally caught me]
marcan has joined #arm-netbook
marcan has quit [Client Quit]
marcan has joined #arm-netbook
<libv> specing: use the android ndk
<specing> libv: Why?
<libv> for creating your static binaries for android
<specing> doh, I have a ton of cross compilers for ARM
<libv> you do not even need to make it static
<specing> I know
<specing> But if they are static there are less places they can break
<specing> also I deleted my uclibc cross
marcan has quit [Client Quit]
* penguin42 wonders if there is a cpio for this rk3066 build anywhere or if I'm going to have to glue one together myselkf
Marex has quit [Ping timeout: 264 seconds]
marcan has joined #arm-netbook
Marex has joined #arm-netbook
<specing> penguin42: there is one in the boot image ;D
<penguin42> specing: Yes, is that built into the kernel image or separate in the image?
<specing> seperate
<techn> ssvb: we have gles libs for r3p1 so you can experiment with those
<penguin42> specing: Ooh so I guess img_unpack might be able to pull it apart?
<techn> but only for x11.. framebuffer and android libs missing.. so we cant move to that with "common" kernel