From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 22 Dec 2014 14:53:29 +0100 Subject: [U-Boot] [linux-sunxi] linux-sunxi/u-boot-sunxi is no longer supported, time to switch to upstream u-boot In-Reply-To: <54973037.9010404@elopez.com.ar> References: <5495BF7F.4070804@redhat.com> <549726EE.8050108@elopez.com.ar> <20141221222846.3bcb88eb@i7> <54973037.9010404@elopez.com.ar> Message-ID: <54982259.90502@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 21-12-14 21:40, Emilio L?pez wrote: > Sorry for the noise, I messed up and was using the Cubieboard config instead of the Cubietruck one >.< > > Seems to work fine other than this warning: > > Error: dwmac.1c50000 address ab:cd:ef:ab:cd:ef illegal value Weird, try doing: setenv ethaddr saveenv It seems you've a bogus ethaddr setting in your environment, or maybe in uEnv.txt ? Or alternatively, nuke your environment so that you get the default one using: sudo dd if=/dev/zero of=/dev/sdc bs=1024 seek=544 count=256 Replacing sdc with the block device for your sdcard reader, e.g. mmcblk0. Using the default env will get you closer to how most people will be using upstream u-boot, so running with the default env is preferred. Regards, Hans