fluidcanvas_r2pi:tft_boot_splash_and_status_display_guide
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fluidcanvas_r2pi:tft_boot_splash_and_status_display_guide [2026/03/22 19:39] – hyjeong | fluidcanvas_r2pi:tft_boot_splash_and_status_display_guide [2026/03/27 21:40] (current) – [9. 문제 해결] hyjeong | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| - | # TFT Boot Splash & Status Display Guide (Raspbe | + | # TFT Boot Splash & Status Display Guide (Raspberry |
| - | rry Pi) | + | |
| ## 개요 | ## 개요 | ||
| - | 이 문서는 Raspberry Pi에서 부팅 과정에서 다음의 정보를 SPI TFT (/ | + | 이 문서는 Raspberry Pi에서 부팅 과정에서 다음의 정보를 SPI TFT-LCD(/ |
| 1. 부팅 시 splash 이미지 표시 - / | 1. 부팅 시 splash 이미지 표시 - / | ||
| Line 12: | Line 11: | ||
| --- | --- | ||
| - | ## | + | ## 1. 필요한 패키지 설치 |
| - | 1. 필요한 패키지 설치 | + | |
| + | fbi는 이미 설치되어 있다고 가정한다. | ||
| ```bash | ```bash | ||
| Line 23: | Line 22: | ||
| --- | --- | ||
| - | ## 2. Splash 이미지 | + | ## 2. Splash 이미지 |
| [480x320p Splash 이미지]( | [480x320p Splash 이미지]( | ||
| Line 29: | Line 28: | ||
| ```bash | ```bash | ||
| - | ls -l / | + | ls -l / |
| ``` | ``` | ||
| --- | --- | ||
| - | ## 3. Splash | + | ## 3. Splash |
| ```bash | ```bash | ||
| Line 143: | Line 142: | ||
| main() | main() | ||
| ```` | ```` | ||
| + | |||
| + | ```bash | ||
| + | sudo chmod +x ~/ | ||
| + | ``` | ||
| --- | --- | ||
| Line 214: | Line 217: | ||
| journalctl -u tft-splash.service -b | journalctl -u tft-splash.service -b | ||
| systemctl status fluid_ardule.service -b | systemctl status fluid_ardule.service -b | ||
| - | journalctl -u fluid_ardule.service -b | + | journalctl -u fluid_ard |
| + | ule.service -b | ||
| ``` | ``` | ||
| + | --- | ||
| + | ## 서비스를 아예 끄려면(재부팅 후에도 불활성화) | ||
| + | ```` | ||
| + | sudo systemctl stop tft-splash.service | ||
| + | sudo systemctl stop fluid_ardule.service | ||
| + | sudo systemctl disable tft-splash.service | ||
| + | sudo systemctl disable fluid_ardule.service | ||
| + | ```` | ||
| --- | --- | ||
| Line 230: | Line 242: | ||
| ## 핵심 요약 | ## 핵심 요약 | ||
| - | * splash는 fbi로 빠르게 표시 | + | * splash는 fbi로 |
| + | 빠르게 표시 | ||
| * systemd로 자동 실행 | * systemd로 자동 실행 | ||
| * fbi는 항상 덮어쓰기 방식 사용 | * fbi는 항상 덮어쓰기 방식 사용 | ||
fluidcanvas_r2pi/tft_boot_splash_and_status_display_guide.1774175968.txt.gz · Last modified: by hyjeong
