Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by iriver@Apr 11 2006, 08:14 PM was the linux downloaden into ram?
it run on ram.
i do not know why we need upload into flash!
what that means?
thank you!!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14242)
--- quote end ---
--- Quote End --- nios2 linux run on ram, of course. but you have to load the object code of linux to ram and then run it. during development, you can use usb jtag cable to do the download to sdram without writing the flash. the command is "nios2-download -g vmlinux (or zImage)" , it is faster than flash programmer. but you have to download sof with quartusII before nios2-download. when you want to build a product, you need to write your sof and linux to flash (cfi or epcs), so it don't need a jtag cable connected to PC. You should really follow the buildroot guide. if you can read Chinese, you can read the translated, how to run the uClinux in NIOS2 in Chinese by Alex.liu. http://www.icwin.net/showartitle.asp?art_id=8313&cat_id=52 (http://www.icwin.net/showartitle.asp?art_id=8313&cat_id=52)