2013-09-18 00:26 FDCX_ has quit [Ping timeout: 256 seconds] 2013-09-18 00:31 pcercuei has quit [Quit: dodo] 2013-09-18 00:46 FDCX_ has joined #qi-hardware 2013-09-18 00:46 wej has quit [Ping timeout: 260 seconds] 2013-09-18 00:47 wej has joined #qi-hardware 2013-09-18 01:10 dos1 has quit [Ping timeout: 248 seconds] 2013-09-18 01:13 FDCX_ has quit [Ping timeout: 245 seconds] 2013-09-18 01:30 FDCX_ has joined #qi-hardware 2013-09-18 01:35 FDCX_ has quit [Ping timeout: 260 seconds] 2013-09-18 02:06 xiangfu has joined #qi-hardware 2013-09-18 02:21 xiangfu has quit [Quit: leaving] 2013-09-18 02:21 xiangfu has joined #qi-hardware 2013-09-18 03:11 Jay7x has joined #qi-hardware 2013-09-18 03:13 valhalla_ has joined #qi-hardware 2013-09-18 03:13 valhalla has quit [*.net *.split] 2013-09-18 03:13 Jay7 has quit [*.net *.split] 2013-09-18 03:13 mirko has quit [*.net *.split] 2013-09-18 03:18 mirko has joined #qi-hardware 2013-09-18 06:36 FDCX_ has joined #qi-hardware 2013-09-18 06:36 xiangfu has quit [Ping timeout: 276 seconds] 2013-09-18 06:41 wej has quit [Read error: Connection reset by peer] 2013-09-18 06:44 wej has joined #qi-hardware 2013-09-18 06:47 xiangfu has joined #qi-hardware 2013-09-18 06:54 jekhor has joined #qi-hardware 2013-09-18 07:34 lekernel has joined #qi-hardware 2013-09-18 07:40 wolfspraul has joined #qi-hardware 2013-09-18 07:41 panda|x201 has joined #qi-hardware 2013-09-18 07:47 panda|x201 has quit [Ping timeout: 256 seconds] 2013-09-18 07:52 viric has quit [Quit: ZNC - http://znc.in] 2013-09-18 07:54 viric has joined #qi-hardware 2013-09-18 08:00 panda|x201 has joined #qi-hardware 2013-09-18 08:12 panda|x201 has quit [Ping timeout: 256 seconds] 2013-09-18 09:21 xiangfu has quit [Quit: leaving] 2013-09-18 09:21 xiangfu has joined #qi-hardware 2013-09-18 09:41 rz2k has joined #qi-hardware 2013-09-18 09:44 Hello 2013-09-18 09:46 has anyuone here tried to debug the Nanonote kernel with kgdb ? 2013-09-18 09:49 me 2013-09-18 09:50 apelete: http://viric.name/cgi-bin/nanonixos/doc/trunk/doc/kerneldbg/index.wiki 2013-09-18 09:52 I built 3.9 with the following debug options for kgdb: 2013-09-18 09:52 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 2013-09-18 09:52 CONFIG_KGDB=y 2013-09-18 09:52 CONFIG_KGDB_SERIAL_CONSOLE=y 2013-09-18 09:52 CONFIG_MAGIC_SYSRQ=y 2013-09-18 09:52 CONFIG_CONSOLE_POLL=y 2013-09-18 09:52 CONFIG_FRAME_POINTER=y 2013-09-18 09:52 CONFIG_KALLSYMS=y 2013-09-18 09:52 CONFIG_KALLSYMS_ALL=y 2013-09-18 09:53 but the gdb backtrace output is almost empty, preventing me to debug anything 2013-09-18 09:54 viric: you seem to get a correct gdb behaviour, any idea about what I am missing ? 2013-09-18 09:54 you need a vmlnux with debug info 2013-09-18 09:54 vmlinux 2013-09-18 09:55 there is a CONFIG_DEBUG or so 2013-09-18 09:55 viric: I flashed the uImage to NN and launched gdb with vmlinux indeed, but it doesn't help 2013-09-18 09:55 but your vmlinux needs debug info. 2013-09-18 09:57 viric: forgot to mention it, I also have: 2013-09-18 09:57 CONFIG_DEBUG_INFO=y 2013-09-18 09:57 CONFIG_DEBUG_KERNEL=y 2013-09-18 09:57 I really don't see what I'm missing :-( 2013-09-18 09:57 does gdb attach fine? 2013-09-18 09:57 yes 2013-09-18 09:57 Are you using a mips gdb? :) 2013-09-18 09:58 ha... 2013-09-18 09:58 no. 2013-09-18 09:58 here it is :) 2013-09-18 09:59 viric: I'm using my debian flavoured x86 gdb. how can I get a mips gdb ? 2013-09-18 09:59 ask your toolchain provider 2013-09-18 10:00 those who gave you a gcc for mips, should be able to give you a gdb for mips 2013-09-18 10:00 that's the Qi Hw guys :-). will a take a look at the nanonote wiki then 2013-09-18 10:02 viric: I always forget about the toolchain, been used to debug x86 hardware I guess. thanks for the tip, will let you know if it works 2013-09-18 10:03 [insert a rant about the unnecessity of target-specific toolchains] 2013-09-18 10:07 whitequark: how can target-specific toolchains be unnecessary since we already need them ? :-) 2013-09-18 10:08 apelete: other toolchains *cough*LLVM+LLDB*cough* don't need to be recompiled for each target. 2013-09-18 10:09 whitequark: wow, are you serious ? didn't know it was even possible oO 2013-09-18 10:09 rz2k has quit [] 2013-09-18 10:10 it is trivial, if you don't abuse macros and global variables and so on 2013-09-18 10:10 never used anyhting else than gcc+gdb, I didn't know LLVM+LLDB had such an advantage 2013-09-18 10:10 s/anyhting/anything/ 2013-09-18 10:10 apelete meant: "never used anything else than gcc+gdb, I didn't know LLVM+LLDB had such an advantage" 2013-09-18 10:10 llvm and lldb do not support that much platforms at all, so there is no point 2013-09-18 10:11 well. LLVM is a mature compiler. LLD (its linker) is definitely not production-quality. LLDB is halfway: it's the default OS X debugger, but it severely lacks support for targets interesting to us 2013-09-18 10:12 * whitequark is still using gdb 2013-09-18 10:12 roh: llvm supports all major platforms well though 2013-09-18 10:12 x86, arm, various mipses 2013-09-18 10:13 whitequark: well.. cross? 2013-09-18 10:13 * apelete should read more about toolchains and compilers... 2013-09-18 10:13 roh: hm? 2013-09-18 10:14 whitequark: last time i watched somebody try using llvm to compile stuff for arm it was like 2 days before he gave up 2013-09-18 10:14 llvm has no notion of cross-compiling, you just select the triple and options and that's it 2013-09-18 10:15 not sure when was that. it's incredibly easy, both in clang and for your own frontend 2013-09-18 10:15 rz2k has joined #qi-hardware 2013-09-18 10:15 jekhor has quit [Ping timeout: 256 seconds] 2013-09-18 10:15 whitequark: the result was, it compiled broken binaries on x86, different ones when run on amd64, and only correct ones run on arm. the cross part was badly broken 2013-09-18 10:16 about ~1year ago in winter 2013-09-18 10:16 the target was some lpc something arm7/cortex m0 mcu 2013-09-18 10:16 ah.. and yes.. all the mcu targets are missing anyhow 2013-09-18 10:17 roh: I can just say that 3.2/3.3/3.4 which I use together with my compiler generate working code for x86/arm with no problems 2013-09-18 10:17 I can't elaborate on his problem without further details 2013-09-18 10:17 whitequark: ever tried non-linux targets? 2013-09-18 10:17 sure, my main target is baremetal cortex-m3 2013-09-18 10:17 nice to hear that works finally 2013-09-18 10:18 to be fair, i stopped even looking at llvm when i learned about how half-done it was. 2013-09-18 10:18 clang "almost" compiles kernel on x86/arm, "almost" meaning there is less than a dozen of patches which kill various horrible gcc extensions pending merge 2013-09-18 10:18 i know compilerbugs from gcc well, but usually you need to do ugly shit to provoke them 2013-09-18 10:19 well.. most gcc extensions used in the kernel make lots of sense to me. i woulnt know any other way to write it down less ugly 2013-09-18 10:19 roh: you may want to revise that. clang+llvm are very good (on par with gcc) on major targets in my experience. lld/lldb are indeed half-done, though that changes. 2013-09-18 10:20 (gcc extensions) it's not most of them which cause problems, but a few really horrible ones 2013-09-18 10:20 whitequark: i use not only major targets. is there avr already? 2013-09-18 10:20 no 2013-09-18 10:21 until recently there wasn't good multiple address space support. from 3.4 onwards it's simple 2013-09-18 10:22 i see.. well.. maybe i should revisit it. 2013-09-18 10:22 imo the main advantage of llvm is that it has very simple and clean architecture (not just compared to gcc). it's both easy to write *a* codegen, and a *good* codegen 2013-09-18 10:22 given that somebody finds nicer replacement for gcc extentsions 2013-09-18 10:22 viric: found it: 2013-09-18 10:22 $ find ~/devel/qi-tools/toolchain/ -name "*gdb*" 2013-09-18 10:22 /home/apelete/devel/qi-tools/toolchain/lib/libstdc++.so.6.0.16-gdb.py 2013-09-18 10:22 /home/apelete/devel/qi-tools/toolchain/bin/mipsel-openwrt-linux-gdb 2013-09-18 10:22 /home/apelete/devel/qi-tools/toolchain/bin/mipsel-openwrt-linux-uclibc-gdb 2013-09-18 10:23 will try it tonight, when I get back from work :-) 2013-09-18 10:23 writing everything in k&R c would not only be madness, it would look ugly, and make code completely unmaintainable.. which for sure is not the goal 2013-09-18 10:23 roh: it supports vast majority of gcc extensions, even gcc inline assembly 2013-09-18 10:23 ah. thats one way of 'solving' this.. i hoped for something less ... gcc-esque ;) 2013-09-18 10:23 the ones which won't work are target-specific ones which do not map at all to LLVM architecure, say pinning variables to registers 2013-09-18 10:24 well it has to be compatible with existing code... who wants n+1 standards? 2013-09-18 10:25 see also http://clang.debian.net/ 2013-09-18 10:25 gcc is a pretty good base when it comes to extensions. they may not always look great, but then look at what the competition is doing ... 2013-09-18 10:25 well.. i guess when openwrt adds clang as optional compiler that would get people to nod and acknowledge 2013-09-18 10:26 roh: I think freebsd switched to clang already 2013-09-18 10:26 wpwrak: ack. especially give the shitloads of platforms 2013-09-18 10:26 wpwrak: agreed, gcc has a lot of useful stuff 2013-09-18 10:26 whitequark: fbsd has a extremely small codebase compared to linux 2013-09-18 10:26 whitequark: 99% of linux are drivers 2013-09-18 10:26 >80% of those arent for x86 compat. 2013-09-18 10:26 roh: for those see http://llvm.linuxfoundation.org/ 2013-09-18 10:28 whitequark: thats only for platforms linux works on, which is a multiple of fbsd. there are much more devices out there. to small for linux, but not for widespread use. 2013-09-18 10:28 bigger than werners 8051 ;) 2013-09-18 10:29 sure 2013-09-18 10:29 but that's at least a solid metric instead of vague promises :) 2013-09-18 10:29 my point being.. everybody kicks on gcc.. but yet it is still not replaceable. only SOME of its uses are 2013-09-18 10:30 still gcc has helped us all a lot in the last 2 decades 2013-09-18 10:30 true 2013-09-18 10:32 more like 2.5 if not more :) 2013-09-18 10:33 anybody remembers when the big commercial unices started to "unbundle" compilers ? that was when gcc really rose to power 2013-09-18 10:33 yup. so i guess from my personal pov there would be 2 milestones. one would be openwrt adding it as a second compiler, one would be working avr support. 2013-09-18 10:34 but as long as that doesnt happen (openwrt needs mips working properly) i guess i will stay true to my gcc for now ;) 2013-09-18 10:34 plan B: sneak into atmel HQ, delete all the AVR files, burn the backups, then see how long it takes them to switch to ARM :) (it may be more of a challenge for marketing than for the engineers) 2013-09-18 10:35 wpwrak: arm sucks at the scales they build cpus 2013-09-18 10:35 roh: there's a lot of mips activity in llvm judging by ML (I don't build mips things though) 2013-09-18 10:35 in what sense ? 2013-09-18 10:35 wpwrak: with an arm you cannot wiggle a gpio at 1/2 of the cpuclock. 2013-09-18 10:35 weeeellll... 2013-09-18 10:36 roh: you can on some chips :) 2013-09-18 10:36 wpwrak: smaller cores, simpler design than arm, much less levels of bus shit etc. 2013-09-18 10:36 i'm not even sure this is true. e.g., look at freescale's FGPIO 2013-09-18 10:36 last time i checked all arms i looked at, had a bus between gpio and core. 2013-09-18 10:36 and then, atmel crawls at something like 8 MHz in an environment in which an ARM happily does at least four times that speed. 2013-09-18 10:36 if its ahb or whatever doesnt matter. too slow. 2013-09-18 10:37 do you need to bitbang things at >50mhz? 2013-09-18 10:37 wpwrak: bullshit.. 8mhz is slow for these.. the avr32 go up to high 2 digit numbers by default and the small old ones to 20 or 25 2013-09-18 10:38 because 50mhz is the fastest gpio hw can go, and I'm pretty sure stm32f1 can do that, but I can verify for you if you want 2013-09-18 10:38 see page 101 on http://cache.freescale.com/files/32bit/doc/ref_manual/KL25P80M48SF0RM.pdf 2013-09-18 10:38 whitequark: usually not. but everybody who needed to speak onewire (the ti crap) withz an arm once and with an avr, knows that its MUCH easier and less work to get the timing jitterless on an avr 2013-09-18 10:38 "The GPIO is multi-ported and can be accessed directly by the core with zero wait states" 2013-09-18 10:39 not sure how many cycles this means in the end, but it ought to be fast 2013-09-18 10:39 sbi is one cycle. thats why avr is nice. nearly all instructions are one cycle 2013-09-18 10:39 roh: (avr, fast) 20 MHz ... at 5 V :) 2013-09-18 10:40 whitequark: stm32 is way too powerful for that comparison ;-) 2013-09-18 10:40 roh: I see, it's true that jitter will be harder to remove 2013-09-18 10:40 rz2k has quit [] 2013-09-18 10:40 but try the freescale kinetis series. they seem pretty decent, though somewhat overlooked 2013-09-18 10:40 wpwrak: if you need faster, maybe you chose the wrong cpu. i use them a lot for controlling work, where arm or so would be much more work to get the soc running. sleeping most of the time.. doing complex triggers etc. 2013-09-18 10:41 and they're actually cheaper than avrs ;-) 2013-09-18 10:41 wpwrak: maybe. but 1$ difference doesnt matter if i get the work done in half the time 2013-09-18 10:41 roh: not sure what you need to "get the soc running". stm32f1s require literally zero initialization 2013-09-18 10:41 there is a reason for arduino using avr for most of their platforms 2013-09-18 10:42 whitequark: external hardware, bootcode 2013-09-18 10:42 one line of it to enable gpios. another two lines to switch to crystal. it's actually harder to muck with the option bytes on avr 2013-09-18 10:42 yes, getting an arm running is a bit of a hassle. what's basically missing is the equivalent of avr-libc. i have high hopes for libopencm3, maybe with newlib, in that regard. 2013-09-18 10:42 wpwrak: cmsis? 2013-09-18 10:42 roh: which external hardware? avrs and arms need a bypass cap and an oscillator 2013-09-18 10:43 whitequark: good luck with the on-chip peripherals :) 2013-09-18 10:43 which bootcode? avrs require a programmer, cortexes have swd, which is essentially same thing 2013-09-18 10:43 whitequark: not neccessarily. there is a 8mhz rc inside and also a pll if needed 2013-09-18 10:43 roh: on both of them 2013-09-18 10:43 of course, you can use stm's peripheral lib ... 2013-09-18 10:43 wpwrak: imo all vendor libs suck, hw companies shouldn't ever attempt to write software 2013-09-18 10:44 ive used stm32 recently. nice for an arm, but way more complicated 2013-09-18 10:44 that seems to be good advice :) 2013-09-18 10:44 whitequark: ack. 2013-09-18 10:44 Jay7x has quit [Ping timeout: 248 seconds] 2013-09-18 10:44 about the "hw companies shouldn't ever attempt to write software" 2013-09-18 10:44 thats even true for intel and co. 2013-09-18 10:45 ACPI+EFI 2013-09-18 10:45 * whitequark shudders 2013-09-18 10:45 whitequark: not even that. check out your network drivers 2013-09-18 10:45 roh: wired or wireless? 2013-09-18 10:46 both 2013-09-18 10:46 iwlwifi is pretty horrible indeed. still better than broadcom though 2013-09-18 10:46 e1000 and iwlwifi both already had bad bugs 2013-09-18 10:46 in hw as in sw 2013-09-18 10:46 it has power management disabled by default 2013-09-18 10:46 which is telling 2013-09-18 10:46 acpi and efi are a multi-vendor-crime 2013-09-18 10:47 also it only works well for me with swcrypto=1 which is also telling 2013-09-18 10:47 (efi) before efi, i thought bios was bad. nope, it actually was an excellent, well-designed and thought out piece of software 2013-09-18 10:48 *g* 2013-09-18 10:49 a guy i know bricked an efi intel board and recovered it in an email conversation with intel 2013-09-18 10:49 and then they hired beavis and butthead ... "let's break something" 2013-09-18 10:49 when he explained how he did it they offered to hire him 2013-09-18 10:49 ;-)) 2013-09-18 10:50 perhaps efi is just a very contrived way to interview candidates 2013-09-18 10:50 ever went to school? thats not where engineers come from! 2013-09-18 10:50 roh: I could be a bioengineer 2013-09-18 10:50 i guess its just statistical errors now (having engineers) and when you find one, you try to hire em. 2013-09-18 10:50 reminds me of the old joke about programming languages. (obfuscated) C programmer proudly shows his program to colleagues and asks "can you tell what it does ?". APL programmer shows his program and asks "can you PLEASE tell me what it does ?" 2013-09-18 10:51 wpwrak: hahaha 2013-09-18 10:51 :) 2013-09-18 10:51 hrr 2013-09-18 10:51 roh: good for employment! 2013-09-18 10:53 * larsc develops software for a hardware company :/ 2013-09-18 10:53 larsc: as a freelancer? 2013-09-18 10:53 as a employee 2013-09-18 10:53 i think its only getting dangerous as long term employee 2013-09-18 10:54 almost two years now 2013-09-18 10:54 since that makes you (usually) blind to the developments of the direct competition, their solutions etc... but knowing you are a hacker i guess not even your boss could hinder you reading also different datasheets 2013-09-18 10:55 roh: wait, why would anyone *want* to hinder people on that? 2013-09-18 10:55 e.g. on the intel, amd, nvidia stuff.. you see they have basically the same solutions to complex problems on their cpus, and all name it differently, have different parameter settings on these features etc.. but in the end... it doesnt matter how you call it. 2013-09-18 10:56 whitequark: intel seems to do that. atleast i know of no other way to write that stupid code. 2013-09-18 10:57 also it makes designing new subsystems pain, when you have no clue what your other developerfriends would need to have for an interface for the competitions hardware 2013-09-18 10:57 I don't think not reading datasheets for other devices correlates to writing bad code 2013-09-18 10:57 larsc: it does because it makes you not see different designs and hardware layouts. you only see THE company flavour. that is what makes bad designs. blindness by too much of the same 2013-09-18 10:58 you know the sentence 'den wald vor lauter baeumen nicht sehn'? 2013-09-18 11:00 offtopic: it's an exactly same idiom in russian (and apparently english) 2013-09-18 11:00 funky 2013-09-18 11:01 now we are talking about bad design 2013-09-18 11:02 you can still write good code for a bad design 2013-09-18 11:02 it's different layers 2013-09-18 11:02 most code by hw vendors I've seen was written like an afterthought 2013-09-18 11:03 "yeah, and now let's cobble some procedures together to configure our perfect core" 2013-09-18 11:03 said to a first-year intern 2013-09-18 11:03 dos1 has joined #qi-hardware 2013-09-18 11:04 larsc: i'd rather have code written by somebody with access to documentation and hardware, than by somebody within the vendor who writes only drivers for that one vendors from time to time. 2013-09-18 11:05 usually it ends up with 'the guy who gets documentation access has written 10 drivers for 5 vendors and knows his framework' 2013-09-18 11:05 compared to 'the guy from the vendor is learning how to write his first kerneldriver ever from a book now' 2013-09-18 11:06 sure. there are good and bad examples for both ends of the spectrum. there is what ive seen live to often 2013-09-18 11:06 If only people who already have already written 10 drivers get to write drivers, you'll never get new people to write drivers 2013-09-18 11:07 you probably shouldn't ship drivers written by complete novices without any modification though 2013-09-18 11:07 'proper code review' is the catchphrase here 2013-09-18 11:07 larsc: true. but i guess you know what i mean. the 10 drivery already guy is a freelancer or short time employee on project basis 2013-09-18 11:08 the in-house coder is very often a student of some it foo and then gets to do that because he was ne only one not in holiday when they searched for a c-coder inhouse 2013-09-18 11:09 same is true for non-linux platform drivers as well.. i can show you a few examples when we meet at some point (win32 driver sources 2013-09-18 11:09 I'm not even sure I want to see that ;) 2013-09-18 11:09 code review. nice idea. never seen that at a hw vendor.(yet) 2013-09-18 11:10 larsc: hrhr. true 2013-09-18 11:10 we do code review 2013-09-18 11:10 or well I do code review 2013-09-18 11:10 ;) 2013-09-18 11:11 hehe.. where you working at? 2013-09-18 11:11 Analog Devices 2013-09-18 11:11 nice. also i must say, i havent heard anything bad.. which is a good sign in that business i guess 2013-09-18 11:12 can you tell what kind of devices you usually write drivers for there? 2013-09-18 11:13 http://wiki.analog.com/resources/tools-software/linux-drivers-all 2013-09-18 11:14 wow. long list 2013-09-18 11:15 and due to good design we are able to reuse the same driver for multiple devices 2013-09-18 11:17 i guess thats where you differ to the typical inhouse coder already. they seem not even to care for something like that (code reuse) 2013-09-18 11:20 I'm makeing myself obsolete (like any good engineer ;) ) 2013-09-18 11:23 :) 2013-09-18 11:29 (driver reuse) gcc -DADP8861 -c lars.c 2013-09-18 11:30 roh: oh, but they do. they take the vendor package, make a copy, and use it to death. then the product ships and they never touch the code again. 2013-09-18 11:32 FDCX_ has quit [Ping timeout: 264 seconds] 2013-09-18 11:34 wpwrak: exactly. thus it never gets reviewd, debugged, fixed, or security-patched 2013-09-18 11:40 xiangfu has quit [Ping timeout: 264 seconds] 2013-09-18 11:40 pcercuei has joined #qi-hardware 2013-09-18 11:53 I really wish LLVM compiled faster 2013-09-18 11:53 * whitequark probably spends half of his time compiling LLVM these days 2013-09-18 11:54 are you compiling with gcc or with llvm? ;) 2013-09-18 11:55 depends 2013-09-18 11:55 the debian package prefers gcc 2013-09-18 11:56 though by now, the time spent compiling it would probably be bigger than time required to figure out how to adjust the package 2013-09-18 11:56 compiling mipsel-linux-llvm? :) 2013-09-18 11:56 pcercuei: arm-none 2013-09-18 11:57 well, there's no such thing as cross-llvm, but I use it for arm-none-eabi. 2013-09-18 12:13 xiangfu has joined #qi-hardware 2013-09-18 12:42 Jay7 has joined #qi-hardware 2013-09-18 12:52 jekhor has joined #qi-hardware 2013-09-18 13:37 roh: what does hrhr mean? 2013-09-18 13:45 http://www.urbandictionary.com/define.php?term=hrhr 2013-09-18 13:45 not 1) 2013-09-18 13:47 naw. it's the shortened professional form of ballmer's "developers ! developers !". it's "human resources ! human resources !" 2013-09-18 13:50 http://mailman.cs.huji.ac.il/pipermail/linux-il/2013-September/010649.html :o 2013-09-18 13:54 so basically userspace in ring1 2013-09-18 13:54 but makes sense 2013-09-18 14:02 "Another refreshing feature of OSv is that is written in C++." how boring. why not C#, Go, don't apple have any hip new language ? and where's Cloud-Ready Parallel Object-COBOL when we need it ? 2013-09-18 14:03 though things seem to be moving at breakneck speed in the COBOL world. last thing i heard, they relaxed the format of the punch cards. a daring move for sure. 2013-09-18 14:04 why not javascript? 2013-09-18 14:05 isn't that, like, very 2012 ? 2013-09-18 14:05 dos1 has quit [Quit: Kabum!] 2013-09-18 14:06 so a robust technology 2013-09-18 14:07 dos1 has joined #qi-hardware 2013-09-18 14:11 larsc: https://github.com/charliesome/jsos/ 2013-09-18 14:11 C++11 feels like a new language 2013-09-18 14:13 wpwrak: http://www.netcobol.com/ 2013-09-18 14:13 ... which is precisely, down to every word, what you asked for. :D 2013-09-18 14:13 wpwrak: I still have nightmares of bubbling in: 02 filler pic ... 2013-09-18 14:16 and waiting in terrified anticipation for the card reader to mangle and jam on sone card in the middle of the deck 2013-09-18 14:16 xiangfu has quit [Ping timeout: 264 seconds] 2013-09-18 14:17 too cool ;-) reality mimicking and even mocking sarcasm :) 2013-09-18 14:17 lol 2013-09-18 14:19 larsc: though charliesome is generally a good fellow, that's a joke project 2013-09-18 14:19 (netcobol) "modernize your indexed file systems". why do i have the mental image of a stone age businessman shouting this into a cave ? 2013-09-18 14:20 lol 2013-09-18 14:20 * Freemor feels old 2013-09-18 14:23 xiangfu has joined #qi-hardware 2013-09-18 14:23 but then 48 is like 100K in computer years 2013-09-18 14:27 Freemor: you must be one of those who invented the computers 2013-09-18 14:27 :) 2013-09-18 14:31 * whitequark . o O ( EWD ) 2013-09-18 14:32 hmm, a ~1965 model. that would be about 1 petacycle at the computer technology of that time 2013-09-18 14:42 no, no, just got started on them bac when they ran on wood, 300 baud ruled (with 110 baud as a fall back for dirty lines), and things lije zip, gif, jpg, etc weren't invented yet. 2013-09-18 14:43 who needs ZIP if you have ARC ? 2013-09-18 14:43 lol 2013-09-18 14:44 and who needs TCP/IP if you have kermit and xmodem ? well, things got *really* fancy, when "term" appeared. more than one data stream over the same (!) line 2013-09-18 14:45 i miss xmodem (in that naustalgic don't really remember how bad it was kinda way) 2013-09-18 14:47 before that all we had was the equivelent of cat foo > /dev/ TTyS0 and pray 2013-09-18 14:48 I remember the choice xmodem, ymodem, zmodem. 2013-09-18 14:48 was zmodem the best? 2013-09-18 14:48 yep 2013-09-18 14:49 had things like resuming a failed transfer and better thru put 2013-09-18 14:49 I remember I was reverse engineering the cool interlnk.exe/intersvr.exe, to implement a linux side 2013-09-18 14:50 Freemor: I remember zmodem resisting errors 2013-09-18 14:51 yep 2013-09-18 14:51 zmodem was nice 2013-09-18 14:52 * Freemor still has a 56k v42bis full hardware modem around 2013-09-18 14:54 no acoustic coupler tho :) 2013-09-18 15:29 lekernel_ has joined #qi-hardware 2013-09-18 15:30 lekernel has quit [Read error: Connection reset by peer] 2013-09-18 15:41 FDCX_ has joined #qi-hardware 2013-09-18 15:42 jekhor has quit [Ping timeout: 264 seconds] 2013-09-18 15:50 wej has quit [Ping timeout: 245 seconds] 2013-09-18 16:00 dos1 has quit [Quit: Kabum!] 2013-09-18 16:01 dos1 has joined #qi-hardware 2013-09-18 16:08 dos1 has quit [Read error: Connection reset by peer] 2013-09-18 16:08 dos11 has joined #qi-hardware 2013-09-18 16:10 dos11 has quit [Read error: Connection reset by peer] 2013-09-18 16:10 dos1 has joined #qi-hardware 2013-09-18 16:16 dos1 has quit [Read error: Connection reset by peer] 2013-09-18 16:16 dos1 has joined #qi-hardware 2013-09-18 16:54 xiangfu has quit [Remote host closed the connection] 2013-09-18 17:16 dos11 has joined #qi-hardware 2013-09-18 17:16 dos1 has quit [Ping timeout: 276 seconds] 2013-09-18 17:23 I know a guy who still uses zmodem 2013-09-18 17:24 zmodem is at least two times older than him 2013-09-18 17:26 WielkiTost has joined #qi-hardware 2013-09-18 17:27 dos11 has quit [Ping timeout: 248 seconds] 2013-09-18 17:29 WielkiTost is now known as dos1 2013-09-18 17:54 whitequark: retro trend 2013-09-18 17:55 viric: he wanted to upload firmware to an fpga via uart or something 2013-09-18 17:57 :) 2013-09-18 18:14 rz2k has joined #qi-hardware 2013-09-18 18:23 argh, I just bricked a completely new jlink clone 2013-09-18 18:27 how? 2013-09-18 18:27 with ruby? 2013-09-18 18:28 turned it on and ran segger's gdbserver 2013-09-18 18:28 it attempted to automatically update the firmware. that NEVER works. 2013-09-18 18:28 you gdbserver tries to update the firmware? wierd 2013-09-18 18:29 that's how jlink tools work 2013-09-18 19:04 rz2k has quit [Read error: Connection reset by peer] 2013-09-18 19:04 rz2k has joined #qi-hardware 2013-09-18 19:45 rz2k has quit [Read error: Connection reset by peer] 2013-09-18 19:46 rz2k has joined #qi-hardware 2013-09-18 20:14 jekhor has joined #qi-hardware 2013-09-18 20:25 viric: you were right about this morning, using the gdb coming from the toolchain and built for mips target solved it 2013-09-18 20:26 here is a gdb session with the debian x86 gdb: http://paste.debian.net/42536/ 2013-09-18 20:28 now debugging same executable with gdb for mips target: http://paste.debian.net/42540/ 2013-09-18 20:33 viric: I can start debugging properly now, thanks again for the help 2013-09-18 20:36 nice 2013-09-18 20:36 you are welcome 2013-09-18 20:53 pcercuei has quit [Read error: Connection reset by peer] 2013-09-18 21:03 pcercuei has joined #qi-hardware 2013-09-18 21:04 rz2k has quit [] 2013-09-18 21:52 jekhor has quit [Ping timeout: 240 seconds] 2013-09-18 21:57 lekernel_ has quit [Quit: Leaving] 2013-09-18 22:00 Jay7 has quit [Ping timeout: 248 seconds] 2013-09-18 22:04 http://bellard.org/dvbt/ :-D 2013-09-18 22:12 wolfspraul has quit [Quit: leaving] 2013-09-18 22:18 adding kgdbcon to boot params works well too: http://paste.debian.net/42597/ 2013-09-18 22:19 whitequark: zmodem still is standard for a lot of things, like transfer of firmware images to flash devices 2013-09-18 23:07 dos1 has quit [Quit: Kabum!] 2013-09-18 23:07 dos1 has joined #qi-hardware 2013-09-18 23:08 dos1 has quit [Client Quit] 2013-09-18 23:31 Jay7 has joined #qi-hardware 2013-09-18 23:38 dos1 has joined #qi-hardware