From owner-freebsd-arm@freebsd.org Sat Dec 16 16:04:02 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 A0F8EE86F6C for ; Sat, 16 Dec 2017 16:04:02 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AEA6695D4 for ; Sat, 16 Dec 2017 16:04:01 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from [84.237.50.47] (helo=regency.nsu.ru) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1eQEHr-0006Ja-8N for freebsd-arm@freebsd.org; Sat, 16 Dec 2017 22:22:03 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id vBGFWUOm075770 for ; Sat, 16 Dec 2017 21:32:31 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id vBGFWPJJ075711 for freebsd-arm@freebsd.org; Sat, 16 Dec 2017 22:32:25 +0700 (+07) (envelope-from danfe) Date: Sat, 16 Dec 2017 22:32:25 +0700 From: Alexey Dokuchaev To: freebsd-arm@freebsd.org Subject: How to use our stock armv7-RPI2 images with QEMU? Message-ID: <20171216153225.GA74471@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, whitelist X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2017 16:04:02 -0000 Hi there, I've noticed (per qemu-system-arm -machine help) that it claims to support Raspberry Pi 2 (raspi2), so I wanted to boot one of our stock armv7-RPI2 images, but did not find recipe at https://wiki.freebsd.org/QemuRecipes, and my FreeBSD/arm knowledge is lacking. Basically I look for a fast way to setup arm6/7 VM to do some ports work. Could someone give me a hand here, and possibly update that wiki page? (It covers arm64, but not arm). Thanks, ./danfe