Home › Forums › TinyG › TinyG Support › Settings are lost after reboot TinyG2
- This topic has 7 replies, 3 voices, and was last updated 9 years, 9 months ago by SecondSource.
-
AuthorPosts
-
February 4, 2015 at 1:11 am #7331SecondSourceMember
Hi all, I am running TinyG2 firmware 037.03 on the Arduino Due, with a gShield, driving a Shapeoko 2 with Chilipeppr, and my initial reactions are very positive. Thanks to all developers involved!
One question, are the settings supposed to be retained after a reboot? I am setting x and y velocity and feedrate, which works well, until I unplug the Due’s USB cable and plug it back in, then they have been reset to defaults. Is there some way of setting them permanently?
Thanks for any advice!
February 4, 2015 at 6:12 am #7332cmcgrath5035ModeratorAt the moment G2 firmware does not support ‘persistence’ for parameters.
The Due platform has no native EEPROM. Same issue with tinyGv9 prototype hardware.
The addition of persistence is being worked via an interface to an SD card, v9 has a socket in place, there are several ways to attach SD to a Due.For now, I would suggest you follow the G2 wiki and download the G2 build environment. It was very straightforward on Linux, I have played with release 71.02, but have not run physical machine with it, just ran the GCode thru Chilipeppr.
Last I tried, the Master branch would build 71.02, which is what I have been testing with.
One you get build environment up, I then suggest creating a modified Settings.h for your machine and compile a 71.02 with those settings.
Also keep an eye out on Chilipeppr, I am working on a Backup/Restore widget, motivated by G2, that will help a lot. It should be available within a couple weeks, still chasing some bugs.
February 4, 2015 at 6:25 am #7333cmcgrath5035ModeratorBy the way, when running Chilipeppr with G2 build 71.02, you should use the URL
You can also select this from the TinyG widget drop down menu in CP, which will reload CP at that URL.
When CP connects to tinyG, it sends a string of commands and queries to bring tinyG to a known state. Some elements of the tinyG startup cause issues with G2 build 71.02. Those problematic commands are bypassed when URL?v9=true starts up. CP seems to work, although the root cause of this startup issue is still being investigated.
Also, I would recommend you keep an eye on traffic at
github/Issues is sort of the bug tracking mechanism, but lots of other tid bits pop up.
- This reply was modified 9 years, 9 months ago by cmcgrath5035.
February 5, 2015 at 2:51 pm #7336cmcta82Memberhi,
Im new in the forum but come here from a long time, im particulary interested in this subject because i have the same problem, can i use an sdshield with an microsd card to store the settings?
February 5, 2015 at 7:10 pm #7337cmcgrath5035Moderatorcmcta82 – Probably, once the tinyG fw accommodates this. Still being worked at Synthetos
February 5, 2015 at 7:10 pm #7338cmcgrath5035Moderatorcmcta82 – Probably, once the tinyG fw accommodates this. Still being worked at Synthetos
February 8, 2015 at 5:46 pm #7341SecondSourceMemberThanks for the information and followup cmcgrath5035, much appreciated!
February 8, 2015 at 7:58 pm #7343SecondSourceMemberLink deleted
- This reply was modified 9 years, 9 months ago by SecondSource.
-
AuthorPosts
- You must be logged in to reply to this topic.