From owner-freebsd-arm@freebsd.org Tue Feb 28 02:20:43 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 C9AE7CEF895 for ; Tue, 28 Feb 2017 02:20:43 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qk0-x235.google.com (mail-qk0-x235.google.com [IPv6:2607:f8b0:400d:c09::235]) (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 90315903 for ; Tue, 28 Feb 2017 02:20:43 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qk0-x235.google.com with SMTP id n186so51126272qkb.3 for ; Mon, 27 Feb 2017 18:20:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=/bHnJJr0Wu7RxhH6+/I2iWyDlILHoyKU07uHMnkMXQk=; b=IuV7xNYNoBFC1n448gO4DAq8GMnsGk6fKyVrZCpGArZvTYFnbq1449d9SxrH9/p+wS QIL5nnrrjlsdTSnqRJ2EePBoPwAiuQh32qrxgdfxopFs5PgGqJrNbc61a5GKkfqFihcK BX47P+Od9QMduE4cBQ6OXRU2K9FWW89LkIDws= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=/bHnJJr0Wu7RxhH6+/I2iWyDlILHoyKU07uHMnkMXQk=; b=mgx1DK8IqwoL0QosSWxnuzUF3VRSDR0oZl4XT7aIw1LvriRWtDXstyzTDRA+NfNgbm Aa0iohs34Vb5ZOTFdlYyzIxqOXT3F6R0GOUpjjI1TUb4ma/9DeqjrBGXYVr8WqehDgDx 7afVb2f22S5ZcEnzetG4lt4XCUdaIBqA71wKSRM6kIZp0CqFH3agb74rBaooQ5ZrkvvY aT5wODpY4rdLLBKxLOSpLwh3DltjYIRqm6VXfvBxO/G7fiogiwIiPFWwlZfhmkGX2Bcg mTVUIWRCp13AglWcaE9SJRjJ6xMaRwtfZwb0szyRk18PrMxztl+ULKE3TVPtCdx6UHhs 2cxA== X-Gm-Message-State: AMke39lbQChseYTtljYhPE/vojZ7glZI10oQn6P1E3JShdhB9OGb/2Ri79C41YD1/DuwUQ== X-Received: by 10.200.36.207 with SMTP id t15mr20429216qtt.84.1488248442223; Mon, 27 Feb 2017 18:20:42 -0800 (PST) Received: from [192.168.0.11] ([186.236.217.98]) by smtp.googlemail.com with ESMTPSA id r57sm169317qtr.27.2017.02.27.18.20.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Feb 2017 18:20:41 -0800 (PST) To: "freebsd-arm@freebsd.org" From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: mmcsd1 read only on BBB Message-ID: Date: Mon, 27 Feb 2017 23:20:21 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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: Tue, 28 Feb 2017 02:20:43 -0000 Dears I'm following the BBB wiki to make Beaglebone black t always boot from the Micro-SD (https://wiki.freebsd.org/FreeBSD/arm/BeagleBoneBlack). But, the command "gpart unset -a active -i 1 mmcsd1" is returning "gpart: Read-only file system". Someone can give me a hint to fix it? (FreeBSD 12.0-CURRENT #1 r312852M) Thanks a lot. []'s -OtacĂ­lio