From owner-freebsd-arm@freebsd.org Fri Nov 13 14:05:59 2015 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 833ACA2E820 for ; Fri, 13 Nov 2015 14:05:59 +0000 (UTC) (envelope-from serge0x76@gmail.com) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (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 3CD301032 for ; Fri, 13 Nov 2015 14:05:59 +0000 (UTC) (envelope-from serge0x76@gmail.com) Received: by qkcl124 with SMTP id l124so48128322qkc.3 for ; Fri, 13 Nov 2015 06:05:58 -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=WqJScD+bZ/SGAuILdA4TY+6XHVkWiOZYAyC6RbIhGis=; b=dhoIfoOO6qA1P+TaK4qBIfHFEZ0i/SQfpSjlxqeKwYXKyZU+7VOrGOhG2jmQzNVUfi PIZwQzm1qKGVysLC/hka8UaHFzHEXbgb0IiF5ZoqrUGH+6VbhZEyr9ar6zX8ZTTcY23N xd4BB9fVSPhN2yqxPohtWo0zgRlgpecmFFs7I26qcyZu6tfBTqzsmS0Uwkv+gd9svWSt TJWzZdKKfelBh3fSYrrR6xOklxvvUxbbm7JGUypX0RBhEXcYKQnbTkTnf7xjrb9nvXuF Q7yC/Fp8x2hFbUcgC71rrz/jTogPYGWafkzAno4IuVBHMEXqC/ohdAlUFU2/yRM+0wl9 2m3Q== MIME-Version: 1.0 X-Received: by 10.140.43.139 with SMTP id e11mr21849347qga.6.1447423558268; Fri, 13 Nov 2015 06:05:58 -0800 (PST) Received: by 10.55.179.2 with HTTP; Fri, 13 Nov 2015 06:05:58 -0800 (PST) Date: Fri, 13 Nov 2015 09:05:58 -0500 Message-ID: Subject: Raspberry Pi Camera? From: Serge Voilokov To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 14:05:59 -0000 I was able to use raspistill to take pictures on RPI-A and r290273.img. However after installing the image I was needed to copy additional firmware (start_x.elf and fixup_x.dat) manually to /boot/msdos since it is absent on the image. So this set works: instructions: https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi%20Camera image: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/11.0/FreeBSD-11.0-CURRENT-arm-armv6-RPI-B-20151102-r290273.img.xz firmware: https://github.com/raspberrypi/firmware/tree/193f600ff3df626a25887134daf8b5841cbfe0e5 userland (freebsd branch): https://github.com/gonzoua/userland/tree/fcbf8a3e028e830174ed1cbedf956464a8d26a68