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/
tzafrir has quit [Ping timeout: 260 seconds]
<lundman> and on mirror
<lundman> wonder if its worth making dd image
* Turl would use it
<Turl> :)
<lundman> I have a feeling v1.2 is the old android 2.3
<lundman> not ICS or higher
<Turl> unpack it and check system/build.prop
<lundman> hmm yeha, maybe I'll dd it in and have a look
madmalkav has quit [Read error: Connection reset by peer]
madmalkav has joined #arm-netbook
CIA-62 has quit [Ping timeout: 252 seconds]
hark has quit [Remote host closed the connection]
<lundman> 02913dd0 61 70 6f 6c 6c 6f 5f 6d 65 6c 65 2f 61 70 6f 6c |apollo_mele/apol|
<lundman> 02913de0 6c 6f 2d 6d 65 6c 65 3a 34 2e 30 2e 34 2f 49 4d |lo-mele:4.0.4/IM|
<lundman> 02913df0 4d 37 36 44 2f 32 30 31 32 30 39 30 37 3a 65 6e |M76D/20120907:en|
CIA-16 has joined #arm-netbook
<lundman> 0010d020 4c 69 6e 75 78 2d 33 2e 30 2e 33 31 2b 00 00 00 |Linux-3.0.31+...|
<lundman> ok I'll try that
<lundman> hmm, seems the only change was to load more ads on it
<lundman> no market that I can see.. this is not a good step
ssalevan has joined #arm-netbook
<lundman> guess we just check if any libraries are newer, then I go back to previous firmware with market
popolon has quit [Quit: Quitte]
ssalevan has quit [Quit: Leaving.]
hipboi has joined #arm-netbook
madmalkav has quit [Read error: Connection reset by peer]
madmalkav has joined #arm-netbook
mSquare has joined #arm-netbook
ssalevan has joined #arm-netbook
jlj has quit [Ping timeout: 272 seconds]
RITRedbeard has quit [Ping timeout: 276 seconds]
itamarjp has quit [Ping timeout: 272 seconds]
RITRedbeard has joined #arm-netbook
Quarx has joined #arm-netbook
ssalevan has quit [Quit: Leaving.]
hp_ has joined #arm-netbook
hipboi has quit [Read error: Connection reset by peer]
hp_ has quit [Ping timeout: 246 seconds]
repvik has quit [Ping timeout: 255 seconds]
RITRedbeard has quit [Ping timeout: 276 seconds]
ibrah has joined #arm-netbook
pawel5870 has joined #arm-netbook
ibrah has quit [Ping timeout: 248 seconds]
popolon has joined #arm-netbook
kaspter has joined #arm-netbook
asus_ has joined #arm-netbook
ceo16 has quit [Ping timeout: 245 seconds]
rellla has joined #arm-netbook
arete74 has quit [Quit: leaving]
arete74 has joined #arm-netbook
oliv3r has quit [Remote host closed the connection]
oliv3r has joined #arm-netbook
<CIA-16> rhombus-tech: Joe master * r4c18f9ee36a0 /allwinner_a10/orders/nintendojoe49.mdwn:
chz_ has joined #arm-netbook
jlj has joined #arm-netbook
sspiff has quit [Remote host closed the connection]
mysteryname has joined #arm-netbook
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
mysteryname has quit [Ping timeout: 276 seconds]
<mnemoc> git st
<mnemoc> err
<cat_x301> mnemoc: tried to compile linux-sunxi-3.4 branch, got this error:
<cat_x301> <skip>
<cat_x301> make[4]: *** Waiting for unfinished jobs....
<cat_x301> make[4]: *** [drivers/net/wireless/rtl8192cu/os_dep/osdep_service.o] Error 1
<cat_x301> drivers/net/wireless/rtl8192cu/os_dep/osdep_service.c:1057:67: error: 'struct wake_lock' has no member named 'link'
<cat_x301> make[4]: *** wait: No child processes. Stop.
<cat_x301> make[3]: *** [drivers/net/wireless/rtl8192cu] Error 2
<cat_x301> make[2]: *** [drivers/net/wireless] Error 2
<cat_x301> make[1]: *** [drivers/net] Error 2
<cat_x301> make: *** [drivers] Error 2
<cat_x301> Is this already known?
<cat_x301> oh, that's android crap..
<mnemoc> cat_x301: yes :( please disable that driver
<mnemoc> cat_x301: if you have ethernet (mele or cubie) change the initial state of the usbc to enabled in script.bin
<cat_x301> mnemoc: unf. nope, i only have mk802.
<cat_x301> so perhaps i need this one
<mnemoc> cool. then just disable that broken driver
<cat_x301> mnemoc: but i wont have connectivity then
<mnemoc> cat_x301: you have wifi
<mnemoc> err
<mnemoc> i got confused sorry
<mnemoc> forget what I sad about ethernet
<mnemoc> disable that driver and enable rtlwifi's
<cat_x301> mnemoc: forgotten :)
<cat_x301> mnemoc: ah, ok
<mnemoc> then edit your script.bin to power that usbc since the begining
<mnemoc> the allwinnerized driver adds poor-man power management by powering the usb controller on driver load and shut it down on unload
tender86 has joined #arm-netbook
<mnemoc> but if you just set the usbc to powered in script.bin the mainline driver will deal with the wifi chip without troubles
<cat_x301> mnemoc: thanks, will try
<mnemoc> now time to brew some more coffee to wake up my brain...
* cat_x301 thinks of making dedicated defconfig for mk802.. now two things should be handled there..
<mnemoc> this driver thing is generic, not mk802 specific
<cat_x301> mnemoc: i had mine already: but brain is still kinda alseep..
<mnemoc> :)
<lundman> hmm
<cat_x301> mnemoc: but i mean it was enabled by default in sun4i_defconfig
<cat_x301> which does not work for mk802
<cat_x301> another thing is that DVFS part.
<mnemoc> ihmo the dvfs issue must be fixed in code, not adding a mostly redundant defconfig...
<cat_x301> mnemoc: right. what about wifi stuff?
<mnemoc> I think rtl8192cu should be removed... and plat-sunxi and usb-sunxi improved to deal with this config option behind the scene
<mnemoc> scenes*
<cat_x301> mnemoc: fair. anyway, will workaround by now. btw, what is the policy for sending patches should i come up with anything?
* cat_x301 apologizes for distracting mnemoc from coffee..
<mnemoc> cat_x301: currently we use github's issue tracker... but it might be a good idea to create a real mailing list if the rest of the community approves
<cat_x301> mnemoc: would be brilliant to have one.
arete74 has quit [Ping timeout: 244 seconds]
arete74 has joined #arm-netbook
<mnemoc> sad groups.google.com doesn't let you create lists with custom domains in the free version :<
<mnemoc> but I suppose we can just install mailman in the same server that is hosting the wiki
<mnemoc> does vger.kernel.org accept not-mainlined projects?
<cat_x301> mnemoc: no idea
<mnemoc> cat_x301: as it was your idea, can you file a ticket requesting a mailing list and maybe a patch review thingy like gerrit? :)
<cat_x301> mnemoc: need to learn something before doing this :)
<mnemoc> how to register on github? :p
* cat_x301 is afraid of screwing things up publicly :)
<cat_x301> ah, i was thinking you ask about vger.
* cat_x301 is looking for that ticket creator option on github..
<cat_x301> mnemoc: any hints how do i create a ticket, pls :)
<mnemoc> :)
<mnemoc> need to go, back in 30m
sspiff has quit [Remote host closed the connection]
<cat_x301> mnemoc: ah, i thought of some github specific ticket system :) -- working for corporates eroded my brains..
<rz2k> <hno> and how to make a Linux livesuit image is explained in the SDK documentation. -- what SDK you are talking about? where I can found it? I thought about using those windows unpack/pack and imgpacker tools for livesuit images. There is another way?
madmalkav has quit [Quit: Leaving]
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
Fremen2001 has joined #arm-netbook
tzafrir has joined #arm-netbook
<mnemoc> rz2k: hno pushed a copy of the a10 sdk to his github long ago
<mnemoc> rz2k: and olimex pushed the a13 sdk somewhere too
sspiff has quit [Ping timeout: 260 seconds]
<cat_x301> mnemoc: stupid question i know, but how to reply to particular comment in github?
<mnemoc> cat_x301: by mail... but they end up at the tail of the forum-ish list of comments anyway
<mnemoc> yes, github's issue tracker is poor
mysteryname has joined #arm-netbook
<RaYmAn> aww
<RaYmAn> that's too bad :/
kaspter has quit [Ping timeout: 276 seconds]
chz_ has quit [Quit: Leaving]
mysteryname has quit [Remote host closed the connection]
tender86 has quit [Quit: Page closed]
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
Fremen2001 has quit [Remote host closed the connection]
chz_ has joined #arm-netbook
sspiff has quit [Ping timeout: 276 seconds]
<RaYmAn> woo!
<RaYmAn> done
<rz2k> https://github.com/amery/linux-allwinner/issues/74 - guy has same issue as I had when I was running builds on archlinux with latest grep/sed/awk.
<rz2k> I thought we had that fixed
<rz2k> RaYmAn: thanks
yaayaa has joined #arm-netbook
<cat_x301> linux-sunxi-3.4:
<cat_x301> CC [M] drivers/gpu/mali/ump/../mali/linux/mali_osk_atomics.o
<cat_x301> mv: cannot stat `drivers/gpu/mali/ump/../mali/linux/.tmp_mali_osk_atomics.o': No such file or directory
<cat_x301> make[4]: *** [drivers/gpu/mali/ump/../mali/linux/mali_osk_atomics.o] Error 1
<cat_x301> CC [M] drivers/gpu/mali/mali/linux/mali_osk_irq.o
<cat_x301> CC [M] drivers/gpu/drm/drm_stub.o
<cat_x301> make[4]: *** Waiting for unfinished jobs....
<cat_x301> CC [M] drivers/gpu/drm/drm_vm.o
<cat_x301> make[3]: *** [drivers/gpu/mali/ump] Error 2
<cat_x301> wonder if this is known problem?
chz_ has quit [Quit: Leaving]
<mnemoc> cat_x301: not known
Mazon has quit [Ping timeout: 272 seconds]
Mazon has joined #arm-netbook
<cat_x301> mnemoc: running make modules second time cured it.. strange..
<rz2k> another mali building order mistake
<rz2k> we had those before, afaik.
<cat_x301> rz2k: have you checked how linaro handles mali compilation? at least quick glance at it gave me good impression. maybe we need to copy it.
<rz2k> linaro has st-ericsson flavoured mali, by the way, not a public one from malideveloper.com.
<cat_x301> linux-sunxi-3.4: there is no /dev/fb[0..9] -- what is needed? CONFIG_FB_SYS_FOPS?
Simon_G has joined #arm-netbook
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
kaspter has joined #arm-netbook
jlj has quit [Read error: Operation timed out]
kaspter has quit [Ping timeout: 276 seconds]
kaspter has joined #arm-netbook
DEAT has quit [Read error: No route to host]
DEAT has joined #arm-netbook
<Turl> cat_x301: that issue is a dependency problem
yaayaa has quit [Ping timeout: 240 seconds]
<cat_x301> Turl: it hits this in my case, drivers/video/sunxi/disp/dev_fb.c:
<cat_x301> else if(need_open_hdmi == 0 && from == 1)
<cat_x301> then it returns w/o initialization.
<cat_x301> have to go now..
<Turl> (I meant the mali build issue)
<cat_x301> Turl: ah. ok :)
yaayaa has joined #arm-netbook
cat_x301 is now known as cat_away
Simon_G has left #arm-netbook [#arm-netbook]
cat_n9 has quit [Ping timeout: 255 seconds]
Fremen2001 has joined #arm-netbook
yaayaa has quit [Quit: WeeChat 0.3.8]
jlj has joined #arm-netbook
Almamuetya has joined #arm-netbook
cat_n9 has joined #arm-netbook
grevaillot has joined #arm-netbook
cat_away is now known as cat_x301
ssalevan has joined #arm-netbook
cat_n9 has quit [Ping timeout: 264 seconds]
ssalevan has quit [Quit: Leaving.]
kaspter has quit [Ping timeout: 240 seconds]
cat_n9 has joined #arm-netbook
Fremen2001 has quit [Remote host closed the connection]
hipboi has joined #arm-netbook
<hipboi> hno: ping
<hipboi> sun5i u-boot-mmc
<hipboi> > (u-boot boots ok from sdcard, but kernel dies at any printk)
<hipboi> is this the clock related?
itamarjp has joined #arm-netbook
itamarjp has quit [Changing host]
itamarjp has joined #arm-netbook
revident has joined #arm-netbook
Fremen2001 has joined #arm-netbook
hno has quit [Excess Flood]
hno has joined #arm-netbook
kaspter has joined #arm-netbook
rellla has quit [Quit: rellla]
ssalevan has joined #arm-netbook
<oliv3r> lkcl: I think we missunderstood eachother, I wasn't speaking of the mali GPU, but specifically the CedarX VPU. Is there any talks/plans in getting proper open source support for this bit aswell? I know there's some reverse engineering going on and in time, that could be fruitfull, but until then, anything in the open pipes?
polto2010 has joined #arm-netbook
RITRedbeard has joined #arm-netbook
<merbanan> oliv3r: I looked though the libve code and it is based on alot of reference software, I don't see it likely that it will be released
<merbanan> what would be possible is reimplementation of it
sspiff has quit [Remote host closed the connection]
<merbanan> IIRC there was code for mjpeg
<merbanan> reimplementing that looks like a doable task
<merbanan> but for vc1 and h264 there was quite a lot of code
<merbanan> if I understand correctly the biggest complaint from gimli was that the time for decoding some frames where to slow
<merbanan> and I can understand the reason for the slowness if it is as a lot of reference code that parses the codec data before passing it of to the hardware for decode
<merbanan> reference code is nearly never optimized
<andoma> merbanan: you're lurking here as well? :)
<merbanan> yupp :)
<merbanan> got my media player a week ago
<andoma> what hw?
<merbanan> mini-x
<andoma> url?
pawel5870 has quit [Ping timeout: 276 seconds]
<merbanan> do you have any hardware ?
pawel5870 has joined #arm-netbook
polto2010 has quit [Quit: Computer has gone to sleep.]
<lkcl> oliv3r: no, i wasn't misunderstanding at all. i will only speak to allwinner once there is a financial incentive - a contract that is significant to them that would be lost if they *didn't* provide the full source code of libcedarx.
<lkcl> in the mean time i hope that someone continues with the reverse-engineering to the point where that provides an alternative avenue and additional leverage
<merbanan> lkcl: is libcedarx != libve ?
<traeak> lkcl: so when's the mips multicore coming out?
<traeak> heh
<lkcl> merbanan: no idea!
<lkcl> 1sec...
<lkcl> traeak: MIPS doesn't do actual CPUs, they just do designs (like ARM). are you referring to ICubeCorp?
<lkcl> their CPU design is completely different
<traeak> lkcl: yes assuing they are using a mips core?
<traeak> s/assuing/assuming/
<ibot> traeak meant: lkcl: yes assuming they are using a mips core?
<lkcl> traeak: absolutely not. it's a completely independent architecture, waaayy more advanced than anything that MIPS have ever dreamed of.
<andoma> merbanan: mk802
<lkcl> it's a VLIW architecture for a start.
<hno> hipboi, sun5i branch should boot fine.
<lkcl> merbanan: i'm not able to find anything about what libve is - do you have any links/references?
<lkcl> ok i found something....
<lkcl> right. merbanan: libve is a reverse-engineering *wrapper* around libcedarx.
<lkcl> its purpose is to provide a trace of the operations of every single function of libcedarx.
<merbanan> I meant libvecore
<merbanan> andoma: so are you gonna do a showtime port ? :)
<lkcl> traeak: ok, so ICubeCorp have been using the "Multi Fab" Programme (not the exact name) but it's where you
<andoma> merbanan: that's the plan
<lkcl> where you share a portion of a wafer's cost with other people. you usually have to wait for a 3-month run
<lkcl> the costs of doing so however are far far less than if you get a fab to run an entire wafer just for you.
<merbanan> andoma: we need working hw decode
_jm has joined #arm-netbook
<lkcl> so the last time ICubeCorp did this, they were able to get a number of working 65nm 700mhz Dual-Core processors, codenamed "IC1".
<merbanan> andoma: I need to come by with your stuff some day also
<lkcl> 700mhz really isn't fast enough, even though the VLIW and the parallelism ramps the actual performance up considerably, it still isn't enough in today's market.
<andoma> merbanan: yes.. i'm in NYC now though
<andoma> back late next week
<merbanan> ok
<lkcl> so, it'll be at least 18 months before they come out with something (40nm, 28nm)
<traeak> vliw brings up the itanium
<hno> had that printk issue during early development.
<traeak> itanium pretty expensive, and isn't the code density sort of poor on vliw ?
<specing> vliw brings up the 100 core tilera
<specing> vapourware.
<traeak> there's a korean company with an interesting instruction set that shows exceptionally good density and good extendability
<traeak> but no clue...anyways all vapor and speculation
<specing> yep
* specing goes out to the store to buy another x86 :(
<andoma> merbanan: but i would like to run it without X so i guess i'll have to wait/work with the lima driver
<traeak> but still
<traeak> something open for once with good performance takes the cake
<hipboi> hno: there is an interesting issue that some hardware u-boot can boot kernel
<hipboi> hno: but some not
<hipboi> hno: i beleive it's the freqence of the cpu at u-boot stage
<traeak> lkcl: so 18 months before something comes out, there needs to be stuff like compilers, etc written in addition to OS stuff as well. fun fun, so 18 months maybe to even start anything
_jm has quit [Quit: Loqui powered]
rellla has joined #arm-netbook
kaspter has quit [Ping timeout: 276 seconds]
<hno> hipboi, yes, quite likely due to the core voltage issue / frequency.
<hno> hipboi, On my A13 board with the core running under voltage the CPU hang when trying to jump to printk, sometimes randomly earlier.
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
hipboi has quit [Quit: 暂离]
<cat_x301> hmm, github is down..
<RaYmAn> again? :S
<mnemoc> even http://status.github.com/ doesn't answer :<
<RaYmAn> it does - just slow as hell
<RaYmAn> 08:58 AM PST
<RaYmAn> DB cluster is slowly recovering.
<RaYmAn> 08:35 AM PST
<RaYmAn> We've taken a bad DB down and are working to return the DB cluster to a normal state now.
rellla has quit [Quit: rellla]
Fremen2001 has quit [Remote host closed the connection]
rellla has joined #arm-netbook
rellla has quit [Quit: rellla]
<hno> 09:10 am PST
<hno> Performance is still impacted such that the majority of requests are hitting unicorns. Caches are slowly warming.
<hno> DB issues two days in a row. Hopefully they actually fixed it today.
<jelly-home> what did the unicorns do wrong?!
<RaYmAn> they stepped on the rainbows
cat_n9 has quit [Ping timeout: 276 seconds]
asus_ has quit [Read error: Operation timed out]
bsdfox_ has joined #arm-netbook
bsdfox_ has quit [Changing host]
bsdfox_ has joined #arm-netbook
bsdfox has quit [Ping timeout: 240 seconds]
<mnemoc> those angry unicorns are disturbing
* RaYmAn grmbls at paypal
<RaYmAn> they put random holds on transfers...ffs, I was paying 10$ to a huge, well-known company. :S
cat_n9 has joined #arm-netbook
pawel5870 has quit [Quit: Leaving.]
polto2010 has joined #arm-netbook
<jelly-home> RaYmAn: I've been unable to withdraw from paypal for months \o/
<jelly-home> (using a certain kind of bank card, in a certain country)
<RaYmAn> I must say, I've never actually attempted withdrawing money from paypal
Fremen2001 has joined #arm-netbook
sspiff has quit [Remote host closed the connection]
gimli has joined #arm-netbook
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
<jelly-home> I've had the luxury of being paid for some over-the-irc support exactly once, and it stopped working a couple months later
* WarheadsSE has never had problems wtih paypal
Fremen2001 has quit [Remote host closed the connection]
jlj has quit [Ping timeout: 272 seconds]
<xxiao> over-the-irc support...what does that mean
<RaYmAn> I assume it's like "over-the-phone" support, just over irc :P
repvik has joined #arm-netbook
sspiff has quit [Ping timeout: 276 seconds]
cat_n9 has quit [Ping timeout: 248 seconds]
<xxiao> nice
eFfeM has joined #arm-netbook
polto2010 has quit [Ping timeout: 240 seconds]
* WarheadsSE has been paid for that
itamarjp has quit [Remote host closed the connection]
gimli_ has joined #arm-netbook
gimli_ has quit [Client Quit]
cat_n9 has joined #arm-netbook
Quarx has quit []
pawel5870 has joined #arm-netbook
ibrah has joined #arm-netbook
<Turl> best of luck RaYmAn
* Turl hopes they don't freeze your account
<Turl> RaYmAn: I bought a router from a dude once, I paid the router in full, no issues
<RaYmAn> I use my paypal fairly much tbh
<Turl> then after he shipped it I paid the shipping cost
<Turl> and paypal froze my account and reverted it
<RaYmAn> this is from TI
<RaYmAn> :P
<RaYmAn> well, to TI
<RaYmAn> but.
<Turl> after talking w/ them they unfroze it, paid shipping again and froze it again >.>
<RaYmAn> I have paid stuff after this
<traeak> ewveryone lovez payscam
<RaYmAn> indeed
<mnemoc> TI accepts such small payments??
<RaYmAn> mnemoc: ... launchpad! :P
<mnemoc> :)
<RaYmAn> 4.99$
<mnemoc> that's an 8bit MCU board, right?
<mnemoc> 16
<RaYmAn> no
<RaYmAn> 32-bit
<mnemoc> uh
<RaYmAn> the Stellaris LaunchPad is 32-bit, ~80Mhz ARM - Cortex M4
<mnemoc> that's isn't too bad
<mnemoc> for $5 I mean
<RaYmAn> for 4.99$ incl. free shipping, nope
<mnemoc> pre-order, promotional price :p
<RaYmAn> it also has built-in jtag debugger
<mnemoc> :o
<RaYmAn> yeah..Their other launchpads are at most 17$
<rm> TI cancelled my order
<rm> because obviously I am ordering this to make an ICBM
<mnemoc> o.o
<rm> yes, the cancellation status shows some acronym that is related to Export Control restrictions
<rm> sigh, will have to use an Arduino for my ICBM then
<rm> or a Raspberry Pi
<rm> with guidance via a webcam
<xxiao> i have a stellaris EKS-LM4F232 Eval kit here, got it $75, collecting dust here now
<specing> $75?
<mnemoc> quite expensive dust collector...
ibrah has quit [Ping timeout: 244 seconds]
jlj has joined #arm-netbook
<L84Supper> xxiao, is the Code Composer Studio locked to the board?
captainigloo is now known as naguirre
<L84Supper> what would people here choose between NXP, ST or TI for ARM cortex M4 soc's? Any favorite and why?
sspiff has joined #arm-netbook
sspiff has quit [Changing host]
sspiff has joined #arm-netbook
<RaYmAn> I dunno - is there any real difference? depends on target usage I guess.
<L84Supper> tool chain and libs mostly
<RaYmAn> oh yeah
<RaYmAn> stellaris has a fairly big library in ROM (that can be called directly from ROM)
CIA-16 has quit [*.net *.split]
ibot has quit [*.net *.split]
NAiL has quit [*.net *.split]
ccssnet has quit [*.net *.split]
<RaYmAn> despite the lack of being able to update this lib, it's a pretty cool thing :)
CIA-16 has joined #arm-netbook
NAiL has joined #arm-netbook
ibot has joined #arm-netbook
ccssnet has joined #arm-netbook
<L84Supper> if they work well
ccssnet has quit [Max SendQ exceeded]
ibot has quit [Quit: cyal8r]
<RaYmAn> yeh.
<RaYmAn> and they didn't wire out jtag :(
ibot has joined #arm-netbook
<RaYmAn> teensy that is
<L84Supper> real men don't use jtag !
<RaYmAn> lol
* WarheadsSE hasnt used jtag yet :p
<rz2k> real men bitbang jtag on ft232
* rz2k did that, flashing xc2c64 = 15 minutes
<hno> rz2k, should be possible to clock JTAG fairly decent with that chip in bit-bang mode.
<RaYmAn> hno: what kind of speeds have you managed with a13?
<RaYmAn> I've found that anything past 15mhz seems to break here
<xxiao> L84Supper: don't think so
<xxiao> L84Supper: NXP is dying as it appears, ST has the largest portfolio, TI is catching up fast(so is FSL) but has a much less selections
<L84Supper> xxiao, any opinions on the open tool chain?
<RaYmAn> i'd assume any arm gcc with cortex m4 support would wokr on all of them? :S
<xxiao> as of now i mostly used code-composer
<L84Supper> I have lost track of all the different TI code composer studios over the years gathering dust we had to buy
<xxiao> never had time to use open-tool-chain on M3/M4 yet
<xxiao> you can buy dirty cheap M3/M4 boards from taobao or aliexpress , mostly using ST
<L84Supper> it's not so important for me , but it might effect the adoption by developers that prefer open tools or very low cost tools
<hno> RaYmAn, about the same i think.
<xxiao> the J-LINK debugger is sold below $12 there too
<xxiao> cloned illegal stuff i'm sure
<hno> RaYmAn, have mine configured at 10.
<xxiao> i think it's $18 or so
gimli has quit [Quit: Verlassend]
Fremen2001 has joined #arm-netbook
sspiff has quit [Remote host closed the connection]
tzafrir has quit [Ping timeout: 252 seconds]
rsalveti has quit [Ping timeout: 246 seconds]
Fremen2001 has quit [Remote host closed the connection]
rsalveti has joined #arm-netbook
rsalveti has quit [Changing host]
rsalveti has joined #arm-netbook
Fremen2001 has joined #arm-netbook
rellla has joined #arm-netbook
rellla has quit [Remote host closed the connection]
ccssnet has joined #arm-netbook
eFfeM has quit [Quit: Leaving.]
Fremen2001 has quit [Remote host closed the connection]
Almamuetya has quit [Ping timeout: 276 seconds]
tzafrir has joined #arm-netbook
mSquare has quit [Ping timeout: 240 seconds]
ibrah has joined #arm-netbook
revident has quit [Quit: Pho Time!]
MindBeat has joined #arm-netbook
ibrah has quit [Ping timeout: 252 seconds]
pawel5870 has quit [Quit: Leaving.]
Fremen2001 has joined #arm-netbook
Fremen2001 has quit [Remote host closed the connection]
ssalevan has quit [Ping timeout: 252 seconds]
<popolon> http://baike.baidu.com/albums/26165/26165/0/0.html#7518114$8d5494eef01f3a292ae76f5f9925bc315c607c77
<popolon> on the left of the picture, Allwinner offices :)
<popolon> a little bit saturated, but interesting aerial pictures of the Zhuhai city
popolon has quit [Quit: Quitte]
hark has joined #arm-netbook