Problem:
Receiving error code 3150 when attempting to deploy a rauc bundle to a 47xi. This is an Edge synchronization error and results in the logic within the rauc not deploying successfully.
Workaround:
This can occur if there are 2 or more overlays mounted within the users Linux-based Edge environment. To check if there are multiple overlays within the Linux VM, close Eclipse and run the following command in your Linux terminal:
findmnt | grep armv7vet2hf-vfpv4d16-dip-linux-gnueabi
There should be no overlays mounted as Eclipse is not running. If there is an overlay returned, it may be unmounted by navigating to its folder and unmounting it from there.
This can be tested again when Eclipse is running; the following message should be displayed:
Note: It is encouraged that the user closes Eclipse via the 'X' in the top right of the application window, as this will unmount the overlay and help prevent overlay duplications.