Re: adding another OF database rebuild byte to the e200 bl

2007-05-19 Thread Jonathan Gordon
I'm not sure what happened last night, but I redid the dumps and got it working, it uses the same sector/offset as the other -A versioned OF, so it might be contstant values for the -A and -E versions? is the radio the only thing in the american version not in the eu version? On 20/05/07, Barry W

Re: adding another OF database rebuild byte to the e200 bl

2007-05-19 Thread Barry Wardell
It was just a single byte in the other versions that changed from 0 to 1 (so possibly just a single bit). That includes the 1.00.12E firmware, which I think is just the European version of your (American) 1.00.12 firmware. I would expect a very similar structure between the two. This page: http://

KNOWN_ISSUES

2007-05-19 Thread Daniel Stenberg
Hi friends We at devcon pretty much all agreed that we need to do more "agressive closing" on the flyspray issues in order to make them more useful and better used. I took the first step just now by introducing docs/KNOWN_ISSUES that now lists known bugs that aren't likely to be fixed anytim

adding another OF database rebuild byte to the e200 bl

2007-05-19 Thread Jonathan Gordon
hey, OK, so the other e200 I have here does actually have a different OF from he 2 we know the locations of the byte to change. I've done the two dumps and used got the diff, but I cant remember what the previous diffs looked like so cant actually add it to the BL... did they all have 3 bytes chan

Re: Sansa: avoid channel swapping issues

2007-05-19 Thread Michael Sevakis
The entire queue seem to be visible in TX:70002840-7000287f and RX:70002880-700028bf. I'm not sure where that might help yet if at all. All I know is that I can write audio to any of the TX range and get sound out. Is it possible DMA could run regardless of the bus lock? hrm...guess that's a big

Sansa: avoid channel swapping issues

2007-05-19 Thread Antonius Hellmann
Based on an idea of jhMikeS I modified svn code (i2s-pp.c) in the following way: // IISFIFO_CFG |= 0x33; /* 12 slots full/empty config */ /* Bit2-3, Bit6-7 seem to have no meaning */ IISFIFO_CFG |= 0x22; /* 8 slots full/empty config */ which solves the channel swapping issues. The modific