2010-12-04 02:55 viric: gdbserver is working here. kind of... i didn't try flashing the image to Ben, it's too big 2010-12-04 03:24 kyak: why is it so big? 2010-12-04 03:45 wolfspraul: it was not a minimal image, it has stardict + dependencies 2010-12-04 03:45 but it's still bigger than usual, of course 2010-12-04 03:45 it is not stripped 2010-12-04 06:41 roh: you there? about tolerances of the connectors on Milkymist One... 2010-12-04 06:41 the ones you need to watch out for are: DC jack, line-in/line-out, and vga 2010-12-04 06:41 in that order 2010-12-04 06:41 the DC jack is pretty bad, because there was a back and forth about which vendor etc. so the footprint and connector do not provide a very tight connection 2010-12-04 06:42 what you can try is on your mechanical sample, you unsolder the DC jack, then you see the tolerance yourself 2010-12-04 06:42 I think for the DC jack, you need at least 1mm tolerance on each side 2010-12-04 06:42 the DC jack on your mechanical sample is the same as the one used on rc2 2010-12-04 06:43 after the DC jack, the next 'worst' are probably line-in/line-out, and then vga 2010-12-04 06:43 all others should have fairly small tolerances because the PCB holes are holding them quite tightly in place 2010-12-04 06:53 kyak: what dependencies may have stardict? 2010-12-04 06:53 isn't it like dict? 2010-12-04 07:28 kyak: I still don't have a cross-build gcc in the nanonote though :) 2010-12-04 08:05 viric: gtk2, for starters 2010-12-04 08:11 ah. 2010-12-04 08:46 sure gtk2 is not tooo slow? 2010-12-04 08:46 for ben as was for freerunner etc.. 2010-12-04 08:47 why would someone want stardict and not dict? 2010-12-04 08:51 dics 2010-12-04 08:51 i guess 2010-12-04 08:51 can you compare dic size in both? 2010-12-04 08:52 I don't know dics 2010-12-04 08:52 I only use dict. 2010-12-04 08:52 dictionary i meant 2010-12-04 08:52 I never used stardict 2010-12-04 08:52 also StarDict hav translation capabillites 2010-12-04 08:52 ahh 2010-12-04 08:52 is good 2010-12-04 08:52 but 'dict' has many clients, among others, console clients 2010-12-04 08:53 well i compared with gnudict in jlime 2010-12-04 08:53 dict.org  I use 2010-12-04 09:00 he talking about startdict we can set it as default start and make look the ben as a dictionary again ;) 2010-12-04 09:01 . 2010-12-04 09:01 :) 2010-12-04 09:08 ha who needs a EMC, lets do wirinng :) 2010-12-04 15:14 [commit] Juan64Bits: First functional example, ADC an Framebuffer Test http://qi-hw.com/p/nn-usb-fpga/8d95564 2010-12-04 15:15 juan64bits: screenshots?? 2010-12-04 15:15 (ADC an Framebuffer Test) 2010-12-04 15:15 mistake... ADC and Framebuffer test 2010-12-04 15:16 hmm? 2010-12-04 15:16 is an basic example.. using the diafgram bloack for read ADC data and show over frame buffer 2010-12-04 15:17 *diagram blocks 2010-12-04 15:17 yes but how it look? anyway i'll ty thhe code later i must leave 2010-12-04 15:17 :( 2010-12-04 15:17 look i meant bacause the refresh 2010-12-04 16:40 I managed to run 'gcc' in the nanonote 2010-12-04 16:40 It's super slow 2010-12-04 16:54 When the RTC forgets the time? 2010-12-04 16:54 removing the battery? 2010-12-04 16:56 tries to build fossil in the nanonote 2010-12-04 16:59 uhm missing zlib. bad try. 2010-12-04 17:29 yes, gcc is pretty slow 2010-12-04 17:33 Is there any other option, to compile, let's say, C code? 2010-12-04 17:33 kyak: I just sent a benchmark to the mailing list. 2010-12-04 17:34 thereis a picoc 2010-12-04 17:34 it's a c-code interpreter 2010-12-04 17:34 pretty small and fast 2010-12-04 17:34 or tinycc 2010-12-04 17:35 viric: benchmark - interesting, i'll have a look 2010-12-04 17:36 tinycc builds for mips!? 2010-12-04 17:36 I mean... tinycc is the 'tcc', isn't it? 2010-12-04 17:37 oh, no 2010-12-04 17:37 I guess not 2010-12-04 17:37 kyak: an interpreter is not a compiler :) 2010-12-04 17:38 kyak: sorry. I wanted a compiler simply. 2010-12-04 17:38 sure, sure... 2010-12-04 17:38 it doesn't really matter in case of Ben 2010-12-04 17:38 the only use case i see is compiling on the go 2010-12-04 17:39 on the go? 2010-12-04 17:39 GB> B0:>5 on the go? :) 2010-12-04 17:39 and it doesn't matter whether it is interpreter or compiler 2010-12-04 17:39 ?> ?CB8? 2010-12-04 17:39 2 ?CB8 ) 2010-12-04 17:39 :) 2010-12-04 17:40 ?>?@>1C9 openssl speed 2> B2>Q< 2010-12-04 17:40 in fact, i didn't find a lot of use for gcc in Ben 2010-12-04 17:40 neither I 2010-12-04 17:40 I thought it could help me learning mips assembly. 2010-12-04 17:40 i got dissappointed when it didn't compile linux kernel (not enough memory) 2010-12-04 17:40 :) 2010-12-04 17:40 (not specifically the instructions, but how the common operations work) 2010-12-04 17:41 lack of memory is a big issue there. Big nand, not bad cpu, slow nand, little memory 2010-12-04 17:41 agree 2010-12-04 17:41 We are too used to abuse memory lately, though. 2010-12-04 17:41 640KiB should be enough. :) 2010-12-04 17:41 adding swap is not very helpful, it is very slow 2010-12-04 17:42 i heard this phrase :) 2010-12-04 17:42 swap doesn't sound good for flash based disks though 2010-12-04 17:42 I try to use swap only for waiting processes, not for running 2010-12-04 17:42 I mean, isn't RAM supposed to be very volatile? 2010-12-04 17:43 Some day I should learn to adapt that 'swapiness' to my target of "only for waiting processes, not for running" 2010-12-04 17:43 won't this mean that if swap is needed it'll write a lot, fast? 2010-12-04 17:43 bartbes: swap can be used to put resident size of *waiting* processes apart. 2010-12-04 17:43 while another process is doing the heavy work. 2010-12-04 17:43 But I don't like if the OS decides to use the swap for the heavy work 2010-12-04 17:43 true, but it still implies semi-rapid change 2010-12-04 17:44 in any case swap data is supposed to live waaay shorter than your avarage file 2010-12-04 17:44 Well, I can afford if the mingetty or bash on the terminals I don't use go to swap, and then it takes a few seconds to come again 2010-12-04 17:44 I have no idea what the data sheet of the nand lists as the max num of write cycles 2010-12-04 17:45 but it doesn't help wasting them 2010-12-04 17:45 bartbes: "life of an average file"? I see this as a fantasy measure 2010-12-04 17:46 I still have to learn to use the softvol.... 2010-12-04 17:46 kyak: do you use softvol? 2010-12-04 17:46 My previous attempts were failed on that. 2010-12-04 17:46 viric: why? 2010-12-04 17:47 why? 2010-12-04 17:47 I mean... "why" about what? 2010-12-04 17:50 why I failed about softvol? Due to lack of competence I imagine :) 2010-12-04 17:51 ? 2010-12-04 17:51 oh 2010-12-04 17:51 no, I meant, why did you see that as a fantasy measure 2010-12-04 17:51 ahh 2010-12-04 17:51 Well, for some files I want them to live long. 2010-12-04 17:52 For some not. There are quite different circumstances for every file I use. 2010-12-04 17:52 sure, but there's an avarage 2010-12-04 17:52 :P 2010-12-04 17:52 maybe I should've said "avarage life of a file" 2010-12-04 17:54 I don't accept an average of something with a big standard deviation ;) 2010-12-04 18:33 juan64bits: i dint understand your last commit 2010-12-04 18:34 i cant see what changed/added :/ 2010-12-04 18:34 the changes are related with the project "SIE Code Generator" 2010-12-04 18:35 yesterday I had to open the thin plastic over the board, that makes the keyboard... the 'down' key worked bad. I cleaned a bit it and it works fine again 2010-12-04 18:36 juan64bits: ahh my fault i dint realized i can get the diff file 2010-12-04 18:37 how i see that with git.. 2010-12-04 18:40 viric: you should report that on the list, adding a picture will help 2010-12-04 18:43 uhh 2010-12-04 18:43 I closed all the nanonote again 2010-12-04 18:44 ah np 2010-12-04 18:44 I don't think that would help much anyone :) 2010-12-04 18:45 who knows