**** BEGIN LOGGING AT Wed Dec 31 02:59:58 2008 Dec 31 03:19:27 * flyback is suddentely feeling like he is about to pass out Dec 31 03:42:45 * flyback would like to die for new years resolution Dec 31 03:43:19 Wow, I feel like I'm coming in late to some conversation. Dec 31 04:30:59 * flyback wrists are almost usless now and he's starting to go numb, soon as he gets his a*** fixed this is the next thing that will need to be on the surgeon chopping block Dec 31 04:37:36 hello Dec 31 04:38:11 does anybody know how to enable the experimental support for SST flash memory 39VFxxx ? Dec 31 04:38:57 the comment says Dec 31 04:38:59 - added support for non-CFI compatible flashes to cfi driver (currently only SST39VFxxx devices supported) Dec 31 04:38:59 This checkin is experimental, not suitable for general use Dec 31 04:39:47 I'm lucky/unlucky to have a SST39VF1601 flash chip on my board Dec 31 04:50:19 * flyback bbl Dec 31 05:56:17 * flyback goodnight Dec 31 16:50:03 flyback: Hello ? Dec 31 16:51:02 openocdn00b, figure out your problem ? Dec 31 17:26:09 nope Dec 31 17:26:15 well only partially Dec 31 17:26:52 You will figure it out ! Dec 31 17:27:01 I had to add some code to non_cfi and cfi.c Dec 31 17:27:24 and now it can recognize my flash Dec 31 17:27:33 but it still does not work :-( Dec 31 17:28:11 I do not know how people get .erase_region_info Dec 31 17:28:26 the stuff that is already there makes no sense to me Dec 31 17:28:45 nor the .num_erase_regions Dec 31 17:29:02 I think if I get those right the thing might work Dec 31 17:29:22 Well, maybe look at the datasheet for that flash Dec 31 17:29:54 but cfi should tell you, Dec 31 17:30:25 what flash chip was it ? Dec 31 17:35:05 it is the SST39VF1601 Dec 31 17:35:25 actually I just realized I cheated Dec 31 17:35:36 I hard coded the manufacturer and id Dec 31 17:35:43 that is why it recognize it Dec 31 17:35:50 heehe Dec 31 17:35:55 lol Dec 31 17:36:01 but you know why Dec 31 17:36:13 I don't think I have that flash in my program Dec 31 17:36:24 because cfi_info() in cf.c does not fill those values in for a chip of width 2 Dec 31 17:36:38 tjtag: I added it though Dec 31 17:37:08 heheh, yes I do Dec 31 17:37:12 { 0x00BF, 0x234B, size2MB, CMD_TYPE_SST, "SST39VF1601 1Mx16 BotB (2MB)" ,8,size8K, 31,size64K, 0,0, 0,0 }, Dec 31 17:37:33 hmm.... Dec 31 17:37:43 how come? where did you find it? Dec 31 17:37:51 In my program Dec 31 17:37:58 in which file Dec 31 17:38:06 is openocd your program? Dec 31 17:38:17 In the source that makes up my program Tjtag Dec 31 17:38:42 oh there is a program called Tjtag that is yours Dec 31 17:38:45 found on dd-wrt, its my program for debrciking routers Dec 31 17:38:50 yes Dec 31 17:38:53 I thought you meant openocd Dec 31 17:39:16 its a fork of wrt54g from hairy dairy maid Dec 31 17:39:23 no, sorry Dec 31 17:39:38 cool Dec 31 17:40:03 I just released a Tjtagv3-RC-1 with serial flash support for ATheros and Broadcom Dec 31 17:40:47 And we just got into the { 0x1438000D, 5, "LX4380"}, Dec 31 17:40:50 today Dec 31 17:41:01 its on an IP phone Dec 31 17:41:34 nice Dec 31 17:41:46 iTS FUN Dec 31 17:42:15 next I have to get into the IXP Dec 31 17:42:31 lots of work Dec 31 17:42:33 but fun Dec 31 17:43:16 Thats what makes it fun for me, if it was easy, it would not be any fun, I like figuring things out Dec 31 17:43:51 Took me two weeks to figure out the broadcom 5354 serial flash Dec 31 17:44:32 It would probably take some of these guys, in this forum an hour Dec 31 17:47:55 well that is because of experience Dec 31 17:48:04 now it will not take you that long either Dec 31 17:51:43 hmm... I see why it cannot find my chip Dec 31 17:52:09 It is returning cfi_info->manufacturer=0xb,cfi_info->device_id=0xea00 Dec 31 17:52:30 but in my entry i used a manufacturer = 0xbf Dec 31 17:52:41 and device_id = 234B Dec 31 17:52:48 ox234B Dec 31 17:52:59 that is what I read from the datasheet Dec 31 17:53:01 this is weird Dec 31 17:53:08 yep Dec 31 17:53:38 you see the entry you gave me from your program right Dec 31 17:53:46 { 0x00BF, 0x234B, size2MB, CMD_TYPE_SST, "SST39VF1601 1Mx16 BotB (2MB)" ,8,size8K, 31,size64K, 0,0, 0,0 }, Dec 31 17:53:46 yes Dec 31 17:53:53 BF and 234B Dec 31 17:54:10 so I do not know why openocd is getting a different value here Dec 31 17:56:37 this is going to be a pain to get it to work Dec 31 17:56:52 Its probably something simple Dec 31 17:57:37 ahh, looks like 8bit instead of 16 Dec 31 18:01:10 ah? Dec 31 18:01:26 isn't a 16bit wide? Dec 31 18:01:44 Well Im wondering why only 0xb Dec 31 18:01:59 and not 0xbf or 0x00bf Dec 31 18:02:46 nah it looks like it got Dec 31 18:02:48 value: 0x000b Dec 31 18:03:02 and Dec 31 18:03:03 address: 0x00000002, value: 0xea00 Dec 31 18:03:07 and no f, strange Dec 31 18:03:16 yeah Dec 31 18:03:22 but the id is even more strange Dec 31 18:03:33 very different than 234B Dec 31 18:06:13 I hate SST chips with their non-standard 0x2aaa and 0x5555 Dec 31 18:06:30 they are 3 cycles to get into cfi query Dec 31 18:06:36 which makes them non-standard Dec 31 18:14:33 tjtag: do you know who are the openOCD people in this channel? Dec 31 18:15:28 nope, I only joined up a few days ago Dec 31 18:18:05 :-( Dec 31 18:20:28 I think the latest svn is just not working Dec 31 18:20:59 because I have an older binary version and it detects my nand flash just fine and work perfectly Dec 31 18:21:05 but this latest svn doesn't Dec 31 18:22:34 hmm, well at least you know ! Dec 31 18:32:52 is that from a freash compile ? Dec 31 18:32:57 fresh Dec 31 18:35:18 yes Dec 31 18:35:44 I am going to get me the source for Open On-Chip Debugger 1.0 (2008-10-04-10:00 Dec 31 18:35:53 that build date/time will save me Dec 31 18:35:55 k, I guess they broke something Dec 31 18:36:03 yeah they sure did Dec 31 18:39:19 is that april for october for the month? Dec 31 18:39:30 I always get confused we do it backward Dec 31 18:39:57 me to Dec 31 18:40:20 has to be tenth month Dec 31 18:40:33 to me too Dec 31 18:40:39 but its been updated since then Dec 31 18:40:48 but in america they use month/day/year for some reason Dec 31 18:41:02 Thats what Im used to :) Dec 31 18:41:22 I have been living in Ukraine now for 4 years, still messes me up Dec 31 18:41:28 so how come you se the tenth month? Dec 31 18:41:46 04/10/2008 Dec 31 18:41:55 heheh, see I told you Dec 31 18:42:02 lol Dec 31 18:42:14 yeah I got all of them mixed too Dec 31 18:42:31 Have to run eat something, be back shortly Dec 31 18:42:40 ok Dec 31 18:42:43 see you later Dec 31 19:16:21 back Dec 31 20:12:27 tried older version and I get the same :-( Dec 31 20:12:38 oh he's gone :-( Dec 31 21:28:09 anyone here using a jtagkey with an stm32 ? i'm having an issue with the reset not setting the program counter propperly. Jan 01 00:14:12 rje`mac: Interesting. I ran into something like that, but am hampered by being a newb. **** ENDING LOGGING AT Thu Jan 01 02:59:57 2009