From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?EUC-KR?B?w9axpMDP?= Date: Fri, 28 Nov 2003 08:41:22 +0900 Subject: [U-Boot-Users] How can I save env values to NAND FLASH Message-ID: <0HP10078XB52UU@ms12.samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear All Das U-Boot uses NOR FLASH for saving environment values for example IPADDR,GATEWAY and so on. I have a board with only NAND FLASH (SAMSUNG NAND FLASH 64M) without NOR FLASH and when I entered saveenv command to save environment values to NAND FLASH in U-Boot Some message returned and my values are not saved into NAND ======= Message ================ SMDK2410 # saveenv Saving Environment to Flash... Un-Protected 1 sectors Erasing Flash...Erasing sector 18 ... ok. Erased 1 sectors Writing to Flash... Flash not Erased Protected 1 sectors ===== End of Message =========== How Can I save environment values to NAND FLASH? Best regards