I try to build the CAN driver for the WP76xx linus dist.
I use the same guide line than the WP8548 (it work good with WP8548) but I meet a problem at this step
I unzip the Legato dist in yocto folder and go inside
run : export LEGATO_BUILD=0
run : make image_bin (finish sucessfull)
run : . ./poky/oe-init-build-env
I go to /yocto/build_bin/
run : bitbake linux-yocto -c kernel_configme -f
I have this message :
ERROR: Nothing PROVIDES 'linux-yocto’
ERROR: linux-yocto was skipped: incompatible with machine swi-mdm9x28 (not in COMPATIBLE_MACHINE)
ERROR: linux-yocto was skipped: incompatible with machine swi-mdm9x28 (not in COMPATIBLE_MACHINE)
ERROR: linux-yocto was skipped: incompatible with machine swi-mdm9x28 (not in COMPATIBLE_MACHINE)
Any idea ?
For the WP8548 I have sucessfully build the linux dist with CAN support for MCP2515.
It work good with IoT CAN board.
Now I have a sample of WP7607-1 for test and my application use CAN bus.
I am using mangoh Green, not red, but that shouldn’t make a diference, should it?
I am using the current mangoh VM and found a mangOH.sdef in /home/mangoh/mangOH. But this file does not include the section you descriped. I also saw that there is a can module in the /home/mangoh/mangOH/linux_kernel_modules.
But anyway: doing it with mangoh is just a nice have. I Don’t want to use the legato framework and I want to be indepentent from a mangoh board. I want to add the kernel module during the yocto build.