728x90 Research245 Makefile 알아두어야 할 사항 target: dependancy command command 위와 같이 으로 구분되어 있으면 command가 실행될때 마다 다른 쉘이 떠서 수행됨. 따라서, 같은 쉘에서 동작시키기 위해서는 ";"로 구분해서 한줄로 써야 함. @로 시작하면 화면에 명령자체를 에코하지 않는다. 기본적으로 command의 리턴값이 0이어야 다음 command가 수행되지만, '-' 로 시작하는 command는 리턴값을 무시하고 다음 command가 실행됨. 2009. 12. 24. CFE setenv CFE> setenv -p nfsboot 'setenv -p STARTUP "boot -z -elf flash0.kernel: root=/dev /nfs nfsroot=$ROOT_IPADDR:$ROOT_PATH ip$NET_IPADDR:$ROOT_IPADDR:$NET_GATEWAY:$NE T_NETMASK:bcm:: rw mem=LSIZE console=ttyS0,115200"' *** command status = 0 CFE> $nfsboot *** command status = 0 CFE> printenv Variable Name Value -------------------- -------------------------------------------------- BOOT_CONSOLE uart0.. 2009. 12. 22. uclinux-rootfs kernel build # make -f build.mk vmlinuz-7335b0-smp 2009. 12. 17. 단축키 만들기 http://www.howtogeek.com/howto/ubuntu/assign-custom-shortcut-keys-on-ubuntu-linux/ Ubuntu includes a very limited shortcut key configuration utility which doesn’t allow you to assign hotkeys to your own applications or scripts. To get around this limitation, we can use the built-in gconf-editor utility to assign them ourselves. First you’ll want to load up gconf-editor by typing it into the Alt+.. 2009. 12. 15. 이전 1 ··· 15 16 17 18 19 20 21 ··· 62 다음 728x90