Search in Pinguino World !!

Sunday, November 22, 2009

JAL with Pinguino

I discovered JAL and tried to make it usable with Pinguino bootloader. It's done !!
How to do this ?

Upgrade your pinguino with bootloader 2.12
Create your program and compile it with JAL ( i use piklab to do this ),
Convert your program with our jal2pinguino converter: ./jal2pinguino.py jalprog.hex pingprog.hex
Upload your program with VascoBoot.py

Add the option -loader18 8224 -no-fuse to the JAL command line.

links:
pinguino bootloader 2.12
JAL
JALLIB and JALLIB group
jal2pinguino converter written with python
vascoboot uploader written with python

The next Pinguino version will both support Arduino langage and JAL.

Thanks to Vasile, Sébastien Lelong and Albert Faber from the jallib group.

2 comments:

Vasile Guta-Ciucur said...

Thank you for your work Jean-Piere!

Vasi

Vasile Guta-Ciucur said...

This is an advantage because extends the library of Pinguino and JAL compiler produce a small and optimized code.

So, give it a try :)