From owner-freebsd-arm@freebsd.org Fri Mar 31 06:53:52 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CAE2D264F0 for ; Fri, 31 Mar 2017 06:53:52 +0000 (UTC) (envelope-from jan.sieka@gmail.com) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BBC9C87 for ; Fri, 31 Mar 2017 06:53:52 +0000 (UTC) (envelope-from jan.sieka@gmail.com) Received: by mail-oi0-x234.google.com with SMTP id o67so52184373oib.1 for ; Thu, 30 Mar 2017 23:53:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=5DmBPjoMnWcRxKUWR5qJgvvZ0r7Ni2cFwAL7KbWGMEs=; b=ZBwv4reRbLVGdS8rGcZ/p2HYihBPZCwXlb0/IbQcXvnC/0VnIjZSi8PYm/XbwiZK4T wpB5FtvkfF407eM5OHNMC8VzMUimDv/juyrEy2cvCKpWQ1S5PomeDLBkYWnNlAA+nWlS Tt+o/LYOc7wgbs7yUb4ksXcx00F/RB+5MNLXremfbaNCTRakHE6/uoSYaLwOgjkxj+RP 2he2Rv8Eehs/b43S1IbLM+dkOK4cA6KaAqMTq+hKVGD87ZGcKbVWwd9I1l83l6Ok3JOU PWwNeaPLErMyYP4y47Iw3hMWQKrkwLhOagSLyYuZhMW3QzrJfF77rLJYeuBH1a47FWFE knsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=5DmBPjoMnWcRxKUWR5qJgvvZ0r7Ni2cFwAL7KbWGMEs=; b=bItu8fCCBKND0ESAi9abddP9ZGcgHmS74sDamI5Nc9RoICzsiTTlAEbyZZE3nwwl1d UcdPPIeV1NqfldfdzGqNApvJawCXvO+3jgNkU8PO+ktM6JnNoY2xNfKKJj0Kwg3gGsp2 XguxclNAUK3rwE2qnD6mfMg4zj+Thkp17si9sLhnElTOG+m3L0aVZ5aotK5sflg6GIBn JIsrMZoe3blAjmF9734YYsDJnocXNJCNZLS31uHj71P5zHUA8TV0PPDL1q/mxIrlakUS Y/sAywMYum6yVzP6lr0sOjUYHoj0UolZrFPHN6MSPVaHkEgAaDHBh6DwBhcNUSJQV7VX 4CRg== X-Gm-Message-State: AFeK/H0+WJ3wjuIr9yQ0SIaypEbZ1hm+inHWPOG5Dh7MU3UCg/XfkaWN/NwpnjpBTmwljO73qc4WdvXRuZIBiw== X-Received: by 10.202.181.7 with SMTP id e7mr712357oif.60.1490943231547; Thu, 30 Mar 2017 23:53:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.68.145 with HTTP; Thu, 30 Mar 2017 23:53:51 -0700 (PDT) In-Reply-To: <20170330232907.GA21389@jrl.uk.to> References: <20170330232907.GA21389@jrl.uk.to> From: Jan Sieka Date: Fri, 31 Mar 2017 08:53:51 +0200 Message-ID: Subject: Re: DB-88F6XXX kernel on 88F6281_A0 (GoFlex Net) To: Rasmus Liland , freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 06:53:52 -0000 Hi Rasmus! Where did you get the address 500000? I recall that it must be double checked that this address is correct. Best regards, Jan Sieka 2017-03-31 1:29 GMT+02:00 Rasmus Liland : > Dear arm list, > > I now almost managed to boot the DB-88F6XXX configuration on a > Seagate GoFlex Net (Kirkwood 88F6281_A0), but not past clang > announcement of the first nine dmesg lines before CPU > announcement is being expected. > > Based on sys/arm/mv/kirkwood/kirkwood.c, I am certain this board > is supported. Attached is a log of the kernel being loaded in > u-boot by running standard commands: > > dhcp > tftpboot 500000 kernel.bin > go 500000 > > The kernel was built based on an old 10/stable tree last checked > out August 2016 using this standard procedure from the FreeBSD > Wiki https://wiki.freebsd.org/FreeBSDMarvell: > > make buildworld TARGET_ARCH=arm > make buildkernel TARGET_ARCH=arm KERNCONF=DB-88F6XXX > > I am not sure how to make it past the clang announcement, thus is > it possible for anyone to point me in a fruitful direction? > > /Rasmus > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >