Re: edgerouter lite

2018-05-06 Thread maya
On Mon, May 07, 2018 at 04:46:41AM +, m...@netbsd.org wrote:
> Attach console cable and ethernet cable.
> On host, configure it to a known IP, e.g. I use
> ifconfig re0 192.168.0.1
> enable tftp via uncommenting the /etc/inetd.conf entry and restarting
> inetd.
> in /tftpboot, place ERLITE INSTALL kernel.
> e.g. /tftpboot/erlite-install
> 
> cu -s 115200 -l /dev/ttyU0
> 
> On u-boot console (not in linux):
> set serverip 192.168.0.1
> set ipaddr 192.168.0.5
> tftp $loadaddr erlite-install
> bootoctlinux
> 
> netbsd should boot fine. ignore the installer.
> In the msdos filesystem, replace vmlinux.64 with a netbsd ERLITE kernel
> (not INSTALL).
> replace the ext4 filesystem with a better root filesysttem for
> netbsd,like FFSv2.
> 
> Configure networking to fetch the sets from the host. Use mips64eb sets.
> ifconfig cnmac0 192.168.0.5
> route add default 192.168.0.1
> 
> scp myhostusername@192.168.0.1:/path/to/sets/*.tgz .
> cd /
cd /targetroot
> for i in *.tgz; do tar xzpf $i; done
cd /targetroot/dev
sh MAKEDEV all
echo "rc_configured=YES" >> /targetroot/etc/rc.conf
Adjust /etc/fstab

> 
> Reboot.
> 
> It works, but some things are not supported as good as e.g. amd64.


Re: edgerouter lite

2018-05-06 Thread maya
Attach console cable and ethernet cable.
On host, configure it to a known IP, e.g. I use
ifconfig re0 192.168.0.1
enable tftp via uncommenting the /etc/inetd.conf entry and restarting
inetd.
in /tftpboot, place ERLITE INSTALL kernel.
e.g. /tftpboot/erlite-install

cu -s 115200 -l /dev/ttyU0

On u-boot console (not in linux):
set serverip 192.168.0.1
set ipaddr 192.168.0.5
tftp $loadaddr erlite-install
bootoctlinux

netbsd should boot fine. ignore the installer.
In the msdos filesystem, replace vmlinux.64 with a netbsd ERLITE kernel
(not INSTALL).
replace the ext4 filesystem with a better root filesysttem for
netbsd,like FFSv2.

Configure networking to fetch the sets from the host. Use mips64eb sets.
ifconfig cnmac0 192.168.0.5
route add default 192.168.0.1

scp myhostusername@192.168.0.1:/path/to/sets/*.tgz .
cd /
for i in *.tgz; do tar xzpf $i; done

Reboot.

It works, but some things are not supported as good as e.g. amd64.


edgerouter lite

2018-05-06 Thread Edgar Pettijohn
I'm curious as to the current state of affairs for the 
edgerouter lite. I saw this:

https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter

However, it is a couple of years old now. I tried to find an
INSTALL.html for it, but have been unsuccessful. Any information
is appreciated.

Thanks,

Edgar


edgerouter lite

2018-05-06 Thread Edgar Pettijohn
Just curious if anyone knows the current state of affairs for the
edgerouter lite. I saw this 
https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter.
Its a couple of years old now though. I found the install media and
what not, but I didn't see an INSTALL.html file.

Thanks,

Edgar