- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm just curious about the boot process of uClinux on my NIOSII board. I'm downloading the zImage over the NIOSII command shell: nios2-download -g What is the relation between the bootloader and the zImage file and whats with the -g parameter in the command? Would like to explain this part in my documentation and would appreciate if somebody could give some comments. Thanks again, RomanLink Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-g just says nios2-download to start the CPU after the download. If you omit -g, nios2-download will load the elf file in memory, but leave the CPU in a paused state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- whats with the -g parameter in the command? --- Quote End --- nios2-download --help -Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thx for replies.
So where is the zImage file stored when I'm downloading with this methode to the board? Roman- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The elf file itself contains the address at which the data should be uploaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks a lot

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page