Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow can I go into the "hwselect" window ?
Hi, Everyone When I do the Step3,in which I need to do LinuxHwselect , I cannot make it. Where can i find the right diretory to go into the following screen: --- Please select which CP...
Altera_Forum
Honored Contributor
20 years agoI have done with it porperly!
[oneuser@RJ uClinux-dist-test]$make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc- linux_hwselect SYSPTF=nios_0.ptf u can find a makefile file in dir "uClinux-dist-test",which contains info. like this: ... linux_xconfig: KCONFIG_NOTIMESTAMP=1 $(MAKEARCH_KERNEL) -C $(LINUXDIR) xconfig linux_menuconfig: KCONFIG_NOTIMESTAMP=1 $(MAKEARCH_KERNEL) -C $(LINUXDIR) menuconfig linux_config: KCONFIG_NOTIMESTAMP=1 $(MAKEARCH_KERNEL) -C $(LINUXDIR) config linux_hwselect: KCONFIG_NOTIMESTAMP=1 $(MAKEARCH_KERNEL) -C $(LINUXDIR) hwselect ... I think it will help you understand the command. Note: nios_0.ptf must be in the dir /uClinux-dist-test/linux-2.6.x