From owner-freebsd-arm@FreeBSD.ORG Sun Feb 10 22:38:35 2008 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DA6616A41A for ; Sun, 10 Feb 2008 22:38:35 +0000 (UTC) (envelope-from jack.avenger@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id E9DEC13C468 for ; Sun, 10 Feb 2008 22:38:34 +0000 (UTC) (envelope-from jack.avenger@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so6512774pyb.10 for ; Sun, 10 Feb 2008 14:38:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=KQJQ/rmPrx9S06IB+AKiFqP+J8xayymEO+zLGEOtLJQ=; b=H1nXRwT5VDiidYfqp9wtXRLDytcewJMD3DUWuPuFBm6LuetIKm9Woi9fEMHOalow1o2IoA6Qs99IgHd2iKH3wlG378zJ9QzRVsxIgGKXVeKbYuWs7Wf/jt/87nK+XGvJL6by7Iz4vdA0WAlZoS5m5nGQePQd7fMIH2fIsA01mxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=MDi/p3jw9+B8rOF9UReq+GsR4bie2KFqnsj0CgfAbrXjis/4n8leg+6UPyQ7+GIYWVFb+9bVwl9jEofu5z6ZZ6ORkjQysoavi/jmOC35S1gukZdcIc1h7fTCv9GgI4UaaRPGgIaxF8ALrfbbEzdC+dWRTwMY5+gyg0wfPrdfUBc= Received: by 10.142.211.10 with SMTP id j10mr8058414wfg.202.1202681447819; Sun, 10 Feb 2008 14:10:47 -0800 (PST) Received: by 10.142.199.7 with HTTP; Sun, 10 Feb 2008 14:10:47 -0800 (PST) Message-ID: <66aac5180802101410j65905889rf6644c1adf9e1199@mail.gmail.com> Date: Sun, 10 Feb 2008 22:10:47 +0000 From: "=?ISO-8859-5?B?zuDY2SCx4+DQ2g==?=" To: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Help with boot loader on KB9202C (Ethernet don`t work) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 22:38:35 -0000 Hi! I am playing with KB9202C and can't get working PHY (LXT972C) It work in u-boot 1.1.4 but FreeBSD 8.0 says that there is no MAC. Maybe I need new version of u-boot? Is this error solved in new u-boot? Then I tried BSD-loader, but run into another problem - I can`t write loader into IIC EEPROM. >CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC >Send data to be written into EEPROM >CCCCCCCCCCCCCCC >Writing EEPROM from 0x20100000 to addr 0, 0x480 bytes >init done >. After reboot KB9202C again wait for data: >CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC In case of using SPI EEPROM it says: > Bad SPI status: 0xfc Can anyone answer me how to get working BSD loader or U-Boot? I think U-boot is more preferable for me because in such case I can store kernel in onboard FLASH. Thank you!