NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: build.sh install to a remote machine with sshfs
> On Oct 9, 2024, at 2:18 AM, Dr. Nicola Mingotti <nmingotti%gmail.com@localhost> wrote:
>
> I am trying to install CURRENT on a BeagleBone Black.
>
> The new kernel is already in the BBB and it is booting.
>
> What i am doing is this:
> ----
> # netb1 is a NetBSD-10.0 amd64, it is a vm
>
> p@netb1> doas mkdir /mnt/pulce5
> p@netb1> doas sshfs root@172.16.3.135:/ /mnt/pulce5/
> p@netb1> doas ./build.sh -O ../../arch/earmv7hf/ -U -m evbarm -a
> earmv7hf install=/mnt/pulce5
I am not at all sure about sshfs, but have installed NetBSD on the BBB many times.
I always do it by cross-building a release and either using dd directly onto the uSD card or copying the tarballs over the network.
It sounds like you are installing -current on top of a running system. Are you trying to replace the whole thing or just parts of it? If the former, I suggest just copying a bootable image file created by the release build or downloaded from armbsd.org <http://armbsd.org/> onto the uSD card.
Cheers,
Brook
Home |
Main Index |
Thread Index |
Old Index