You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Got the following issue while trying to make packages for my Goggles V2 using Docker on Windows
I put the firmware of the version I need in /firmware and ran the command from documentation. Any ideas how to solve?
Thanks in advance.
The output:
I did less testing using a Windows filesystem and command line than I did from inside WSL and using the WSL virtual ext4 filesystem.
I think the issue might be related to trying to create an ext4 file system out of a Windows mount, which confuses things somewhere along the way.
You could:
Try moving moving your input and output folders inside a WSL linux users home directory, rather than the Windows drive and calling docker from WSL
Remove the contents of this if statement here which would result in the upgrade partition image not being created. This isn't necessary strictly speaking, it's only needed so the goggles software knows it's V01.02.0020. You'll also need to delete the appropriate line from the partitions file that's created in the resulting output butter package
Sorry this is kinda yank, but with DJI ceasing to release new firmwares for the old platforms I don't see much of a point in putting effort into polishing these scripts.
Why do you need V01.02.0020 anyway? V01.07.0000 has all the compatibility and no known downsides afaik?
Hello!
Got the following issue while trying to make packages for my Goggles V2 using Docker on Windows
I put the firmware of the version I need in /firmware and ran the command from documentation. Any ideas how to solve?
Thanks in advance.
The output:
The text was updated successfully, but these errors were encountered: