라이베리파이4 모델B가 출시되었네요~ 램에 따라 가격이 1GB $35, 2GB $45, 4GB $55 이네요~ 특징이 전 모델에 비해 성능이 3배 가까이 향상, 램은 1GB ~ 4GB, USB3.0 지원이네요~ A 1.5GHz quad-core 64-bit ARM Cortex-A72 CPU (~3× performance) 1GB, 2GB, or 4GB of LPDDR4 SDRAM Full-throughput Gigabit Ethernet Dual-band 802.11ac wireless networking Bluetooth 5.0 Two USB 3.0 and two USB 2.0 ports Dual monitor support, at…
카테고리: 라즈베리파이
[라즈베리파이] CentOS Under-voltage detected! 메시지
라즈베리파이에 CentOS 를 설치하고 콘솔창에서 아래와 같은 메시지가 반복적으로 출력이 되더군요~ Under-voltage detected! (0x00050005) Voltage normalised (0x00000000) rpi_firmware_get_throttled: 3 callbacks suppressed ▶ 방법1 /boot/cmdline.txt 파일에 loglevel=1 을 추가하는 방법입니다.console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p3 rootfstype=ext4 elevator=deadline rootwait loglevel=1 ▶ 방법2 현재만 안보이게 하려면 “dmesg –console-off” 명령어를 실행합니다.재부팅 되더라도 안보이게 하려면# echo “dmesg –console-off” >> /etc/rc.local # chmod 744 /etc/rc.local # reboot 위의 내용 처럼…