README: Update with some rare information to NB800

This commit is contained in:
Stefan Eichenberger 2016-07-14 14:12:13 +02:00
parent c6cf90e1f0
commit 7ffdf81102
1 changed files with 100 additions and 88 deletions

14
README
View File

@ -4,10 +4,17 @@ URI: git://git.yoctoproject.org/poky
branch: jethro
revision: HEAD
URI: git://git.openembedded.org/meta-openembedded
branch: jethro
revision: HEAD
layers: meta-python, meta-oe, meta-networking
To get an image that is compatible with the NetModule router, build an nmrouter-image. Set the MACHINE in conf/local.conf to
MACHINE ??= "armada-385-nbhw17-nb2800" and add this layer to conf/bblayers.conf
MACHINE ??= "armada-385-nbhw17-nb2800" or
MACHINE ??= "am335x-nbhw16"
and add this layer to conf/bblayers.conf
NB2800:
While the NetModule router is running under the original software you have to do the following steps:
- Find out what boot partition is currently used:
cat /proc/cmdline
@ -103,5 +110,10 @@ PCIe Slot Reset
The FPGA Base address is at 0xfd000000, to enable for example LED0:red write 0x2 to 0xfd000020:
devmem2 0xfd000020 hw 0x02
NB800:
- To update the software you can do a sw-update.sh -l <rootfs.tar.gz>
- To change the active boot partition do a bd -w boot_part -v <0/1>
- To connect trough a Swisscom SIM do a nbhw16-ctrl -m, check /usr/bin/nbhw16-ctrl for more details and other providers
For questions, send an email to <stefan.eichenberger@netmodule.com>