--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/gG0MQ3DzRSk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/cf46bdc4-8057-4fa1-bf46-6e0eb21f2cdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Dr Hunter,when you say "The only change you should need is to the device tree file to match BBGW use of mmc3"do you mean BBBW instead of BBBGW? or if i get you correctly, we should create a new patch based on the BBGW device tree but just change the mmc2 to mmc3?thanksOn Fri, Mar 3, 2017 at 12:05 AM, Iain Hunter <drhun...@gmail.com> wrote:Hi Nicolas,I'm assuming you are looking at http://processors.wiki.ti.com/index.php/Add-wilink8-to-processor-sdk-3.0 for instructions to build R8.7 on top of TI Processor SDK 3.0.The simple answer is that there is no BBB_PLATFORM for BBBW support on this page as the BBBW was not available at the time it was written.The only change you should need is to the device tree file to match BBGW use of mmc3 (in device tree, mmc2 in hardware) and gpios. Simply generate a patch and apply within a new BBB_PLATFORM option.I do not have a BBBW to validate any changes to the device tree file. Looking at latest beagle bone debian build you can find the device tree it uses at https://github.com/RobertCNelson/bb-kernel/blob/am33x-v4.9/patches/soc/ti/bbbw/0001-ARM-dts-add-am335x-boneblack-wireless.dtb.patchHope that helps a little,IainOn 2 March 2017 at 06:49, Nicholas Wong <nichola...@hotmail.com> wrote:Hi Iain,
I'm Nicholas, a colleague of Benjamin. May I ask if I'm building the SDK for BeagleBone Black Wireless, which BBB_PLATFORM should I build for when I run build_wilink.sh?
Is it 2 (EVM)? I don't see an option for BBGW in the Manual.
Please advise. Thanks.
Regards,
Nicholas
On 1 Mar 2017, 5:22 PM +0800, drhun...@gmail.com, wrote:
Hi Benjamin,
First some background before we go into the details.
There are two types of wilink8 driver deliveries
- TI driver release. R8.7 is the latest. This is the full feature driver release that includes all features including mesh. It is built via the build script at the link you mentioned. It uses backports to build the driver source (in a 4.4.8 kernel) against your kernel.
- mainline (K4.1 and above). This is a subset of the TI driver release including the standard features accepted by the community as non-proprietary. Mesh comes into this category which is why you don't see it. The mainline driver was mostly R8.6 - the full list of differences between mainline and R8.6 is at processors.wiki.ti.com/index.php/WiLink8_Release_Notes/R8.6#Change_log_from_mainline_versions . I'm not sure if there is any plan to push mesh to mainline.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
Hi Jose,
I’ve never used the build script with compat/backports on a 4.4 kernel. Only suggestion I can make is to work out what the actual build error is. Ie why is there a problem here
/home/sensorfield/wl8-build/build-utilites/src/compat_wireless/compat/backport-4.4.c: In function ‘backport_tso_build_hdr’:
/home/sensorfield/wl8-build/build-utilites/src/compat_wireless/compat/backport-4.4.c:103:6: error: dereferencing pointer to incomplete type
It may be a change that occurred at some point in 4.4.x that the backports you are using is not providing a solution for.
Iain
Sent from Mail for Windows 10
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/26bb4c85-6c8d-40f6-8dc7-b9de5b5bd465%40googlegroups.com.