From owner-freebsd-arm@FreeBSD.ORG Mon Dec 29 14:35:05 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E980330 for ; Mon, 29 Dec 2014 14:35:05 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC5922A95 for ; Mon, 29 Dec 2014 14:35:04 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id z20so550779igj.4 for ; Mon, 29 Dec 2014 06:35:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OlyyN9w/I0JoYyNWlrjAY5++dBrRMceiB2G/FYfRIA0=; b=WXA3b9je6zh8JngONw+aKu5Dck3EWttQ6uUf3Ai3gOHgbHbpZIkI1rlDYbMxqCX0fp e7kLxsBdPc3mW/LdZkaCnOKNgT8h50Rh+r/CULFRE/WJL0RTFt+RWMcRuf7sF65jQ4Wg ApQGZihH24udzRKh59sjDQMcijpvtdIp/5UsxBl8tyX8dRywU9x9cZoiIF+Kd0wg4bUU QM7X/z3O0viGnHY33IEvJAEJjZJMQucLpgYmOltTO3m5Yuu0MC/y0Zse7E7Mk181yRlc dxp3WKtNBfCNGSMBvFpESKEHraLdJMlZNBP6ezx7WFzgXaMVWEt1Y6P0FsWlN/JqoKmq hN5A== MIME-Version: 1.0 X-Received: by 10.43.137.131 with SMTP id io3mr42797570icc.69.1419863704211; Mon, 29 Dec 2014 06:35:04 -0800 (PST) Received: by 10.107.136.83 with HTTP; Mon, 29 Dec 2014 06:35:04 -0800 (PST) Date: Mon, 29 Dec 2014 15:35:04 +0100 Message-ID: Subject: FreeBSD 11-CURRENT image does not boot on the Raspberry PI B From: Sven Kerschbaum To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 14:35:05 -0000 Hi all, I downloaded the latest FreeBSD snapshot image for the Raspberry PI B model (FreeBSD-11.0-CURRENT-arm-armv6-RPI-B-20141222-r276066.img) from the official FreeBSD ftp. I copied the image to the SD card using the program Disk Image Writer on Ubuntu. After plugging in the SD card to the RPI and switching it on, the FreeBSD kernel gets not loaded. The last message on the monitor is always: kernel entry at 0x100100... kernel args: (null) Using an FreeBSD 10 image instead works fine. Does anybody experience the same issue? Does anybody have an idea what I did wrong? Thank you all! Best regards, Sven