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
The RTK Facet mosaic SD card can be accessed as a mass-storage device ("Thumb Drive") over USB. But the SD card needs to be unmounted first.
I believe we should add a dedicated "Config" mode where: normal firmware logging is stopped, and the SD card is unmounted (providing access via USB). On exiting this mode, the card is mounted again and logging continues as normal.
The text was updated successfully, but these errors were encountered:
Both. I think most users will want to use the button and display menu to select this mode. But we could / should also support it from the serial menu. I don't think it conflicts with anything.
You can put it into mass-storage mode manually by:
Connect via USB
Facet mosaic is in Rover mode and logging NMEA to DSK1 by default
Open a web browser, navigate to 192.168.3.1
Note NMEA is being logged at about 140MB/day
Select the Logging tab
Click Unmount and confirm with Unmount
Note that the Internal Disk is not mounted and logging has stopped
On the OLED, the logging icon disappears. The pulse circle is displayed
The SD card pops up as mass-storage. I can copy and delete files
Click Mount
Wait a few seconds
Logging resumes. Logging icon reappears on the OLED
The X5 is so clever, you don't even need to pause the DSK1 logging. It just figures it out itself, and resumes logging again when DSK1 is remounted... Awesome...
You can also do it with commands:
Open Admin \ Expert Control
In the Expert Console, enter emd,DSK1,Unmount
Go back to the Overview tab, note that the Internal Disk is not mounted
On the OLED, the logging icon disappears. The pulse circle is displayed
The SD card pops up as mass-storage. I can copy and delete files
Return to the Expert Console, enter emd,DSK1,Mount
Wait a few seconds
Logging resumes. Logging icon reappears on the OLED
The RTK Facet mosaic SD card can be accessed as a mass-storage device ("Thumb Drive") over USB. But the SD card needs to be unmounted first.
I believe we should add a dedicated "Config" mode where: normal firmware logging is stopped, and the SD card is unmounted (providing access via USB). On exiting this mode, the card is mounted again and logging continues as normal.
The text was updated successfully, but these errors were encountered: