Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Page 7 of 14 < 1 2 ... 5 6 7 8 9 ... 13 14 >
Topic Options
#196466 - 05/05/2004 13:26 Re: Thoughts of more RAM... [Re: mlord]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
I just loaded v3alpha7 onto my upgraded player, and noticed a small quirk.

The empeg .upgrade file includes a replacement "stock" 0e000 flash loader, so it wipes out the required one from Hugo! I'll update my Linux upgrader binary to automatically skip the 0e000 replacement in the same way it currently skips the kernel replacement step.

Apart from that, v3alpha7 seems to be working as well as ever, and leaves the second 16MB mostly untouched.

TO DO: the kernel and/or loader really have to be fixed to do an installed memory scan to determine RAM size. Currently I'm just hardcoding it, which means special kernels are required to suit the amount of memory installed.

Fixing this is not as simple as it might seem, since it requires tweaking the MMU to first gain access to the theoretical extra memory, testing for its presence (and defeating data-caching..), and then unmapping it if not found. All of which is complicated by the fact that the kernel currently sets up the MMU extensions much too late in the process, well after it has made use of the "memory size" value in lots of places..

Cheers

Top
#196467 - 05/05/2004 13:33 Re: Thoughts of more RAM... [Re: mlord]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
The updated upgrader (Linux only, for the moment) is now linked from the Hijack site, and upgrader.c is attached to this posting. MacOS and Win32 binaries will follow whenever the maintainers of those get around to it.

Cheers


Attachments
214325-upgrader.c (325 downloads)


Top
#196468 - 05/05/2004 14:51 Re: Thoughts of more RAM... [Re: mlord]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
Mmm.. The Hijack webserver can certainly take advantage of the extra memory! It can now load my album list into RAM and keep it there as I browse up and down the playlists through the web interface.

In fact, doing this exposed a glitch where the server is completely CPU bound longer than it used to be -- resulting in the odd playback glitch from the CPU-starved player software. I'll add some voluntary scheduling points in the code to prevent this for the next release.

Cheers

Top
#196469 - 05/05/2004 20:27 Re: Thoughts of more RAM... [Re: mcomb]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
We don't have any more memory for sale, but we can most likely get more! There is a fairly substanial minimum order of 31 pieces last time we ordered. We can probably do a group buy, maybe for the remaining stock if anybody is interested.

Stu
_________________________
If you want it to break, buy Sony!

Top
#196470 - 05/05/2004 20:45 Re: Thoughts of more RAM... [Re: maczrool]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
How's the existing unit there doing, Stu?

Any luck with the Hijack kernels?

I'm about to release v387, which removes the requirement for Hugo's 0e000 replacement loader. Should simplify life for us in the longer run that way.

Cheers

Top
#196471 - 05/05/2004 21:06 Re: Thoughts of more RAM... [Re: mlord]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
I can't get the player to upgrade the flash file. Permissions seem to be getting in the way. Any suggestions? Mucking around with files in the Empeg is not our specialty.

Stu
_________________________
If you want it to break, buy Sony!

Top
#196472 - 05/05/2004 21:11 Re: Thoughts of more RAM... [Re: maczrool]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
Upgrade to Hijack v387 and reboot. No more need for the flash_0e000 thing that way. But the diagnostic memory test is gone in that version -- it still does a ramtest, but just silently ignores the extra memory if it fails the test.

You can check for this by connection with serial, and hitting Q or control^C to exit the player, and then do: cat /proc/meminfo

It should look like what I posted earlier in this thread if all 32MB is working.

EDIT: Specifically, there should be a line like this in meminfo:
            MemTotal:     31176 kB


Cheers


Edited by mlord (05/05/2004 21:16)

Top
#196473 - 05/05/2004 21:39 Re: Thoughts of more RAM... [Re: mlord]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
At what point do we hit Q and where do we type cat/proc/meminfo? In a terminal? What does /meminfo do? I think we did it right, but we kept getting a sync error. Not sure what it meant, the player works fine.

Thanks,
Stu
_________________________
If you want it to break, buy Sony!

Top
#196474 - 05/05/2004 21:52 Re: Thoughts of more RAM... [Re: maczrool]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
You can hit Q and/or control^C anytime after about 10 seconds after applying power to the player.

And there's a space after "cat":

cat /proc/meminfo


Alternatively, if Hijack is installed, you may be able to connect to it's webserver over ethernet and view it there: http://players.ip.addr/proc/meminfo

Finally, this is not even needed.. instead, you could just watch the serial output during boot, looking for this line:

Memory: 31240k/32M available (980k code, 20k reserved, 524k data, 4k init)

Cheers

Top
#196475 - 06/05/2004 09:14 And the world awaits.. [Re: maczrool]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
News?

Top
#196476 - 06/05/2004 10:57 Re: Thoughts of more RAM... [Re: maczrool]
mcomb
pooh-bah

Registered: 31/08/1999
Posts: 1649
Loc: San Carlos, CA
We don't have any more memory for sale, but we can most likely get more!

OK, I've sent you another email asking to be added to the list. Hopefully there are enough interested people to make another memory order worthwhile.

-Mike
_________________________
EmpMenuX - ext3 filesystem - Empeg iTunes integration

Top
#196477 - 06/05/2004 11:02 Re: Thoughts of more RAM... [Re: maczrool]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
I've updated Hijack to v388 here.

This version has better memory testing and failure reporting for memory upgrades.

Cheers

Top
#196478 - 06/05/2004 11:53 Re: Thoughts of more RAM... [Re: mlord]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
Well, it looked like still the stock memory in the Ethernet test. We haven't done the serial test yet. We'll try that if that fails too, I guess we'll have to inspect things, but so far everything looks soldered quite well

Stu.
_________________________
If you want it to break, buy Sony!

Top
#196479 - 06/05/2004 12:21 Re: Thoughts of more RAM... [Re: maczrool]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
All of those will show the same amount of ram.

You do need to have first installed the recent Hijack kernel, though. The best one now is v389.

-ml


Edited by mlord (06/05/2004 17:28)

Top
#196480 - 06/05/2004 14:21 Re: Thoughts of more RAM... [Re: maczrool]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
I have just fixed a bug in Hijack whereby it has been "broken" for Mk1 and Mk2 players since v386 onwards. v389 in theory should work -- see the thread in Programming for details and current status on Mk2/Mk1 players.

Try testing your Mk2a mod job instead -- that part works just fine.

Top
#196481 - 06/05/2004 16:04 Re: Thoughts of more RAM... [Re: mlord]
pgrzelak
carpal tunnel

Registered: 15/08/2000
Posts: 4859
Loc: New Jersey, USA
Bulk order in progress... Please stand by...
_________________________
Paul Grzelak
200GB with 48MB RAM, Illuminated Buttons and Digital Outputs

Top
#196482 - 06/05/2004 19:30 large player databases, v3 and memory [Re: pgrzelak]
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
pgrzelak wrote:

I think I can safely say that I am running one of the largest databases in production today: highest FID 762D (30,253 FIDs decimal) with a database file size of just over 4MB. I think the hard published limit was somewhere around 28,000 FIDs decimal.


Can you run v3 at all with this database? I "only" have about 20.000 FIDs and had to do a lot to make this work on v3.

I upgraded my mk2 to an mk2a, disabled all third party apps, use mp3tofid to dramatically reduce the database size (from over 4 MB to 2.3 MB), and reduced the cache size to the bare limit.

Now I can use v3 without much trouble, but I still cannot play the root playlist without crashing the player. And of course, the harddisks hardly ever spin down.

I wonder if I'm the only one considering a memory upgrade just to make v3 work more reliably...

Pim

Top
#196483 - 06/05/2004 20:52 Re: large player databases, v3 and memory [Re: pim]
Daria
carpal tunnel

Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
The root playlist crashes my player too. I just don't play it.

Top
#196484 - 08/05/2004 15:31 Re: large player databases, v3 and memory [Re: Daria]
pgrzelak
carpal tunnel

Registered: 15/08/2000
Posts: 4859
Loc: New Jersey, USA
Link to memory bulk order info in the For Sale forum.
_________________________
Paul Grzelak
200GB with 48MB RAM, Illuminated Buttons and Digital Outputs

Top
#196485 - 08/05/2004 16:04 Re: large player databases, v3 and memory [Re: pim]
tonyc
carpal tunnel

Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
I wonder if I'm the only one considering a memory upgrade just to make v3 work more reliably...
Nah, you've got company here... But I'll have to wait until someone's providing an upgrade service, as I can't do the install myself.
_________________________
- Tony C
my empeg stuff

Top
#196486 - 10/05/2004 17:04 Re: Thoughts of more RAM... [Re: Daria]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
I'm offering a limited installation service. Follow-ups to Paul's thread in ForSale forum, please.

Top
#196487 - 11/05/2004 09:55 Re: Thoughts of more RAM... [Re: mlord]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
We've been juggling half a dozen projects, and haven't had the time to get back to this. I believe we found the problem. Pin 14 of one the chips snapped off while attaching the line to it (apparently very easy to do due to all the bending involved). We dug away some of the package material to expose some of the lead inside, but I don't think it was quite making contact with the lead. We'll dig a little more and pray we don't run into the die.

Stu
_________________________
If you want it to break, buy Sony!

Top
#196488 - 11/05/2004 21:17 Re: Thoughts of more RAM... [Re: maczrool]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
Okay, we reattached the lead to pin 14. It seems well soldered. We'vedouble checked the solder joints all check out. What gives? We get:

"Checking for extra DRAM at c1000000: wrote 00000000, read c00e0000 " which obviously means a failure of the extra memory. Can we narrow it down based on this output?

Stu
_________________________
If you want it to break, buy Sony!

Top
#196489 - 11/05/2004 21:43 Re: Thoughts of more RAM... [Re: maczrool]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
Which model player? Which Hijack kernel?

It really looks like the chip (which?) that is on the upper 16-bits is still not getting the RAS line signal -- the lower 16-bits are zeros as they should be, but the upper 16-bits are just showing the last address strobe on the bus, as if the chip was not driving data lines. That means no chip select == no RAS.

For Mk2, pin14 should connect to RAS3 on the CPU, for Mk2a it should connect to RAS1.

Both RAM chips should have pin14 (assuming Mk2a) connected to the same CPU RAS line.

Cheers


Edited by mlord (11/05/2004 21:49)

Top
#196490 - 11/05/2004 21:47 Re: Thoughts of more RAM... [Re: mlord]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
I suppose the R/W signal could also be the problem on the upper 16-bit chip.

To figure out which chip is which, use an ohm meter to compare the lowest data line on each RAM chip (D0, or possibly D1) to D0 and D16 at the CPU. The faulty chip is the one with D0 (RAM) connected to D16 (CPU).

Cheers

Top
#196491 - 11/05/2004 23:00 Re: Thoughts of more RAM... [Re: mlord]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
Yes, it's an Mk2A with RAS1 to pin 14 on both chips. Thanks, we'll try the ohm meter thing.

Stu
_________________________
If you want it to break, buy Sony!

Top
#196492 - 16/05/2004 21:24 Re: Thoughts of more RAM... [Re: maczrool]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
Okay, sorry for the lack of updates. Doing the above test, the problem chip is the one furthest from the CPU. Does it have to be pin 14 on the chip that's not connected or can it be another pin? Pin 14 on both chips is quite securely connected to RAS 1.

Stu
_________________________
If you want it to break, buy Sony!

Top
#196493 - 17/05/2004 04:23 Re: Thoughts of more RAM... [Re: maczrool]
altman
carpal tunnel

Registered: 19/05/1999
Posts: 3457
Loc: Palo Alto, CA
It could be:

W (pin 13) - write strobe
OE (pin 36) - read strobe
UCAS/LCAS (37/38) - upper/lower byte lane select (less likely)

...or even maybe an address line.

Hugo

Top
#196494 - 17/05/2004 22:13 Re: Thoughts of more RAM... [Re: altman]
maczrool
pooh-bah

Registered: 13/01/2002
Posts: 1649
Loc: Louisiana, USA
Now we get "Checking for extra DRAM at c1000000: wrote 00000000, read c0000000 " as opposed to it reading c00e0000. The only thing we did was put enough solder on the leads to sink a battleship, but I guess it wasn't enough.

Stu
_________________________
If you want it to break, buy Sony!

Top
#196495 - 17/05/2004 22:41 Re: Thoughts of more RAM... [Re: maczrool]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
I just spent an hour trying to find my dodgy pins, having refluxed and retouched every pin about half a dozen times. Visually they looked perfect (better than Marks', but I can say that because I don't have a camera capable of taking a nice close up )

Eventually I gave up being lazy, got the meter out and continuity checked each connection. There's enough room to get in there with the probes and test the top pin to bottom pin continuity. It only took me five minutes to verify all the connections and touch up the two that weren't good. Wish I'd done that to start with.

_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
Page 7 of 14 < 1 2 ... 5 6 7 8 9 ... 13 14 >