DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Installation and Upgrading

FreeBSD Installation and Upgrading Installing and upgrading FreeBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 29th August 2015
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default how to use gpart commit on ARM V7

Hi,
only FreeBSD-11.0-CURRENT-arm-armv6-RPI2-20150826-r287169.img run !
I use with dd bs=1M if=FreeBSD-11.0-CURRENT-arm-armv6-RPI2-20150826-r287169.img of=/dev/da0, where /dev/da0 is my Micro SDcard with support SDcard USB connected at computer with FreeBSD 10.2.
The system boot but it's stop at this line <use gpart commit 'mmcsd0s2' to save change or 'gpart undo mmcsd0s2' to revert them.>.
I see well there operation do with gpart but i not sure to use the good parametres with gpart.
i try gpart commit da0 >> gpart: Operation not permitted

this is my output !
Code:
root@sta-viper:~ # gpart show da0
=>       63  131071937  da0  MBR  (63G)
         63     102375    1  !12  [active]  (50M)
     102438    1994714    2  freebsd  (974M)
    2097152  128974848       - free -  (62G)

root@sta-viper:~ # gpart commit mmcsd0s2
gpart: arg0 'mmcsd0s2': Invalid argument
root@sta-viper:~ # gpart commit da0
gpart: Operation not permitted
root@sta-viper:~ #

How can i do with gpart ?

Regards
Philippe
Reply With Quote
  #2   (View Single Post)  
Old 4th December 2015
rons's Avatar
rons rons is offline
Snoozing
 
Join Date: Oct 2015
Posts: 69
Default

I posted a message on your second thread concerning this subject:

http://daemonforums.org/showthread.php?t=9348

I note that some of the older FreeBSD images that are lying around various places are using an older u-boot executable that doesn't have the new cmd: bootelf. This is probably true of the August image you reference, but I'm not sure. The kernel is an elf-32, in most cases. The bootelf cmd makes the configuration less complicated (at least I think so). What you could do would be to build your own image, using the latest u-boot executable, or just use an OS image that already has it. The NAS4Free images all use the newer u-boot executable, and there are images for rpi, rpi2, and odroid. I've detailed this more verbosely on your other thread (mentioned above). FWIW, I have no affiliation with that project.

Note also I'm not personally vouching for those image's reliabiltiy or security facets. They seem pretty good, based on only a little usage. "Caveat emptor" always applies with all things, regardless of what project we're talking about.



Regards,
- Ron

Last edited by rons; 4th December 2015 at 07:08 PM.
Reply With Quote
Reply

Tags
ar

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Snapshot Packages Empty - part of commit? IronForge OpenBSD Packages and Ports 3 16th September 2011 10:32 PM
Manual install of FreeBSD 8.0 RELEASE after gpart embeddedbob FreeBSD Installation and Upgrading 1 27th March 2010 04:56 PM


All times are GMT. The time now is 06:26 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick