Chas, remember this :
how-to-f128/using-content-for-multi-igo-navs-t12994.html ?
@shloimy95
The trick is this:
Put the folders you want (DEM, Building, map, POI, ...) on sd
Assuming the device is WINCE, you could even put the whole content folder on sd
(for Android :
android-discussion-f174/how-install-igo-primo-android-t16295.html?hilit=secondary)
In sys.txt (and assuming you make a folder called "igo8" first ant put the whole content in it:
[folders]
has_secondary_root=
1content= "your path to sd\igo8\content"
Only certain sub folders on sd need more specification like:
maps="..\..\IGO8\content\map"
dem="..\..\IGO8\content\dem"
buildings="..\..\IGO8\content\building"
poi="..\..\IGO8\content\poi"
voice="..\..\IGO8\content\voice"
hope this helps