2010-12-24 01:04 [commit] Xiangfu Liu: update debian/changelog http://qi-hw.com/p/xburst-tools/2319c77 2010-12-24 01:04 [commit] Xiangfu Liu: update ChangeLog http://qi-hw.com/p/xburst-tools/0fc6972 2010-12-24 01:32 [xburst-tools] new version: http://projects.qi-hardware.com/index.php/p/xburst-tools/downloads/ 2010-12-24 02:34 [commit] Adam Wang: ignore $savepcb.000 and $savepcb.brd http://qi-hw.com/p/mmone-jtag-serial-cable/b6624a1 2010-12-24 02:43 adamw_: hey, great patch! you slowly become a git expert, fantastic! 2010-12-24 02:45 he..just found those files seems temporarily generated. but I don't need them. 2010-12-24 02:46 the shop store in Kwuanhwa they said yes, the 300MHz probe is became more common. 2010-12-24 02:47 but well...since ours scope is only 100MHz, so I don't need to buy a 300MHz probe. 2010-12-24 02:47 but sure ideally an input probe with more wide range is always good for 100MHz scope. :) 2010-12-24 02:59 adamw_: how much was the 300mhz probe you found? 2010-12-24 02:59 ntd 1300 roughly. 2010-12-24 03:00 100MHz >> ntd 750 2010-12-24 03:01 hmm. the difference is just 20 USD. Should we just buy the 300mhz one? 2010-12-24 03:06 will remove the ImageBuilder and Toolchain from config.full_system. 2010-12-24 03:06 why not? if you want. :) 2010-12-24 03:06 adamw_: ;-) 2010-12-24 03:08 adamw_: ok I think the difference on a 100mhz scope will be minor. So buy the one that is easier for you. Since you are back already, no need to go out to kuanhua again. buy online. but if it's easier on kuanhua, buy there. Your time is also important :-) 2010-12-24 03:13 I'll directly buy two 300MHz probes while go back home along my way. :) 2010-12-24 03:13 ok great 2010-12-24 03:28 xiangfu: while i am in gmenu2x, press 'alt+ctrl+F2' will take me to the console. however i can only press 'alt+ctrl+F5' to get back to gmenu2x, 'exit' command will not do the same. 2010-12-24 03:29 xiangfu_:  while i am in gmenu2x, press 'alt+ctrl+F2' will take me to the console. however i can only press 'alt+ctrl+F5' to get back to gmenu2x, 'exit' command will not do the same. 2010-12-24 03:29 is this an intentional feature or is it a bug? 2010-12-24 03:29 yizhang: not a bug. 2010-12-24 03:31 yizhang: if you using 'alt+ctrl+F2' goto console. you must using 'alt+ctrl+F5' go back, there are different 'Terminal' 2010-12-24 03:31 this is not a ash? 2010-12-24 03:36 in ctrl+alt+F2 is a ash :) 2010-12-24 09:50 (at&t pc) hehe ;-) 2010-12-24 09:52 kristianpaul: "no please no more discuss about changing NAND schema again ;-)" no discussion, just changes ;-) 2010-12-24 09:54 wolfspraul: doesn't the scope have three inputs, CH1, CH2, and trigger ? then you need three probes. 2010-12-24 09:55 hmm, good point don't know 2010-12-24 09:55 wpwrak_: :) 2010-12-24 09:56 wpwrak_: btw, --plot works as well (in pcbnew), now I'm doing --drc, and after that probably --pos (module positions) 2010-12-24 09:56 every one is different though, thanks to the magic myriad C++ dependencies... 2010-12-24 09:56 wolfspraul: (not that the scope vendors would usually include a probe for trigger - but hey, accessories are a nice market, too :) 2010-12-24 09:57 if I get stuck somewhere, I will cleanup what I have so far and upload the patch, then you can try. I think what you need the most is --drill and --plot in pcbnew, and I have those, need your feedback. 2010-12-24 09:57 wolfspraul: excellent ! i admire your c++ skills already ! :) 2010-12-24 09:58 wolfspraul: and your persistence in the face of ugly code :) if that IT and hardware thing goes sour, you can always have a stellar career in waste management ;-) 2010-12-24 09:59 so I do --drc now, then --pos, then --svg, --vrml, --bom 2010-12-24 09:59 since I'm at it, I may as well try to get it all out programmatically, could be helpful later 2010-12-24 10:00 I will also go back to eeschema and add netlist 2010-12-24 10:01 great. the next step would be to apply your patches to the latest svn version. and then see how they like them. with so much cool stuff, it'll be very hard to just dismiss it :) 2010-12-24 10:01 oh one by one 2010-12-24 10:02 first we get it applied to the old 2448, then you try to use it, feedback etc. 2010-12-24 10:02 you may very well run into segfaults, or you need additional cmdline switches, etc. 2010-12-24 10:02 let's first make it work well 2010-12-24 10:02 then, if we update our base version, of course there will be work in upticking those patches. but that's good stuff so I can slowly clean it up more. 2010-12-24 10:03 in parallel I can write to the kicad devel list and see whether they want to accept a few patches that lead to a cleaner separation of UI and data processing 2010-12-24 10:03 it's not too bad, but in a lot of places the two are still intertwined... 2010-12-24 10:03 yeah, once you've done it the first time, it shouldn't be too hard to update it. 2010-12-24 10:03 ah, don't say that 2010-12-24 10:04 those c++ dependency jungles are very fragile 2010-12-24 10:04 i think cleanup would be great. the lack of a proper separation is what prevented me from going any further with the command-line-driven file output 2010-12-24 10:04 for example the last few hours I am trying to trace down a weird segfault somewhere in the drc code 2010-12-24 10:04 if I run through the UI, it works 2010-12-24 10:04 ;-) 2010-12-24 10:04 but when I try to run the same (well, probably not exactly the same) logic bypassing the gui stuff, there is a segfault somewhere 2010-12-24 10:04 argh 2010-12-24 10:05 but I try to make it work fast 2010-12-24 10:05 especially since --drill and --plot are ready for testing. so if I get stuck too long, I'll upload that first. 2010-12-24 10:05 ah, one important thing: you need to trigger the zone filling before outputting the layers (drc will do it) 2010-12-24 10:05 I thought --drc is fast, that was wrong... 2010-12-24 10:05 zone filling? 2010-12-24 10:05 ground areas and such 2010-12-24 10:06 no idea :-) let's see when you have it running whether it's usable or not. need a bit more time... 2010-12-24 10:08 of course, doing the zone filling there will also avoid the nasty problem of not having the zones filled (they make things very slow, so for working on the layout, it's convenient to unfill the zones), and then plotting - because kicad doesn't automatically fill the zones in this case. if you don't notice in time, you make a board without ground/etc. areas ... 2010-12-24 10:10 well one by one. I first try to introduce some scriptability into a lot of the GUI driven codepaths. 2010-12-24 10:10 then we can look at what it actually writes, and finetune more parameters. 2010-12-24 10:10 very nice :) 2010-12-24 10:11 it's not too bad, really. 2010-12-24 10:11 I like their work. 2010-12-24 10:11 in 2011, kicad will be twice as good as it was in 2010 ;-) 2010-12-24 10:11 they do try to separate stuff. 2010-12-24 10:11 of course there are still a lot of pointers here there, back forth, etc. and 'friend' and what not, but definitely it's a good work. 2010-12-24 10:12 (separate stuff) good. maybe they also cleaned things up a bit more since i last looked at the code 2010-12-24 10:12 he, my --drc just finally wrote a complete report without segfault. 2010-12-24 10:12 but a lot of flickering since I left the entire GUI codepath in. Now I only need to see when the segfault reappears as I remove the GUI stuff... 2010-12-24 10:13 what bothered me most were some very long and deeply indented functions - and c++'s inability to easily break them into more manageable pieces 2010-12-24 10:17 wpwrak_: (probe for trigger) i dint knew that, there is something distinctive on it? 2010-12-24 10:19 kristianpaul: it's the same kind of input. you basically have 2.5 channels. so if you have a trigger signal and want to watch two other signals, you can do that. you don't need this a lot, but when you need it, it's nice to have. 2010-12-24 10:41 Jay7: fb menu, well there is gmenu2x, do you know it? 2010-12-24 10:42 basically an app lanucher, with wallpaper and battery indicator is needed 2010-12-24 10:45 Jay7: http://en.qi-hardware.com/wiki/Applications some pics of gmenu2x and other apps 2010-12-24 13:59 waves 2010-12-24 14:27 kristianpaul: well, I see now 2010-12-24 14:28 it's a bit other than I've imagined 2010-12-24 16:09 Jay7: what you imagined at first place? 2010-12-24 16:21 kristianpaul: just something like we have already in kexecboot 2010-12-24 16:21 kristianpaul: gmenu2x is more like desktop manager 2010-12-24 16:23 Two things: 2010-12-24 16:24 1). kexecboot will be really usefull for the nanonote, as there is a jlime OS that can be shipped on usd, so dual boot is a TODO 2010-12-24 16:24 2). (gmenu2x is more like desktop manager) sure... thats why simpler alternatives are wellcome :-) 2010-12-24 16:25 wich simpler i meant, not to be mean like a desktop manager at all, just a simple application launcher 2010-12-24 16:27 btw, I've thought already about reporting battery level in kexecboot ;) 2010-12-24 16:28 :D 2010-12-24 16:29 well.. christmas/new year holidays almost started.. so I hope I'll do something soon ;) 2010-12-24 16:39 Ornotermes: hey :) 2010-12-24 16:39 Something new to tell with the flash memory bus hacking? :-) 2010-12-24 16:41 sadly, no 2010-12-24 16:41 it's a bit in the future 2010-12-24 16:42 but i have a stm32 devboard with a mcu that should be able to have a 25MHz clock 2010-12-24 16:42 Jay7: http://ur1.ca/2o0g0 2010-12-24 16:42 stm32?.. :/ 2010-12-24 16:42 why not a M1 ? :-) 2010-12-24 16:43 any way, merry christmass to you all (we celibrate it the 24th is sweden) 2010-12-24 16:44 we celebrate it the 7th Jan in russia :) 2010-12-24 16:44 so.. new year is first holiday here.. 2010-12-24 16:44 Thanks Ornotermes 2010-12-24 16:45 anyway, merry christmas to all who celebrating it now :) 2010-12-24 16:46 not me ;-) 2010-12-24 16:46 .. and to all who ignoring it too ;) 2010-12-24 16:49 sweden is quite odd when it commes ti christmas 2010-12-24 16:49 s/ti/to 2010-12-24 19:39 ... 2010-12-24 19:49 sys0m 0.01s 2010-12-24 19:49 :-) 2010-12-24 21:37 lol https://secure.wikimedia.org/wikipedia/en/wiki/Uboot 2010-12-24 21:49 sure this uboot is bettet that nanonote's one 2010-12-24 21:49 ;-) 2010-12-24 22:05 :s ./dumpif: double free or corruption (out): 0x00411008 2010-12-24 22:35 hmm is gone after replace calloc with malloc... 2010-12-24 22:44 [commit] Cristian Paul Peñaranda Rojas: Copy data to memory if sync register is set to high (work in progress) http://qi-hw.com/p/ben-gps-sdr/1685166