From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Kiermaier Date: Tue, 29 Sep 2009 15:55:55 +0200 Subject: [U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND Message-ID: <200909291555.55911.dk-arm-linux@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi everybody, I try to bring up fw_setenv / fw_printenv in linux kernel but first it want to start with u-boot itself. I built most recent u-boot-marvell git source and get a running u-boot with standard openrd configuration. So far so good. version says: ArtistaNET-III>> version U-Boot 2009.08-00208-g9ef0569-dirty (Sep 29 2009 - 15:42:42) OpenRD_base But saveenv will not work as expected. setenv of new parameter will work but after saveenv and reboot the new parameter is lost and u-boot complains about wrong CRC again. Any help would be very appreciated. Dieter