okay, here is a programmer (=kernel.py) which communicate to the pkernel
authorBernhard Urban <lewurm@gmx.net>
Mon, 14 Dec 2009 03:25:14 +0000 (04:25 +0100)
committerBernhard Urban <lewurm@gmx.net>
Mon, 14 Dec 2009 03:53:06 +0000 (04:53 +0100)
commit53f7a41d712ea632f433699ad64900fd23d42a89
tree54a0d03e2665e0d514fa82967a99ade7cfdea1a5
parent909b8a72c470bc2b4a3680440bd0bb3b8c4c5a7b
okay, here is a programmer (=kernel.py) which communicate to the pkernel
running on the board. there are some operation done to the flash,
however it isn't correct (nothing happens after a reset)

note: atm you have to program the pkernel with a windows programmer.
note: use simpleprg.mhx to test it. (on larger files it takes *very*
long, due to a built-in debug delay ;))

todo: after pkernel works correctly, we have to reduce the .mhx size.
when the mhx file is small enough we can use the bootrom hack to load it
directly into ram. after that it should be done :)
pkernel/SerialPort_linux.py [new symlink]
pkernel/kernel.py
pkernel/main.c