Forum Discussion
Altera_Forum
Honored Contributor
14 years agoA description of all this is in the Wiki.
In Short: As said, there is no "my Application" but it's "my embedded system" consisting of Hardware, FGPGA design, Bootloader, Linux OS, drivers, gnu tools, configuration files Regarding "Upload", all all this but the FPGA design can be compiled into a single file and burned into a flash (but of course there are many other very scalable possibilities). There are many ways to access peripherals. The decent one is writing a device driver, as in Linux, user land applications are not supposed to (and mostly prohibited from) directly accessing I/O adresses. Before starting "fighting" you should read the Wiki. -Michael