Skip to content

Instantly share code, notes, and snippets.

@myoung34
Created November 27, 2012 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myoung34/4152380 to your computer and use it in GitHub Desktop.
Save myoung34/4152380 to your computer and use it in GitHub Desktop.
GTablet NVFlash fix
diff --git a/gtablet.cfg b/gtablet.cfg
index cdc5684..375eda4 100644
--- a/gtablet.cfg
+++ b/gtablet.cfg
@@ -60,12 +60,12 @@ id=6
type=data
allocation_policy=sequential
filesystem_type=basic
-size=4194304
+size=16777216
file_system_attribute=0
partition_attribute=0
allocation_attribute=8
percent_reserved=0
-filename=part6.img
+filename=part7.img
[partition]
name=MSC
@@ -73,12 +73,12 @@ id=7
type=data
allocation_policy=sequential
filesystem_type=yaffs2
-size=16777216
+size=4194304
file_system_attribute=0
partition_attribute=0
allocation_attribute=0x10
percent_reserved=0
-filename=part7.img
+filename=part6.img
[partition]
name=OGO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment