Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2016 04:49:01 +0800
From:      Erich Dollansky <erichsfreebsdlist@alogt.com>
To:        Toby <misc.lists@fsck.ch>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Updating the RPI2 firmware
Message-ID:  <20160814044901.00f88819@X220.alogt.com>
In-Reply-To: <57AF7B06.7000806@fsck.ch>
References:  <57AF7B06.7000806@fsck.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Sat, 13 Aug 2016 21:54:46 +0200
Toby <misc.lists@fsck.ch> wrote:

> Hi
> 
> I initially installed my RPI2 model B from an iso image found here:
> 
> ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/11.0/
> (that subdir does not exist anymore after RELENG_11 has been tagged)
> 
> Since then, I updated a few times by building world directly on the
> pi. I however never updated the firmware files (those residing on the
> msdos slice).
> 
> Should I update these as well? If so, where do I find the correct
> versions and how do I update? I did try overwrite with the files from
> the latest image a while ago, but that didn't work, my system didn't
> boot anymore.
> 
> Thanks,
> Toby
> _______________________________________________
> freebsd-arm@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"

I do something like this:

mount -t msdosfs /dev/mmcsd0s1 /boot/dtb
make installkernel
umount /boot/dtb

Erich



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160814044901.00f88819>