Forum Discussion
Altera_Forum
Honored Contributor
20 years agoDear ZZH
Now I have Porting a APPS into NIOS2 . I thinks i maybe help you . First we should thank the help of hippo . he tell me how to do it . Second you should develop nios2 in the linux ,not Windows IDE . beacuse it will give you the a ramdisk of kerner . how to create the toolchain . you can read the article of HIPPO . i will write a chinese version . I thinks we should use the windowsXP to develop . So many friend and me don't like use the X-Window system in linux . so i suggest you install the Vmware tool .you can install the Fedroa Core 4 in windows . ( i install the VMware Workstation. thirst you can get the next information in the article of HIPPO <div class='quotetop'>QUOTE </div> --- Quote Start --- 11. Add user apps ported to uClinux from uClinux-dist. CODEcd ~/uClinux-dist-test make menuconfig In menuconfig, select Kernel/Library/Defaults Selection ---> [*] Customize Vendor/User Settings (NEW) Then <exit>,<exit>,<yes>. It will enter user apps select, make your selection. It has pre-selected, BOA(httpd), dhcpd, and net-snmp for testing. compile CODEmake subdirs copy apps to ~/rootfs CODEmake romfs cd romfs cp -a bin usr var ~/rootfs[/b] --- Quote End --- Fourth when you have finish create the Tool chain . you can find a directory ,it's name uClinux-dist-test in" ~/". here you can cd to the document of dir you will find a file "Add-User-apps -HOWTO ". Read it . you will find it is easy to port a apps in linux . have you fun !