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/
<mnemoc> pluggign an SD card or a USB devices sounds like the most easy thing to test...
mpthompson has joined #arm-netbook
<mnemoc> s/devices/device/
<ibot> mnemoc meant: pluggign an SD card or a USB device sounds like the most easy thing to test...
<mnemoc> anyhow, i need to sleep
<mnemoc> and even if usb and uSD are dead I can still test the kernel core and some other subsystems
<mnemoc> annoying but possible
<RaYmAn> mnemoc: did you test that test1 app? And got any serial output from it?
<mnemoc> RaYmAn: yes, on UART1
<mnemoc> PG3
<mnemoc> RaYmAn: mine https://filetea.me/t1s3c805
<RaYmAn> oh, there we go...s/uart1_/uart0_/ and enable DEBUG_TO_SD (or similar)
<mnemoc> :)
<mnemoc> good night
<RaYmAn> night
<hno> RaYmAn, you got uart working?
<RaYmAn> hno: just that test1 outputting on uart0 over microsd
<RaYmAn> But I suppose that means that if I managed to push a correct script.bin with uart setup like this, I should get uboot console
<RaYmAn> hno: this make sense to you? http://pastebin.com/if3nx5hw
<RaYmAn> Given I'm kind of semi-screwed for now if it fails ;P
* RaYmAn crosses fingers
<RaYmAn> hm, no uart still, but I got jtag enabled while in android
pwhalen has quit [Ping timeout: 246 seconds]
pwhalen has joined #arm-netbook
<L84Supper> ZaEarl, it's looks the same as the other one
<ZaEarl> yeah, generic 10" case. I've only heard reports of people trying the 7" model out.
<ZaEarl> is that the one with the bad touchpad?
<L84Supper> yes, it's actually just an indentation in the aluminum case
<L84Supper> and two loud clickty click buttons with lots of tactile feedback
<L84Supper> there are several other generic laptop cases they could have used, they must have gotten stuck with the tooling for this case and now have been trying to make the best of it vs improving it, maybe they just don't know how
tuliom has quit [Quit: Konversation terminated!]
fjz has joined #arm-netbook
<fjz> Does the mali gpu support kms? Or do I need xserver to turn on the lcd
RITRedbeard has quit [Quit: Leaving]
RITRedbeard has joined #arm-netbook
Boulet has joined #arm-netbook
<Boulet> hi
<Boulet> everybody is sleeping
<orly_owl> dont wake them then
fjz has quit [Quit: Leaving]
* WarheadsSE stomps air horn
Quarx has joined #arm-netbook
Quarx has quit [Read error: Connection reset by peer]
tallnerd1985_ has joined #arm-netbook
tallnerd1985_ has quit [Quit: Colloquy for iPad - http://colloquy.mobi]
mpthompson has quit [Quit: Few women admit their age. Few men act theirs.]
Quarx has joined #arm-netbook
Quarx|2 has joined #arm-netbook
Quarx has quit [Ping timeout: 244 seconds]
tzafrir_laptop has quit [Ping timeout: 245 seconds]
Quarx|2 has quit []
Quarx has joined #arm-netbook
lerc has quit [Ping timeout: 256 seconds]
e-ndy has joined #arm-netbook
tzafrir_laptop has joined #arm-netbook
lerc has joined #arm-netbook
Vayu has quit [Ping timeout: 245 seconds]
Vayu has joined #arm-netbook
Boulet has quit [Ping timeout: 244 seconds]
Boulet has joined #arm-netbook
Boulet_ has joined #arm-netbook
<Boulet_> hno ?
Boulet has quit [Ping timeout: 256 seconds]
<Boulet_> i'm looking at gpio_request_ex() in mach-sun5i\sys_config.c
<Boulet_> there is some kind of textual script somewhere that describes all the pin mux of the chip ?
Byan has quit [Ping timeout: 265 seconds]
<Boulet_> script.bin
hipboi_ has joined #arm-netbook
Byan has joined #arm-netbook
hipboi has quit [Ping timeout: 276 seconds]
Boulet_ has quit [Remote host closed the connection]
Boulet_ has joined #arm-netbook
rsalveti has quit [Ping timeout: 246 seconds]
<arokux> hi guys, I've got the following error on make modules_install: http://pastie.org/4433042 if you know the cause, tell me pleas what is it. thanks.
<rm> the mk802 could look like the International Space Station with these for docked modules :)
<rm> arokux, I did not get that error... so no idea
<mnemoc> Boulet_: "most" of the fuctions each PIO support are documented in the datasheet, and some already in http://linux-sunxi.org/A13/PIO
<Boulet_> thanks mnemoc
<mnemoc> arokux: i've never seen that 99.98 thing before.... but neither that "http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt" reference so I assume you are using some fancy tool to compile your kernel
<arokux> mnemoc, yes, I'm compiling directly on mele using distcc an x86_64 as a helper machine with installed toolchain.
<arokux> s/an/and
<rz2k> omg
<arokux> rz2k, what? :)
<arokux> let's see if it will succeed without distcc.
<mnemoc> also, that's .36 while we are at .39
<rz2k> omg why you are compiling on mele :p
<mnemoc> i do it too, over sata
<mnemoc> but i don't compile fancy stuff
<arokux> after pull, the necessary steps are: make sun4i_defconfig && make prepare && make uImage modules && sudo make modules_install ?
<mnemoc> ignore the make prepare
<mnemoc> and you usually want a -j N
<mnemoc> sun4i_defconfig is only needed the first time
<arokux> ok. btw, I know the answer to the 99.98 problem. it was caused by the <linux-src/scripts/depmod.sh , on Arch kmod behaves differently as expected by this script.
<specing> just crosscompile it
<arokux> people save native compiling is more safe..
<mnemoc> arokux: for packages using autotools or crappy ad-hoc configure scripts, yes
<mnemoc> arokux: but it's not the case for simple tools or the kernel
<arokux> ok
<mnemoc> those don't need to "detect" what is available on the platform
<arokux> mnemoc, as for .36 vs .39, I'm using allwinner-v3.0-android-v2 branch. is that correct?
piezo_ has quit [Changing host]
piezo_ has joined #arm-netbook
piezo_ is now known as piezo
<mnemoc> arokux: yes. .39 there
<arokux> most probably I haven't pulled everything. but should be there now.
<mnemoc> :)
<WarheadsSE> mnemoc: yes, my kernel for Arch is at .36 because I havent had time to test .39 yet XP
<WarheadsSE> I haven't rebuilt since the other week
<mnemoc> WarheadsSE: ah, ok. I didn't know he was using arch's package
<WarheadsSE> I made it official last night
<WarheadsSE> reminds me, I need to put up the G+/new post
<mnemoc> WarheadsSE: sure I will, awesome news :)
<RaYmAn> mnemoc: you got any ideas about what's wrong here? http://pastebin.com/if3nx5hw - not getting any uart output :( (I've verified uart works with the test1 program)
<mnemoc> linux output or also bootloader's output?
<RaYmAn> no output at all
<mnemoc> maybe replaced the wrong .bin?
<mnemoc> RaYmAn: A13 or A10?
* mnemoc scratches his head
<mnemoc> RaYmAn: it seems good...
<mnemoc> back in 20m
<mnemoc> RaYmAn: are you passing the right console= ? echo test > /dev/ttyS0 ?
<RaYmAn> yeah, checked the cmdline from /proc/cmdline and it said ttyS0 and echoing to that gave same result
<RaYmAn> I even checked pinmux in registers :/
<mnemoc> for the sake of asking... gnd connected and tried swapping the Tx/Rx wires, right?
<RaYmAn> haven't tried swapping, primarily because I am getting output from the test1 program
<Boulet_> RaYmAn, got your A13 board ? :)
<mnemoc> a tablet
<RaYmAn> Boulet_: no, I have two a13 tablets
<Boulet_> ah, like me
Almamuerta has joined #arm-netbook
<RaYmAn> It's funny how many allwinner tablets there are
<RaYmAn> and I guess they are all sold OEM rather than seperate builds
<RaYmAn> Boulet_: which one(s) do you have?
hipboi__ has joined #arm-netbook
<Boulet_> RaYmAn, ployer momo9
<Boulet_> and some other i don't know the name haha
<RaYmAn> hehe
<RaYmAn> ok
<Boulet_> are you going to try JTAG today ?
hipboi_ has quit [Ping timeout: 265 seconds]
<RaYmAn> I already did?
<RaYmAn> :)
hipboi_ has joined #arm-netbook
<Boulet_> oh on a13 ?
<RaYmAn> yeah, it works just the same as on a10
<RaYmAn> no difference
<Boulet_> neat
hipboi__ has quit [Ping timeout: 252 seconds]
rsalveti has joined #arm-netbook
<mnemoc> RaYmAn: but hno got the credit http://olimex.wordpress.com/2012/08/09/a13-olinxino-jtag-works/ :p *loser*
<RaYmAn> lol
<RaYmAn> they should really break out the other jtag port
<mnemoc> where is it?
<RaYmAn> hm
<Turl> mnemoc: sdcard slot apparently
<Turl> together with uart :P
<RaYmAn> how is that hte other jtag? :P
<mnemoc> that's the first, rayman is talking about the *other* jtag
<Turl> ah
<Boulet_> that's the good jtag :)
* Turl missed 'other' :P
hipboi_ has quit [Ping timeout: 256 seconds]
<HeHoPMaJIeH> Hi Guys :)
hipboi has joined #arm-netbook
<WarheadsSE> hipboi: ding: http://archlinuxarm.org/platforms/armv7/mele-a100 there ya go
<RaYmAn> mnemoc: well, who knows if it's the same on a13, but PB14, PB15, PB16 and PB17
<RaYmAn> but I guess it might need jtag select
<HeHoPMaJIeH> RaYmAn, do you get VGA on Olinuxino working properly
<RaYmAn> HeHoPMaJIeH: I don't have an olinuxino
<RaYmAn> not yet anyways
<HeHoPMaJIeH> :)
<RaYmAn> are you the Dimitar guy? :)
<HeHoPMaJIeH> RaYmAn, yes
<RaYmAn> Cool :)
<RaYmAn> My board got broken before it was shipped :( hehe
hipboi has quit [Ping timeout: 240 seconds]
hipboi has joined #arm-netbook
<HeHoPMaJIeH> Tzvetan had some difficulties with prototypes
<HeHoPMaJIeH> :)
<HeHoPMaJIeH> at the moment my board working ok
<HeHoPMaJIeH> but VGA kills me
<HeHoPMaJIeH> I made it work somehow, but seems Olimex VGA hack not working so good
<RaYmAn> oh
<RaYmAn> that's too bad :(
<HeHoPMaJIeH> now i'm trying to setup LCD timings, but with no significant success
<RaYmAn> hno: so you got jtag working as well? :) Cool
<RaYmAn> HeHoPMaJIeH: I'm sure you'll get it working - and before I get mine ;)
cubieboard has joined #arm-netbook
* WarheadsSE needs to find time to work on teh drivers for Arch again...
<mnemoc> HeHoPMaJIeH: my vga wiggles a lot. my USB hosts (including hub and wifi) are dead and the uSD seems to miss pins because works in spi mode (BROM) but not in linux
<HeHoPMaJIeH> i also have troubles with VGA, but USB and uSD works fine
<HeHoPMaJIeH> can you look board behind USB connectors
<HeHoPMaJIeH> do you have T1 installed
<mnemoc> T1?
<HeHoPMaJIeH> yes
<mnemoc> what is it?
<HeHoPMaJIeH> smt transistor, behind USB filtering Caps
<mnemoc> ^--- pictures of my board?
<mnemoc> ^--- pictures of my board
<Boulet_> no component on the back, i like that
<HeHoPMaJIeH> seems not to be installed
<Boulet_> all my chinese A13 PCB also have no component on the back
<HeHoPMaJIeH> sec
<Boulet_> RaYmAn, how fast is debugging via JTAG ?
<RaYmAn> Boulet_: I dunno..how do I measure? :P
<Boulet_> like to upload u-boot elf file into memory
<RaYmAn> I haven't tried uploading anything bigger than ~10 kb or so
<Boulet_> oh :)
<mnemoc> HeHoPMaJIeH: you mean I need to connect those two?
<mnemoc> HeHoPMaJIeH: I don't know to solder...
<HeHoPMaJIeH> yes
<RaYmAn> Boulet_: it's kind of chicken-egg right now - if i boot in fel mode and try to upload stuff, memory isn't initialized yet. If I boot in regular, uploading uboot seems a bit funky..
<HeHoPMaJIeH> try to short it with screwdriver
<RaYmAn> Boulet_: so I need a better solution :P
<Boulet_> RaYmAn, can't jtag write a few words into A13's register to configure DDR3 ?
<RaYmAn> Boulet_: sure
<RaYmAn> Boulet_: openocd has initialization scripts for thatk ind of thing
<RaYmAn> which need to be written :P
<Boulet_> yeah
<Boulet_> i see, i see
<Boulet_> so i will wait patiently that you write them AHAHahahHAHAha
<mnemoc> HeHoPMaJIeH: there is a black ant already there
<RaYmAn> lol
<HeHoPMaJIeH> problem isnt there :)
<mnemoc> want a higher res picture of that area?
<HeHoPMaJIeH> i think they just forgot to short circuit them
<HeHoPMaJIeH> no
<HeHoPMaJIeH> mnemoc, do you have 5V on usb ?
<mnemoc> HeHoPMaJIeH: which pin?
<mnemoc> 1m
<HeHoPMaJIeH> mnemoc, between pin 1 and pin 4
<RaYmAn> Boulet_: or even better - you could write it! :P
seo has joined #arm-netbook
<mnemoc> HeHoPMaJIeH: 0
<HeHoPMaJIeH> mnemoc, looks like have problem with DC regulator
<HeHoPMaJIeH> sec to take a look on schematic
<mnemoc> everytime I have to do this things I remember why I didn't go for electronics
<Boulet_> RaYmAn, i need to buy a debugger
* mnemoc hates his hands
<mnemoc> HeHoPMaJIeH: the 4 pins of each USB host give 0v to ground...
<mnemoc> using the metal thing for the screw as gnd
<Boulet_> send it back to the factory ! :-P
<mnemoc> HeHoPMaJIeH: may it be the same that's causing me to not have uSD
<mnemoc> Boulet_: I'm leaving for vacations tomorrow night :<
<HeHoPMaJIeH> mnemoc, i think so
<mnemoc> and wanted to take it with me :'(
<Boulet_> arghhh
<HeHoPMaJIeH> mnemoc, can tou measure voltage between pin1 and pin2 on LCD connector
<mnemoc> 0 :(
<HeHoPMaJIeH> this is strange
<Boulet_> where is the schematic that corresponds to this PCB ?
<Boulet_> the one i have has designators that don't match the picture
<Boulet_> hum
<mnemoc> http://linux-sunxi.org/A13-OLinuXino's info uses SoC's names
[SG]Ivan has joined #arm-netbook
[SG]Ivan has left #arm-netbook ["Leaving"]
<RaYmAn> Boulet_: I'm using Dangerous Prototypes Bus Blaster v2..35$ from china, ended up paying 41EUR from EU shop (For faster shipping)
<Boulet_> ah i bought their logic analyzer
<HeHoPMaJIeH> mnemoc, ttake a look on this
<HeHoPMaJIeH> measure voltage between this points and ground
<RaYmAn> Boulet_: bus pirate?
<mnemoc> HeHoPMaJIeH: 0
Almamuerta has quit [Quit: Page closed]
<HeHoPMaJIeH> mnemoc, do you use any adapter to power board ?
<Boulet_> open workbench logic sniffer
<HeHoPMaJIeH> mnemoc, if you use can u measure voltage on dc jack ?
<mnemoc> HeHoPMaJIeH: I power from mUSB
<HeHoPMaJIeH> can u try to power it with a external dc ?
<mnemoc> testing in GPIO-2 1vs.2 = 0 3vs.4 = 3.3
<HeHoPMaJIeH> 12v dc adapter
<HeHoPMaJIeH> for example
<HeHoPMaJIeH> 12v/1A
<HeHoPMaJIeH> or less/more
<mnemoc> found one, 12v/1.2A
<HeHoPMaJIeH> excellent
<HeHoPMaJIeH> try to power up board with this adapter
<HeHoPMaJIeH> and then measure between pin1 and pin2 on lcd connector
<mnemoc> 5V :)
<HeHoPMaJIeH> now between pin1 and pin4 on USB connector
<mnemoc> 5V :)
<HeHoPMaJIeH> now try to put some device on usb port
<HeHoPMaJIeH> mice for ex
<HeHoPMaJIeH> :)
<mnemoc> rebooted
<mnemoc> got wifi
<mnemoc> mouse detected on the three usb hosts
<mnemoc> \o/
<HeHoPMaJIeH> ;)
<mnemoc> next, SD card
<mnemoc> VGA doesn't wiggle now
Quarx has quit []
<HeHoPMaJIeH> uSD working ?
<mnemoc> no, but I had changed the .fex
cubieboard has quit [Remote host closed the connection]
<mnemoc> let me restore the card_detect pin
<HeHoPMaJIeH> kk
<mnemoc> nope
seo has quit [Quit: Ex-Chat]
<HeHoPMaJIeH> hm strange
<HeHoPMaJIeH> mnemoc, if you are here after hour we can try to debug it :)
<mnemoc> usually until your 2am
<HeHoPMaJIeH> wow :)
<HeHoPMaJIeH> i will write when i can get to the home pc
<HeHoPMaJIeH> :)
<HeHoPMaJIeH> bb for noq
<HeHoPMaJIeH> *now
HeHoPMaJIeH has quit [Quit: Leaving]
<mnemoc> thank you!
Quarx has joined #arm-netbook
sspiff has quit [Remote host closed the connection]
<RaYmAn> mnemoc: most embedded boards require more than 0.5A to power over USB...RPI needs minimum 0.7A up to 1.2A (with usb devices)
HeHoPMaJIeH has joined #arm-netbook
<HeHoPMaJIeH> mnemoc any success with uSD
<mnemoc> HeHoPMaJIeH: eh? no.. it's still dead
<mnemoc> RaYmAn: then what's the point on having a board which is supposed to work powered over mUSB if you can even plug a usb stick?
<RaYmAn> mnemoc: you can get 1.2A USB power supplies
<RaYmAn> most phones require higher than 0.5A to charge properly as well
<mnemoc> RaYmAn: and then I lose access to it's console
<RaYmAn> powered over usb doesn't necessarily mean powered by a host pc ;)
<specing> I couldn't get A10 to boot over usb power
<RaYmAn> my mk802 boots fine - but my motherboard has the ability to output more than 0.5A so might be that
<specing> It got as far as Decompressing linux and then died
<HeHoPMaJIeH> mnemoc, max current of USB port is 0.5A
<mnemoc> RaYmAn: I can use an external dvd writer only with those 0.5A
<HeHoPMaJIeH> mnemoc, look after uSD slod has a element with caption L1
<mnemoc> HeHoPMaJIeH: the mele consumes 0.34A normally
<HeHoPMaJIeH> *behind uSD slot :) sorry for bad english
<HeHoPMaJIeH> mnemoc, only usb wifi consums more then 0.34A
<mnemoc> HeHoPMaJIeH: the mele has wifi too
<RaYmAn> maybe not usb ? :P
<mnemoc> yes, usb
<mnemoc> anyhow, uSD
<mnemoc> HeHoPMaJIeH: black think in L1
<mnemoc> thing*
<HeHoPMaJIeH> yes it is
<mnemoc> HeHoPMaJIeH: what do I do with it?
<Boulet_> ah i bought their logic analyzer
<Boulet_> oops
<HeHoPMaJIeH> measure between pin 1 or 2 and gnd
<mnemoc> HeHoPMaJIeH: those are inside the socket...
<RaYmAn> mnemoc: didn't you find your usd adapter? all pins are brought out on that
<RaYmAn> I'm pretty sure anyways
<mnemoc> RaYmAn: tom's break out, yes
<mnemoc> but It doesn't expose all the uSD pins
<mnemoc> only the uart or jtag header
<RaYmAn> hm
<HeHoPMaJIeH> measur between some of L1 pins and ground
<mnemoc> and the other got lost between .es and .dk
<RaYmAn> it must do - jtag uses 6 pins (including vtg and gnd), that leaves two that are used for UART
<RaYmAn> microsd has 8 pins
<RaYmAn> and uart and jtag only shared vtg/vdd and gnd
<mnemoc> HeHoPMaJIeH: L1 has 3.3V on one side and 0 on the other
<HeHoPMaJIeH> mnemoc try to measure resitance/short circuit between inductor pins /L1/
<HeHoPMaJIeH> but first power of device
<mnemoc> HeHoPMaJIeH: no idea what that means
<HeHoPMaJIeH> l1 is a inductor
<HeHoPMaJIeH> measure fo short circuit between it's pins
<mnemoc> RaYmAn: I'll try to map them tonight...... uploaded pictures to http://linux-sunxi.org/JTAG
<RaYmAn> mnemoc: yeah, that's cool :) but all pins are definitely brought out (but look for 0 resistance..the breakout has a lot of connections with 10k and 20k resisters)
<mnemoc> RaYmAn: sure. only problem is that I can't think on that right now. I can only do ape tasks or I'll loose the focus and under my current level of stress it takes me like an hour to recover :<
<RaYmAn> fair enough
<RaYmAn> :)
<RaYmAn> should probably focus on the work then and close irc? ;)
<mnemoc> RaYmAn: so ape taks 1 will be to map the pins
<mnemoc> RaYmAn: need irc to work :<
<RaYmAn> ah
<RaYmAn> map to the connector you mean?
<mnemoc> which pin is which
<RaYmAn> 'k
<RaYmAn> second row is ground
<RaYmAn> all of them :P
<RaYmAn> I can tell you rest as well ;)
<RaYmAn> but I can also let you do your ape task instead :P
<mnemoc> no no... if you can, please do
<RaYmAn> I should probably verify I guess
<RaYmAn> :P
<mnemoc> have 3 other apes^Wcoworkers wanting me to help them with their problems :\
* mnemoc breaths
<Boulet_> would you have a binary image of a working kernel for a13 ?
<mnemoc> having two jobs works great until both have emergencies at the same time :<
<RaYmAn> I have a stock boot.img from my a13 tab? :P
<RaYmAn> ouch
<Boulet_> RaYmAn, could you send it to me ?
<Boulet_> what address does uboot loads it at ?
<RaYmAn> Boulet_: these kernels are sadly compiled without /proc/config.gz :(
<RaYmAn> Boulet_: skumler.net/c925-boot.img
<Boulet_> thx
<mnemoc> RaYmAn: thank you! for making the mapping for me
<mnemoc> HeHoPMaJIeH: SD's pin 1 = 3.3V
<mnemoc> testing pin3 rebooted it :<
HeHoPMaJIeH has quit [Ping timeout: 268 seconds]
<hno> how did you test? a multimeter should not cause reboot on any of these signals. Only if you short VDD+GND.
gimli has joined #arm-netbook
<mnemoc> hno: red leg on the metal thing for the board mounting screw, black leg in pin 11 of the 14-pin jtag
<hno> normally you ground the black one. But that should work fine.
<mnemoc> hno: thanks for the hint, I didn't know which goes where
HeHoPMaJIeH has joined #arm-netbook
<hno> mnemoc, does it reboot if you wiggle the adapter up/down a bit without touching any pins?
<RaYmAn> I wonder how hard it would be to get a working clone that one could perhaps order from e.g. olimex =P
<RaYmAn> to make it easier to aquire these
<hno> RaYmAn, tom have plenty of them now he claims. It's not exactly a mass market product.
<RaYmAn> oh, okay :)
<RaYmAn> yeah, I know
<RaYmAn> is any of olimex's stuff though? ;)
<mnemoc> hno: I suppose it was my clompsy hands touching more than supposed
<mnemoc> RaYmAn: the uart pins don't fit in the jtag page
<RaYmAn> mnemoc: I can't remember direction, but 5-pin is, GND,GND,VDD,RX,TX
<RaYmAn> and yeah, it doesn't - but perhaps you should add the PF numbers as well? :)
<mnemoc> RaYmAn: an A10 and an A13 column, yes
<RaYmAn> those are identical though (on PF)
<Boulet_> HeHoPMaJIeH, do you think most resistors and caps used on the olimex board are 0603 ?
<HeHoPMaJIeH> Boulet_ i think they are metrc all but i'm not sure
<Boulet_> they look bigger than the ones used on chinese tablets
seo has joined #arm-netbook
<HeHoPMaJIeH> Boulet_, package is 0603 :) I measure dimensions :)
<Boulet_> ok :)
<hno> now... where did i see generic uSD breakout?
<RaYmAn> those exist?
<hno> yes.
<RaYmAn> sparkfun one?
<hno> could be, but can't find one there now
<RaYmAn> microsd sniffer
<RaYmAn> what did you use for JTAG on the a13 olixino?
<hno> ah, yes that too. but it was not that one. seen one which is only a breakout board.
<RaYmAn> really? cool. I was looking for one of those
<hno> don't have the A13 bard yet. still on vacatiobn.
<RaYmAn> the dealextreme microsd to sd converter does the job as well
<RaYmAn> ah
<RaYmAn> I just saw the olimex blogpost where he says you got JTAG going on olixino
HeHoPMaJIeH has quit [Ping timeout: 260 seconds]
<hno> will solder a jtag connector to my board when i get home.
<hno> signals available on resistors nearby the uSD connector.
Vayu has quit [Ping timeout: 248 seconds]
HeHoPMaJIeH has joined #arm-netbook
Quarx has quit []
<mnemoc> RaYmAn: what was the link for that one again?
<mnemoc> RaYmAn: for the wiki
Boulet_ has quit [Remote host closed the connection]
HeHoPMaJIeH has quit [Ping timeout: 265 seconds]
Boulet has joined #arm-netbook
<mnemoc> finally peace
Boulet has quit [Ping timeout: 268 seconds]
Boulet has joined #arm-netbook
gimli has quit [Quit: Verlassend]
Boulet has quit [Quit: zzzzzzzzzzz]
<mnemoc> is 5.5mm/2.1mm the size of the usual 12V connector?
<mnemoc> hard to measure the hole of the olinuxino power input with a ruler :<
eFfeM has joined #arm-netbook
HeHoPMaJIeH has joined #arm-netbook
<mnemoc> HeHoPMaJIeH: I can resume the uSD debugging now :)
<mnemoc> HeHoPMaJIeH: just for curiosity, what does `dmesg | busybox grep mmc` tell you on yours?
seo is now known as hater123
HeHoPMaJIeH has quit [Ping timeout: 240 seconds]
<mnemoc> my daughter hates me because I stole the power source of her amplifier :p
eFfeM has quit [Quit: Leaving.]
<traeak> how old is she?
<mnemoc> 11
<traeak> heh
<mnemoc> it's not a big amp, just a cheap toy to let her connect 3.5mm or RCA to some old speakers
<mnemoc> but happens to be perfect for the olinuxino :p
<RaYmAn> hmm. a10 mmc uboot loads to 0x48000000? I was under the impression it had to be loaded at 0x40008000
<RaYmAn> s/loads to/loads kernel at/
<ibot> RaYmAn meant: hmm. a10 mmc uboot loads kernel at 0x48000000? I was under the impression it had to be loaded at 0x40008000
<mnemoc> 0x48000000 gets moved to 0x40008000 by uboot before passing the execution to it
<RaYmAn> ah
<RaYmAn> ah, so it reads uImage to memory, checks uImage for load address and moves it?
xxiao_ has quit [Remote host closed the connection]
<mnemoc> yes
xxiao has quit [Remote host closed the connection]
<RaYmAn> 1 step closer =P ty
<mnemoc> want to boot custom linux from nand?
<RaYmAn> Any clue how much initialization u-boot actually does? Memory of course, some clocks I guess? Nand? Is that required or can kernel do it entirely?
<RaYmAn> nah, I want to boot custom kernel from JTAG :)
<mnemoc> isn't fel better in that case?
<RaYmAn> I dunno
xxiao has joined #arm-netbook
<RaYmAn> better in what way? =P
<mnemoc> you would compose an script useful to everyone, not only to those having jtag ;-)
<mnemoc> jtag = debug; fel = boot from usb
HeHoPMaJIeH has joined #arm-netbook
<mnemoc> boot from usb can be very useful for recovery or installing
<mnemoc> to everyone
<mnemoc> without the need of uart/jtag at all
hater123 has left #arm-netbook ["Ex-Chat"]
<hno> Hmm.. good trustworthy tnt seems to have delivered my A13 to an empty house, when given intructions to hold the package for one week.
<RaYmAn> mnemoc: yeah, but it's a hell of a lot easier to debug from jtag and the same thing should apply
<RaYmAn> as in, it should be easy to take jtag stuff and apply to fel =P (I'm planning to boot from fel using jtag)
<RaYmAn> I can try and check what's fastest as well - it might be faster to upload over usb than jtag, dunno
<mnemoc> hno: left it on the street?
<RaYmAn> also, I spent 40EUR getting this jtag thingumagig, i have to actually use it :P
<mnemoc> hehe
Vayu has joined #arm-netbook
<hno> no idea. tracking service just says "delivered in good condition"
<mnemoc> lovely
<hno> not home until sunday
<RaYmAn> gave it to a neighbour?
<hno> don't know yet.
<hno> but we have neighbours who take care of our mail while away.
<hno> hopefully it's taken care of.
<RaYmAn> Sometimes when a "proper" courier does that (e.g give it to neighbours etc), I almost want to complain, even if I get the package. Claim to never have gotten it ;) Because they are clearly failing (but I don't , cause it'd be fraud and stuff)
<mnemoc> isn't that the kind of toy used by EE hobbiest and which only purpose is the joy of building them?
<RaYmAn> lol I'd think so - seems a bit excessive to amplify headphones like that
<hno> RaYmAn, in this case I even called them in good time before and asked them to hold the package until the 13'th.
<hno> which they promised to do.
<RaYmAn> that's pretty bad
<mnemoc> hno: calling tomorrow or holding the anger until you return and check?
<RaYmAn> mnemoc: the guy who made that test1 app..Is here here or just on git/email/etc?
<hno> mnemoc, holding my anger.
<hno> don't want to mess with that on my vacation. Nothing that can be done about it anyway now.
traeak has quit [Remote host closed the connection]
HeHoPMaJIeH has quit []
<mnemoc> RaYmAn: you talked with him today.... Boulet
<RaYmAn> ah
<RaYmAn> 'k
<RaYmAn> always hard to maintain that damn realname to nick mapping in your head ;)
<mnemoc> :)
<mnemoc> irc and google talk is my only contact with the world so I have that part of the brain enhanced
<RaYmAn> lol
traeak has joined #arm-netbook
nibb has quit [Ping timeout: 246 seconds]
techn has joined #arm-netbook
<techn> Hi, I received my Mini-x on monday.. Installed Linaro ubuntu.. After taking meego mali drm driver I got 2d acceleration working
* hno have troble remembering the real names..
<techn> I also had to move wemac driver from kernel to module.. since while wemac driver was enabled, device was unstable
<techn> .. So, I'm here to ask what's current status of a10? Mali, waiting for ARM support? Cedar, waiting for allwinner support?
<hno> techn, kind of the current state yes.
<WarheadsSE> Mali wee, drivers. Cedar .. binary libs + drivers
<hno> WarheadsSE, same situation with open drivers and binary libs for both.
<WarheadsSE> yeah, I know
<hno> techn, you got meego mali drm driver working on A10?
<WarheadsSE> Although I may have a look at swiping the meego stuff if that is working
<techn> hno, yes.. I think.. I also noticed that linaro has their own drm driver.. It looked better, but havent tried it yet
nibb has joined #arm-netbook
nibb has left #arm-netbook [#arm-netbook]
<techn> [ 30.885] (II) EXA(0): Driver registered support for the following operations:
<techn> [ 30.886] (II) Solid
<techn> [ 30.886] (II) Copy
<techn> [ 30.886] (II) Composite (RENDER acceleration)
<WarheadsSE> what Xorg version?
<techn> X.Org X Server 1.11.3
<WarheadsSE> bah
<WarheadsSE> but, it def looks a lot more fleshed out
<WarheadsSE> just one hit: http://www.igloocommunity.org/gitweb/?p=android/platform/vendor/st-ericsson/multimedia/linux/mali400ko.git;a=tree
<techn> yep.. I'm using that
<techn> http://git.linaro.org/gitweb?p=people/chunsangjeong/mali-dev.git;a=blob;f=drivers/gpu/drm/mali/mali_drv.c;h=1bc76e98d6b88669528db93dcfbc6efc9f8f0de8;hb=HEAD
Almamuerta has joined #arm-netbook
<techn> theres that linaro one
Almamuerta has quit [Client Quit]
arokux_h has joined #arm-netbook
<WarheadsSE> mm
<WarheadsSE> might be effective to pull these in
techn has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
techn has joined #arm-netbook
rsalveti has quit [Ping timeout: 246 seconds]
<arokux_h> lkcl, hi, you once told about some very expensive software for modeling IC.. could you tell some prices and names please? this is just interesting for me..
<mnemoc> RaYmAn: Turl: https://www.otaupdatecenter.pro/
<RaYmAn> so rom manager clone?
rsalveti has joined #arm-netbook
tzafrir_laptop has quit [Ping timeout: 260 seconds]
<mnemoc> RaYmAn: it seems to provide the infrastructure to integrate your imaegs in the standard OTA upgrade method
<mnemoc> so for user who will stick with on rom instead of jumping from one to the next all day long
<RaYmAn> oh? I'm seeing it as a non-standard alternative
<RaYmAn> fwiw rommanager can also notify you when an update is available...
<RaYmAn> but hey, competition for any kind of app is great :) drives innovation
<RaYmAn> but as-is, it mostly just looks like a clone of rommanager but without the rom hosting part
<mnemoc> :p
<RaYmAn> I really have no clue why I'm not getting any uart output at all :(
<mnemoc> it kind of annoys me that even the paid version of rom manager shows ads, asks you to look at their other apps often and insists you have to pay to get cwm touch installed
newbie1 has joined #arm-netbook
<RaYmAn> I'm wondering if those ads is a bug
<RaYmAn> it only seems to show ads for me on front screen if I return from another menu, e.g. "Download ROM"
<RaYmAn> oh, wait..It explicitly says you have to go turn off ads in settings
<mnemoc> doh
<RaYmAn> hm
<RaYmAn> ok, so there's a bug definitely
<RaYmAn> ads are disabled in mine
<RaYmAn> but they still show at random times
hp_ has quit [Ping timeout: 276 seconds]
<mnemoc> RaYmAn: did you set right the debug uart in .config ?
<RaYmAn> No, I guess I was assuming that setting script.bin to the uart would be sufficient
<mnemoc> earlyprintk uses direct memory access
<RaYmAn> ah
<RaYmAn> CONFIG_SW_DEBUG_UART
<mnemoc> yes, that one
<mnemoc> use SoC's internal UART index
<RaYmAn> is this before kernel touches pinmux?
<RaYmAn> I guess it is - so if it's already setup right before, it should be ok
<mnemoc> it's independent of that
<mnemoc> yes, it relies in previous pin setup or defaults
<RaYmAn> 'k
* RaYmAn goes try
<RaYmAn> downloaded 3891660 bytes in 68.414284s (55.551 KiB/s)
<RaYmAn> I need to get this JTAG setup for higher speed :S
RITRedbeard has quit [Quit: Leaving]
RITRedbeard has joined #arm-netbook
<RaYmAn> mnemoc: by pure coincidence, you wouldn't happen to have a nice dump of ATAG's, would you? :P like, in binary
<mnemoc> i have no idea how to capture that...
<RaYmAn> enable kexec + /proc/atags options and you can just cat /proc/atags > atags.bin
<RaYmAn> I got it partially booting :D
<RaYmAn> weird ass lcd output, but at least some output
<RaYmAn> also, lots of fun UART after changing that uart option :)
<mnemoc> RaYmAn: so the debug_uart thing worked?
<RaYmAn> mnemoc: CONFIG_SW_DEBUG_UART? Yes
<RaYmAn> at least on the 3.0-v2 kernel from your repo + the config you linked last night
<RaYmAn> for obvious reasons I can't really do that for the kernel on board :(
<mnemoc> same case here...
<RaYmAn> and u-boot :/
<mnemoc> the olinuxino boots gpl-violating linux/uboot
<RaYmAn> which admittedly is much worse
<RaYmAn> that is pretty depressing really
<RaYmAn> lol
<mnemoc> hopefully we will solve that soon :)
<RaYmAn> I didn't get a log of this output, but it seemed to mostly fail on mounting root
<mnemoc> yes, mine dies in the same way
<RaYmAn> well, that's cool then
<mnemoc> died* haven't tried it again since yesterday
<RaYmAn> I btw loaded this from jtag
<mnemoc> :D
<RaYmAn> so should be possible with fel as well
<RaYmAn> just need to get that test1 thingy to return to fel mode
<hno> RaYmAn or mnemoc, can you please check that test1 still works?
<mnemoc> RaYmAn uses it
<RaYmAn> hno: when did you change stuff?
* mnemoc assumes so
<hno> right.. need to push also.
<hno> now pushed.
<RaYmAn> my local copy is, well, a bit "cleaned up" (in the sense of cutting it down to dram, uart and clocks init, and removing unused files)
<hno> same
<RaYmAn> I guess you cleaned up too :P
<mnemoc> RaYmAn: can you? I have to prepare things for my departure tomorrow
<RaYmAn> yeah
<mnemoc> thanks :)
<hno> and squashed a number of minor differences from u-boot files.
<hno> and reworked UART setup to make easier reuse in other test.
<RaYmAn> so how do I tell it to use uart0 on PF02/PF04?
<hno> output to PF is enabled by default.
<RaYmAn> hno: you missed s/uart1_puts/uart_puts/ from ~line 167 and on in test.c