epi-eeprom-update는 라즈베리 4 전용이라니!!! ㅠㅠ
$ sudo rpi-eeprom-update This tool only works with a Raspberry Pi 4 |
2021.05.18 - [embeded/raspberry pi] - rpi usb boot 확인?
+
이야기가 오락가락 해서 모르겠네. 라즈베리 2B가 된다는겨 안된다는겨?
$ echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt |
일단 재부팅 전에는 이렇게 나오는데 바꾸어 주고 리부팅 해도 동일하게 나온다.
$ vcgencmd otp_dump | grep 17: 17:1020000a |
정상적으로 되려면 아래처럼 1에서 3으로 바뀌어야 하는 듯?
$ vcgencmd otp_dump | grep 17: 17:3020000a |
[링크 : https://www.raspberrypi.org/documentation/computers/raspberry-pi.html#raspberry-pi-2b-3a-3b-cm-3-3]
[링크 : https://thepi.io/how-to-boot-your-raspberry-pi-from-a-usb-mass-storage-device/]
+
SD를 이용해서 부팅하고
rootfs만 USB의 sda2를 이용하는 방법. 머 썩 나쁘진 않네?
(해당 방법으로 성공)
[링크 : https://jonathanmh.com/boot-raspberry-pi-from-a-usb-stick/]
+
멀 하든 2B+ v1.2 이상이지 v1.1 은 해당사항이 없네 -_ㅠ
근데 내가 가진게 두개다 v1.1 ㅠㅠ
[링크 : https://www.raspberrypi.org/forums/viewtopic.php?t=246213]
[링크 : https://www.raspberrypi.org/documentation/computers/raspberry-pi.html]
'embeded > raspberry pi' 카테고리의 다른 글
라즈베리 파이 3B+ 겟! (2) | 2021.08.22 |
---|---|
rpi dsi to csi (0) | 2021.08.22 |
rpi pico pwm channel (0) | 2021.08.02 |
rpi wiring pi pwm (0) | 2021.07.31 |
구매물품 도착, SG-90 부품 차이 (0) | 2021.07.30 |