Sending data to Linux on EP9301 board

OK, guys, I’ve compiled a program for my EP9301 board from Olimex. Now my question is how do I send it to the Linux kernel running on the chip? I don’t know Linux very well, and the only programs I saw online for doing this (sz/sb/sx) aren’t loaded on my board’s Linux install. I saw that the ‘dd’ utility is installed on my board, and I have seen it mentioned in some internet posts and articles, but I’m not sure if it can do what I want. Any help from the Linux gurus in the group would be much appreciated.

Probably the easiest way is to try and create a shared directory on your host and mount it via NFS.

If you used u-boot (i haven’t used redboot, but it might), you can boot the kernel via tftp and your root filesystem from an nfs mount… makes for very easy round trips.