Est-ce que quelqu'un à réussi à faire le mise à jour du bios d'un wrap 1.* à la version 1.11
J'ai tenté de presser "S" au démarrage, puis "X", puis ausi tenté de presser le switch (très discret) mais rien n'y fait. Impossible de de lancé le fichier dans mon wrap.
Je n'ai pas bien compris l'autre méthode avec une disquette de boot.
Je met ci-dessus le README.txt de pcengines sur la procedure de mise à jour, si des fois
tout ce cirque pour le wifi....
tiens ceci aussi:
- Code: Tout sélectionner
WRAP includes PC Engines tinyBIOS on board. Version 1.11 BIOS upgrade (fixed reset timing to support Atheros single chip radios). Please review README.TXT before doing the deed ! If you can't get into setup, please disable serial port hardware handshake in your terminal emulator.
mais dans mon hyper terminal je ne vois pas de "handshake".
merci pour toutes infos !!
- Code: Tout sélectionner
WRAP BIOS customization / flash upgrade
---------------------------------------
Caution: Bad flash images can result in a non-working board.
If a flash upgrade fails and leaves you with a dead board, you can
either return the board to PC Engines for reflashing (postage at
your expense), or obtain a LPC.1A recovery flash module from
PC Engines.
Please also note the new serial console disable option. This is
intended for applications where the serial port is needed for data
acquisition or control.
- WRAP.1* -> Press the switch during power up to get into setup
- WRAP.2* -> The only way to get the serial console back is to
boot the board from a CF card, and run SETBIOS.COM
from AUTOEXEC.BAT !
----------------------------------------------------------------------
Flash upgrade:
There are two ways to upgrade the flash BIOS:
- SETBIOS.COM
This program can be executed from a DOS bootable disk. It will
look for WRAP.ROM, and program it into flash.
- Xmodem update
Using a terminal program, press S during the memory test.
The setup screen will be displayed. Press X, then start a
X-Modem (1K, CRC) upload of e.g. WRAP1.UPD. The .UPD files
consist of the flash update WRAP_UP.BIN, and the flash image.
When the upload completes, the flash update is automatically
executed.
----------------------------------------------------------------------
Etherboot:
The boot module can be obtained from www.etherboot.org.
Options selected:
- natsemi:dp83815 -> controller type
- Binary ROM image -> ZROM
- CONSOLE_SERIAL -> serial console
- COMPRESERVE -> don't change serial parameters, use
the setting left by the BIOS
- POWERSAVE -> execute halt instruction when idle
- Select boot sequence / NIC number as needed
- BOOT_INT18H -> select to boot from disk first, from net
only if no boot disk, or N key pressed
during memory test.
- ASK_BOOT: 3
- BOOT_FIRST: BOOT_NOTHING
- BOOT_SECOND: BOOT_NIC
- BOOT_THIRD: BOOT_NOTHING
- BOOT_INDEX: 0
- BAR_PROGRESS
- SIZEINDICATOR
- LEGACY_SITE_OPTIONS
- ALLOW_ONLY_ENCAPSULATED
- ALLMULTI
- CONGESTED
- TAGGED_IMAGE
- ELF_IMAGE
- PXE_IMAGE
- MULTICAST_LEVEL1
- MULTICAST_LEVEL2
- DNS_RESOLVER
- DOWNLOAD_PROTO_TFTP
- DOWNLOAD_PROTO_NFS
- DOWNLOAD_PROTO_TFTM
- DOWNLOAD_PROTO_HTTP
- PXE_EXPORT
- CONFIG_PCI
- CONFIG_ISA
- PCBIOS
- IBM_L40 -> needed because WRAP does not have KBC
Store the module as PXE.BIN. Re-run MAKE.BAT to recreate
the ROM images.
----------------------------------------------------------------------
Custom startup message:
To insert a custom startup message, create a text file as needed
(e.g. TEST.MSG). Maximum length is 253 characters. Uncomment and
edit the PUTLOGO lines in MAKE.BAT as needed, then rerun the batch
file.
----------------------------------------------------------------------
File names
cat.com File concatenation utility (similar to Unix cat).
pxe.bin Etherboot module for dp83815, obtained from
www.etherboot.org
fill32.bin 32 KB of blank (FF) data
make.bat Batch file to combine the files
putlogo.exe Program to insert custom startup messages
test.msg Sample message
wrap.abs WRAP.1C BIOS core
wrap2.abs WRAP.2B BIOS core
wrap_cfg.bin WRAP configuration block (setup data)
wrapcfg9.bin alternate WRAP configuration block (for 9600 baud)
wrap_up.bin Serial flash upgrade binary
Files generated by MAKE.BAT:
wrap1.rom ROM image for WRAP.1*
wrap1.upd same, with serial uploader
wrap2.rom ROM image for WRAP.2*
wrap2.upd same, with serial uploader
----------------------------------------------------------------------
WRAP BIOS revision history:
; v1.11
; $%#&! 051108 extend insufficient PCI reset pulse width - caused
; problems with Atheros single chip cards.
;
; v1.10
; $%#&! 050625 config option for conservative DRAM timing
; added 39VF040 support to serial uploader
;
; v1.09
; $%#&! 050521 allow USB also for WRAP.2C (will add on WRAP.2D)
; some customers use this for timing.
;
; v1.08
; $%#&! 050502 be less picky about IDE device IDs
; note: wrap2.rom misidentified as v1.07
;
; v1.07
; $%#&! 050417 add delay on warm start (protect CF integrity)
; add serial console disable option
;
; v1.06
; $%#&! 050227 fix serial port configuration; neutral message on
; WRAP setup; add USB, PXE configuration option;
; Int 15 function E820 memory map.
;
; v1.05
; $%#&! 041021 add platform ID at end of flash
; $%#&! 041011 fix PMR setting for GPIO14 (DOGFOOD pin)
;
; v1.04
; $%#&! 040817 Add support for SST 39VF020 / 39VF040 flash.
;
; v1.03
; $%#&! 040713 Add network boot startup key, press N to skip disk boot,
; go to Int18 / boot ROM immediately.
; $%#&! 040705 Configure latency + line size on ALL slots (incl. 68).
;
; v1.02
; $%#&! 040315 Add PCI reset on reset entry.
;
; v1.01
; $%#&! 040220 Change to generic message, leave space for patch
; $%#&! 040220 Add USB_EN option.
----------------------------------------------------------------------
(C)2004 PC Engines GmbH - all rights reserved
Etherboot is published under the GPL by www.etherboot.org,
source code can be obtained there.