From 81f4b4fd4cca47c842533e6b30073104df8d2cb2 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Tue, 28 Oct 2003 08:17:01 +0000 Subject: support for the ROM-less: boxes without boot ROM which start from flash mirrored to address zero git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3993 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/flash.t | 65 +++++++++++++++++++++++++------------------------------- 1 file changed, 29 insertions(+), 36 deletions(-) diff --git a/www/docs/flash.t b/www/docs/flash.t index 5f0bb026a0..7a4f0fcdec 100644 --- a/www/docs/flash.t +++ b/www/docs/flash.t @@ -86,9 +86,9 @@ Most of the developing effort went into this tooling. So people skilled to do these mods don't need to worry. The others may feel unpleasant using the first tool for reflashing the firmware.

-To comfort you a bit again: The flash tools are stable since a while. I use -them a lot and quite careless meanwhile, even reflashed while playing. However, -I don't generally recommend that. ;-) +To comfort you a bit again: The flash tools are stable since quite a while. +I use them a lot and quite careless meanwhile, even reflashed while playing. +However, I don't generally recommend that. ;-)

About the safety of operation: Since we have dual boot, you're not giving up the Archos firmware. It's still there when you hold F1 during startup. So even @@ -103,9 +103,9 @@ one hundred thousand), so you don't need to worry about that wearing out. You need three things:

5. How do I flash the firmware?

+Short explaination: copy the firmware_*.bin files for your model from my distribution +to the root directory of your box, then run the "firmware_flash.rock" plugin. +Long version: +

+ 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: