Dream never gets old.

고정 헤더 영역

글 제목

메뉴 레이어

Dream never gets old.

메뉴 리스트

  • Home
  • Tag
  • MediaLog
  • LocationLog
  • Guestbook
  • Admin
  • Write
  • 분류 전체보기 (279)
    • [A-01] Expert (0)
    • [B-01] Quad-rotor (13)
    • [C-01] STM32F103RB (17)
    • [C-02] LM3S8962 (6)
    • [C-03] AT91SAM9260 (11)
    • [C-04] ATmega2560 (16)
    • [C-05] STi7105 (20)
    • [C-06] S5PV210 (16)
    • [C-07] STi7108 (1)
    • [C-08] BCM7231 (3)
    • [C-09] BCM7424 (5)
    • [C-10] NEXELL (1)
    • [C-11] Hi3716C (8)
    • [C-12] Exynos 5250 (4)
    • [C-13] Hi3719C (3)
    • [C-14] STM32F373VC (1)
    • [D-01] Linux (82)
    • [D-02] Windows CE (0)
    • [D-03] uC/OS-II (4)
    • [D-04] uCLinux (1)
    • [E-01] Bootloader (2)
    • [F-01] Compiler (0)
    • [G-01] Device (11)
    • [H-01] File System (2)
    • [I-01] Sensor (0)
    • [Z-01] 참고 (52)

검색 레이어

Dream never gets old.

검색 영역

컨텐츠 검색

분류 전체보기

  • [STM32F373] Cortex-M4 개발 환경 설정 (Linux)

    2014.07.22 by eoseontaek

  • [UTIL] OCTAVE (GNU MatLab)

    2014.07.15 by eoseontaek

  • [BCM7425] An wireless script for wpa-supplicant

    2014.02.28 by eoseontaek

  • [BCM7425] cross-compile for wireless tools

    2014.02.24 by eoseontaek

  • [BCM7425] iperf cross-compile

    2014.02.24 by eoseontaek

  • [BCM7425] Ethernet Compliance Test

    2014.02.21 by eoseontaek

  • [Hi3719C] Setting the CPU Frequency

    2014.02.06 by eoseontaek

  • [Hi3719C] DVFS 설정

    2014.02.05 by eoseontaek

[STM32F373] Cortex-M4 개발 환경 설정 (Linux)

Environment : OS : Ubuntu 12.04 64 bitsTarget : STM32373C-EVAL Download GCC ARM Toolchain :Pre-built GNU Toolchain from ARM Cortex-M4 은 다음 사이트에서 다운 받을 수 있다. https://launchpad.net/gcc-arm-embedded $ wget https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q2-update/+download/gcc-arm-none-eabi-4_8-2014q2-20140609-linux.tar.bz2 Download Eclipse :Eclipse는 다음 사이트에서 다운받을 수 있다. http://www.eclipse.org/ ..

[C-14] STM32F373VC 2014. 7. 22. 09:55

[UTIL] OCTAVE (GNU MatLab)

Unbuntu 10.04 64bits에 Octave 설치에 대하여 설명한다. Configuration :$ sudo apt-get install f2c gfortran libblas-dev liblapack-dev$ sudo apt-get install libpcre3-dev libreadline-dev Download :http://www.gnu.org/software/octave/$ wget ftp://ftp.gnu.org/gnu/octave/octave-3.8.1.tar.bz2 Extract & Build :$ tar -xvjf octave-3.8.1.tar.bz2$ cd octave-3.8.1$ ./configure --with-curl --prefix=/home/steo/octave$ make$..

[Z-01] 참고 2014. 7. 15. 14:49

[BCM7425] An wireless script for wpa-supplicant

wpa-supplicant 설정을 좀더 편하게 하기 위한 script를 간단히 만들어 보았다. #!/bin/sh function usage { echo "Usage : wireless.sh [authentication] [ssid] [password]" echo " - authentication : (1)wpa, (2)wep, (3)none" echo " - ssid : AP's SSID" echo " - password : AP's KEY" echo " - example : wireless.sh wpa steo 1234567890"} function reset_dev { echo "->Reset wifi device." iwconfig wlan0 essid "" killall -q udhcpc kill..

[C-09] BCM7424 2014. 2. 28. 11:10

[BCM7425] cross-compile for wireless tools

Makefile : all: libnl openssl ncurses readln wpa_supplicant wireless_tools libnl: cd libnl-3.2.22; \ chmod 755 configure; \ ./configure --prefix=$(TARGET_ROOT)/usr/local --host=mipsel-linux --disable-static; \ make; if [ ! -e "$(TARGET_ROOT)/usr/lib" ]; then \ mkdir $(TARGET_ROOT)/usr/lib; \ fi cp -af ./libnl-3.2.22/lib/.libs/libnl-3.so* $(TARGET_ROOT)/usr/lib/ cp -af ./libnl-3.2.22/lib/.libs/li..

[C-09] BCM7424 2014. 2. 24. 15:26

[BCM7425] iperf cross-compile

Makefileall: iperf iperf: cd iperf-2.0.5; \ chmod 755 configure; \ ./configure --build=i686-linux --host=mipsel-linux; \ make; if [ ! -e "$(TARGET_ROOT)/usr/lib" ]; then \ mkdir $(TARGET_ROOT)/usr/lib; \ fi cp -af ./iperf-2.0.5/src/iperf $(TARGET_ROOT)/usr/bin/ clean: make -C ./iperf-2.0.5 clean

[C-09] BCM7424 2014. 2. 24. 15:24

[BCM7425] Ethernet Compliance Test

Ethernet Compliance Test를 위해 Ethernet PHY 에서 특정 신호를 출력할 수 있게 설정해 주어야 한다.Ethernet PHY(Broadcom B50612E)의 datasheet를 참조한다. testmode.c /* * Test Mode * * The BCM5461 can be placed in one of four transmit test mode by writing bits [15:13] of the 1000BASE-T control register. * The transmit test modes are defined in IEEE802.3ab. When read, these bits return the last value written. For test modes 1, * ..

[C-09] BCM7424 2014. 2. 21. 17:42

[Hi3719C] Setting the CPU Frequency

The current SDK has five default CPU profiles (400 MHz, 600 MHz, 800 MHz, 1000 MHz,and 1200 MHz). To manually set the CPU frequency, disable dynamic CPU frequency and voltage scaling byrunning the following command:$ echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor Then set the CPU frequency by running the following command:$ echo 400000 > /sys/devices/system/cpu/cpu0/cpufr..

[C-13] Hi3719C 2014. 2. 6. 16:15

[Hi3719C] DVFS 설정

DVFS (Dynamic Voltage and Frequency Scaling ) Enable dynamic CPU frequency and voltage scaling$ echo interactive > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governorfile : \device\hisilicon\Hi3719CV100\etc\init.Hi3719CV100.sh Disable dynamic CPU frequency and voltage scaling$ echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

[C-13] Hi3719C 2014. 2. 5. 13:50

추가 정보

인기글

최신글

페이징

이전
1 2 3 4 ··· 35
다음
TISTORY
Dream never gets old. © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바