Forum Discussion
Altera_Forum
Honored Contributor
14 years agotexblues,
In my experience, the easiest way to develop on embedded Linux is to setup an NFS share on your host system that is mounted on your development/embedded/target system. In this way, you can then just copy your applications to this directory on your host and run/debug them on your target. Accessing peripherals is another story and it depends more upon what peripheral you're talking about...the effort could be anything from writing your own driver, to using something that is already easily supported in Linux. Regards, slacker