FEZopen

Very cool

@ tcmichals I don’t see anything there.

I’m working on it … if you need it repost email address

Please update the FEZ Panda links you have here Panda Board download | SourceForge.net

I’m currently have a branch at github https://github.com/tcmichals/elua

To build:
scons board=PANDA-GHI boot=standard prog

This creates a .hex file you can upload via flashmajic detailed in this write up http://wiki.tinyclr.com/index.php?title=Porting_Details

This is work in progress… Still working on adding virtual serial port for USB and CDC Ethernet (Windows/Linux) This way you can use all of the IP stack instead of more virtual serial ports.
At this time it will give you a prompt on COM1 (115200) and a USB virtual port., but not processing data yet.

more to come…

Speaking of the tutorial link. The blinking led sample link is broken there

http://www.tinyclr.com/downloads/Porting/BlinkPandaLED.hex

FYI FreeRTOS support for Panda is at Panda Board download | SourceForge.net
Need to install git and ARM cross compiler CodeSourcery ARM EABI Lite. There are instructions out on the Web for git.

The instructions are little rough, but please use forum to post issues etc. I don’t have Windows instructions, just Linux. The instructions are on the Panda Board download | SourceForge.net

If you want to do this for Windows, install cygwin with all of the development tools installed. This includes git tools. There is a TortoiseGit – Windows Shell Interface to Git this provides a GUI for git on Windows with file changes, very nice tool.

Maybe a Panda II port is coming :wink: