Jimmy Huang
Jimmy Huang
have you tried building native zephyr apps and flash them to both x86 and ARC processors separately, and see if you can get that up? For example, if you build...
You can flash commit dee11f7abd7ea5c6b4c51f10f8c102b548776385 which is prior to the -Os changes and see if you can get ARC working again, if that works, we might need to file bug...
maybe you can find out which component in ashell that's causing it to not boot, so if you edit src/zjs_ashell.json, and start removing individual components like aio, i2c, or sensor...
another thing you can try is the erase the whole flash filesystem on the a101 using ashell in the cmd prompt, to remove any thing on the FS that could...
+1, I ran into the same problem, so yeah, thanks for fixing this.
@grgustaf Yeah, that solution didn't work, in fact, ocf already sets CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=4, and I tried increasing it with no success either, until I turned on promiscuous mode, then it worked,...
@pfalcon I've tried ranges from 4 up to 8, I believe ocf only requires 1 multicast addr for the discovery.
@pfalcon Yeah, feel free to submit those patches, always welcome!
@cuiyanx is this still reproducible?
@kenchris we'll need to get 1 of these BMP280 sensors first, it's on our hardware list.