Hello Erich, Thanks for the explanation. This is clear for me. But I have now a turnkey running.
When I will connect with forth I get this : Last login: Tue Feb 26 08:20:09 on ttys000 MacBook-Pro-van-Jan-316:~ jankromhout$ cd /Users/jankromhout/Documents/amforth-6.7/tools MacBook-Pro-van-Jan-316:tools jankromhout$ ./amforth-shell.py -p /dev/tty.usbmodem1411 -s 38400 -i --rtscts |I=appl_defs: 0 loaded |I=Entering amforth interactive interpreter |E=Input character not echoed. MacBook-Pro-van-Jan-316:tools jankromhout$ To get contact with forth I need to flash again. Is that the normal way? Cheers, Jan Op 25 feb. 2019, om 21:36 heeft Erich Wälde <ew.fo...@nassur.net<mailto:ew.fo...@nassur.net>> het volgende geschreven: Hello Jan, Jan Kromhout writes: I have create a turnkey project, how can I remove the turnkey so it will not start at start-up? :-) Well, let's see. How did you "register" the turnkey application? forth> ' my-turnkey to turnkey maybe with "is" instead of "to". So the question reduces to: What is the number that was in the deferred word before? You could have checked with forth> turnkey defer@ . but probably you didn't. Well, we all have been there :-) Fortunately it is not difficult to find the default. It resides in words/applturnkey.asm in your project (cloned from appl/template) and is called "applturnkey". So forth> ' applturnkey to turnkey should get you there. Hope this helps. Cheers, Erich -- May the Forth be with you ... _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net<mailto:Amforth-devel@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/amforth-devel _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel