Forum Discussion
Altera_Forum
Honored Contributor
21 years agoComm w/ Nios II Windows XP & UART
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. ...
Altera_Forum
Honored Contributor
21 years agoEither 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.