From 0a89857e714253ede4a1d2e204fc167b0174807e Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Mon, 8 Sep 2003 22:00:56 +0000 Subject: UCL playing featue, known issues, many other updates towards the status quo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3951 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/flash.t | 101 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 54 insertions(+), 47 deletions(-) (limited to 'www/docs') diff --git a/www/docs/flash.t b/www/docs/flash.t index d4c267bc72..6c82493562 100644 --- a/www/docs/flash.t +++ b/www/docs/flash.t @@ -14,11 +14,11 @@ by J

What is Flashing

-

Flashing in the sense used here and elsewhere in regard to Rockbox, means +

Flashing in the sense used here and elsewhere in regard to Rockbox means reprogramming the flash memory of the Archos unit. Flash memory (sometimes -called "flash RAM") is a type of constantly-powered nonvolatile memory that -can be erased and reprogrammed. It is a variation of electrically erasable -programmable read-only memory (EEPROM). +called "Flash ROM") is a type of nonvolatile memory that can be erased and +reprogrammed. It is a variation of electrically erasable programmable +read-only memory (EEPROM).

When you bought Your Archos, it came with the Archos firmware flashed. Now, @@ -122,10 +122,11 @@ in. If the chip is blank, you'll need the UART boot mod as well. The vast majority of the Player/Recorder/FM all have the same boot ROM content, differenciation comes later by flash content. So far very few people had a different, presumable later boot ROM. It uses a different flash layout. -For these the tools will refuse to work, the only -way to find out is to try if the sanity check fails. +The Hardware Info screen tells the boot ROM version in the ROM CRC line. +You need a value marked with "V1". +For V2 boxes the tools will refuse to work for the time being. Flashing these is not impossible, but the firmware authoring has to be -different. It takes a developer with the UART boot mod to go ahead with it. +different. It takes a developer with the serial mod to go ahead with it.

5. How do I flash the firmware?

@@ -133,19 +134,20 @@ different. It takes a developer with the UART boot mod to go ahead with it. I'm using the new plugin feature to run the flasher code. There's not really a wrong path to take, however here's a suggested step by step procedure: