From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hurricane555 Date: Wed, 5 Apr 2006 04:18:46 -0700 (PDT) Subject: [U-Boot-Users] Help: flash driver for CFI complient flash In-Reply-To: References: <20060111102719.E7EA2352B1E@atlas.denx.de> <20060111121354.549B5352B1E@atlas.denx.de> Message-ID: <3762345.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I have the same problem and the same output! Is it right when I add this to my board.h: #define CFG_FLASH_AM160LV 1 //AM29LV160DB #define CFG_MAX_FLASH_BANKS 1 /* Max number of flash banks */ #define CFG_MAX_FLASH_SECT 35 /* Max number of sectors in one bank */ #define CFG_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */ #define CFG_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */ #define CFG_ENV_IS_IN_FLASH 1 #define ENV_IS_EMBEDDED #define CFG_ENV_OFFSET 0x8000 /* Offset of the Environment Sector */ #define CFG_ENV_SIZE 0x4000 /* Size of the Environment Sector */ #define CFG_ENV_ADDR (CFG_FLASH_BASE) /* addr of environment */ #define DEBUG -- View this message in context: http://www.nabble.com/Help%3A-flash-driver-for-CFI-complient-flash-t893564.html#a3762345 Sent from the Uboot - Users forum at Nabble.com.