Hello, I got my *old* etherrape-board from the trenches [1]. It is functional with the original etherrape and ethersex firmware, so the board itself is working correctly.
On 02/08/2014 07:52 PM, Matthias Trute wrote: > Hi, > > Jens wrote a TCP/IP stack for amforth (probably the first FOSS > stack written in forth). The code is now in the > trunk/appl/eval-pollin directory. > > The code opens a telnet port with an interpreter just like the > serial one. > > It's still in its early stages but nevertheless does work. Some > (hard) limits apply: The ENC28J60 and an Atmega644 is *required*, > an Ardiuno shield won't work. > > Patches and test feedback is highly welcome. > The pin connections between the controller and the enc28j60 are the same as on the pollin avr-netio board. I didn't check the interrupt line, though, see below. Controller: mine is a atmega644 (not atmega644P), ok? Fuses: HFUSE=0x99 LFUSE=0xe7 EFUSE=0xff ok? I can build AmForth-5.2 for it and it runs. I do get 2 warnings though: /home/ew/Forth/amforth/releases/5.2/core\drivers/usart_common.asm(28): warning: Use of undefined or forward referenced symbol 'XT_NOOP' in .equ/.set /home/ew/Forth/amforth/releases/5.2/core\words/2drop.asm(6): warning: .cseg .db misalignment - padding zero byte Assembly complete, 0 errors, 2 warnings Is version 5.2 good enough? Or is trunk needed? f_crystal = 20 MHz baud = 9600 I get the ok prompt. I can load things like bitnames.frt and marker.frt. I can upload the tcp/ip stack starting with blocks/ip-stack/4th_mod1.frt And yes, I did set a sensible IP address in enc28j60.frt. I assume the netmask to be /24, correct? serial console: +telnet hangs the controller, unfortunately. More precisely +encint hangs or reset-loop-s the controller. So I need to go back to check the connection. see above ... But so far: It could work :-) Thanks for all the hard work to Matthias and Jens! Cheers, Erich [1] http://www.lochraster.org/etherrape/ ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel