2016. 7. 6.

[RaspberryPi] 라즈베리파이 전압 확인하기

vcgencmd

# vcgencmd command

라는 명령어를 입력하면, 사용할 수 있는 옵션들을 알 수 있습니다.

commands="vcos, ap_output_control, ap_output_post_processing, vchi_test_init, vchi_test_exit, pm_set_policy, pm_get_status, pm_show_stats, pm_start_logging, pm_stop_logging, version, commands, set_vll_dir, set_backlight, set_logging, get_lcd_info, arbiter, cache_flush, otp_dump, test_result, codec_enabled, get_camera, get_mem, measure_clock, measure_volts, scaling_kernel, scaling_sharpness, get_hvs_asserts, get_throttled, measure_temp, get_config, hdmi_ntsc_freqs, hdmi_adjust_clock, hdmi_status_show, hvs_update_fields, pwm_speedup, force_audio, hdmi_stream_channels, hdmi_channel_map, display_power, read_ring_osc, memtest, dispmanx_list, get_rsts, schmoo, render_bar, disk_notify, inuse_notify, sus_suspend, sus_status, sus_is_enabled, sus_stop_test_thread, egl_platform_switch, mem_validate, mem_oom, mem_reloc_stats, file, vctest_memmap, vctest_start, vctest_stop, vctest_set, vctest_get"

라즈베리파이의 많은 정보들을 알 수 있습니다. 라즈베리파이를 사용하면서 필요한 정보들을 간단히 알 수 있습니다.

라즈베리파이의 전압 확인하기

root:~# \

를 입력하고 난 뒤에,

for id in core sdram_c sdram_i sdram_p ; do \
    echo -e "$id:\t$(vcgencmd measure_volts $id)" ; \
done

를 입력해 주면 아래같은 화면을 볼 수 있습니다.

core:   volt=1.2000V
sdram_c:    volt=1.2000V
sdram_i:    volt=1.2000V
sdram_p:    volt=1.2250V

라즈베리파이 온도 알아보기

vcgencmd measure_temp

CPU(ARM) 와 GPU 메모리 불할량 확인하기

vcgencmd get_mem arm && vcgencmd get_mem gpu

댓글 없음:

댓글 쓰기