Procedure1
ONL is installed in AS5712.
This procedure succeeded.
This ONL is "latest-DEB8-AMD64-installed.installer", and we obtained it from https://opennetlinux.org/binaries.
The ONL version is "ONL-2.0.0", and the kernel version is "3.16.39-OpenNetworkLinux".
Regards,
Watanabe
--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Additional information
The versions of OpenNLS that we are using is "OpenNSL-master.zip(3.4.1.6)".
Other advices, please.
2018年1月11日木曜日 12時52分41秒 UTC+9 Steven Noble:
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
We installed ONL on AS5712 according to the following procedure.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
January 11, 2018 at 9:33 PM
Hi Steven-san.I understood that the installer package do not include the header files.I am sorry, Could you teach us the obtaining method those heder files.
Regards,
Watanabe
2018 年1月11日木曜日 23時22分46秒 UTC+9 Steven Noble:
Hi,We do not include the headers, etc in the installer package as we need the installer to be as small as possible.The available kernel modules on the broadcom github should be for the 3.16.39-OpenNetworkLinux kernel.I will check when I get into the office.
On Jan 11, 2018 12:13 AM, <yoshihiro...@gmail.com> wrote:
Hi Steven.We installed ONL on AS5712 according to the following procedure.
#install_url tftp://IP-address/latest-DEB8-AMD64-installed.installerAfterwards, we tried the build of OpenNSL on the AS5712.
Regards,
Watanabe
2018 年1月11日木曜日 15時08分25秒 UTC+9 Steven Noble:
Are you pointing the build system at the kernel built by onl or using the current system one?
On Jan 10, 2018 10:03 PM, <yoshihiro...@gmail.com> wrote:
Thanks Steven!However, the same error occurred though it executed according to the following procedure.# export LINUX_UAPI_SPLIT=1
# cd /etc/OpenNSL-master/sdk-6.5.10-gpl-modules/systems/bde/linux/user/kernel
# makefatal error: /lib/modules/3.16.39-OpenNetworkLinux/build/include/linux/autoconf.h: No such file or directoryAdditional information
The versions of OpenNLS that we are using is "OpenNSL-master.zip(3.4.1.6)".
Other advices, please.
2018 年1月11日木曜日 12時52分41秒 UTC+9 Steven Noble:
January 11, 2018 at 12:13 AM
Hi Steven.We installed ONL on AS5712 according to the following procedure.
#install_url tftp://IP-address/latest-DEB8-AMD64-installed.installerAfterwards, we tried the build of OpenNSL on the AS5712.Regards,
Watanabe
2018 年1月11日木曜日 15時08分25秒 UTC+9 Steven Noble:
--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
January 10, 2018 at 10:03 PM
Thanks Steven!However, the same error occurred though it executed according to the following procedure.# export LINUX_UAPI_SPLIT=1
# cd /etc/OpenNSL-master/sdk-6.5.10-gpl-modules/systems/bde/linux/user/kernel
# makefatal error: /lib/modules/3.16.39-OpenNetworkLinux/build/include/linux/autoconf.h: No such file or directoryAdditional information
The versions of OpenNLS that we are using is "OpenNSL-master.zip(3.4.1.6)".Other advices, please.
2018年1月11日木曜日 12時52分41秒 UTC+9 Steven Noble:
--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
January 10, 2018 at 5:43 PM
Example for Linux 3.16.39:
I build ONL in a Debian 8 machine, then install ONL on the target. To build SDKs on the target I need the Linux header files. I copy recursively the following folder from the Debian 8 machine [replace /home/devel with the direcotry name where you created the OpenNetworkLinux folder]:
/home/devel/OpenNetworkLinux/REPO/jessie/extracts/onl-kernel-3.16-lts-x86-64-all_amd64/usr/share/onl/packages/amd64/onl-kernel-3.16-lts-x86-64-all/mbuilds/
to the target folder
/lib/modules/3.16.39-OpenNetworkLinux
then rename the folder
/lib/modules/3.16.39-OpenNetworkLinux/mbuilds -> /lib/modules/3.16.39-OpenNetworkLinux/build
--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
#> export KERNDIR=/opt/work/OpenNetworkLinux/packages/base/amd64/kernels/kernel-3.16-lts-x86-64-all/builds/linux-3.16.53
#> cd OpenNSL-master/sdk-6.5.12-gpl-modules/systems/linux/user/x86-smp_generic_64-2_6
#> make
It is working with no error.