Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12599 Discussions

Comm w/ Nios II Windows XP & UART

Altera_Forum
Honored Contributor II
1,078 Views

Hi, 

 

Does anyone have any examples of comm code that can run on Nios II and a Windows XP machine? Code allows user to select file on Windows XP and load to designated memory in Nios II space. 

 

I am trying to update some RGB images on a custom Cyclone board. I only have a UART as a comm channel.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
285 Views

Either of the boot monitors u-boot or redboot will do this. With u-boot you can do a 'loadb 0x100000' on the target and then do a 'send file' in hyperterm to download a binary file. Once the file is downloaded you can burn it to flash. The individual steps can be automated.

0 Kudos
Altera_Forum
Honored Contributor II
285 Views

Thanks for your input. 

 

I will look into u-boot. 

 

-Ray
0 Kudos
Reply