bpi# cat /boot/uEnv.txt
bootargs=root=wd0a
aload_script=fatload mmc 0 0x43000000 bananapi/script.bin;
aload_kernel=fatload mmc 0 0x48000000 netbsd.ub; bootm 0x48000000;
uenvcmd=run aload_script aload_kernel
bpi# cat /etc/fstab
# See /usr/share/examples/fstab/ for more examples.
/dev/wd0a / ffs rw 1 1
/dev/wd0b none swap sw 0 0
/dev/ld0e /boot msdos rw 1 1
kernfs /kern kernfs rw
ptyfs /dev/pts ptyfs rw
procfs /proc procfs rw
tmpfs /tmp tmpfs rw,-m=1777
tmpfs /var/shm tmpfs rw,-m1777,-sram%25
bpi#
Also, when sysinst was downloading the tarballs I noticed the TX LED didn't
blink. In fact I haven't seen it blink at all whilst I've been running
NetBSD on my BPi. Is this a known bug? It works fine under Linux.
No-one has added the code, I guess.
Can we expect power off for the BPi to be implemented too, maybe for 7.1?
Does the BPI support this?