Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by hippo@Mar 19 2007, 08:45 PM if you jtag uart, then you must have nios2 terminal connected.
note, you can use jtag uart console during development. but if you don't connect a nios2-terminal, the program will hang. so you shouldn't use jtag uart console for standalone or production. you must disable jtag uartconsole then. you still need a console device after disabling jtag uart console, otherwise the init task will exit and panic. you may use nios serial uart as console, or use virtual terminal (actually it can be dummy) as console.
if you use serial uart, you use rs232 cable with hyper-terminal on window, or minicom and kermit on linux.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22351)
--- quote end ---
--- Quote End --- Hi,hippo I following "FlashProgrammer" doc program flash. If you use EPCS flash, find out and change the sof path and epcs base below. Open a Linux shell terminal, (or a Nios2 command shell on Windows) # config the fpga nios2-configure-sof your_system.sof# change to your uClinux image dir cd ~/uClinux-dist/images# Creating .flash file for the FPGA configuration sof2flash --epcs --input=$SOPC_KIT_NIOS2/examples/verilog/niosII_cycloneII_2c35/standard/standard.sof --output=standard.flash# Programming flash with the FPGA configuration nios2-flash-programmer --epcs --base=0x00900800 standard.flash# Creating .flash file for the project elf2flash --epcs --after=standard.flash --input=zImage --output=epcs_controller.flash --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_epcs.srec# Programming flash with the project nios2-flash-programmer --epcs --base=0x00900800 epcs_controller.flash I'm disable Jtag uart and enable serial uart, I use RS232 cable with hyper-terminal on Window. Powerup DE2 board but it has on response. What's problem? NiosQ