Raspberry 5 PCIe to M.2 NVMe SSD Booting Issue
출처 : https://forums.raspberrypi.com/viewtopic.php?t=363401 I’m having the same exact struggle with three different adapters: 1. Geekworm X1001 V1.1 2. Geekwork X1002 3. MCUzone MPS2242 Rev1.2a I also bought a Pimoroni NVMe…
Raspberry Pi 5 Bookworm에서 고정 IP 변경 방법
https://www.abelectronics.co.uk/kb/article/31/set-a-static-ip-address-on-raspberry-pi-os-bookworm This tutorial details how to set up a static network IP address on the Ethernet or WiFi connection on the Raspberry Pi OS Bookworm image, released October 2023, from…
Nativescript 앱 아이콘 변경 (App Icon)
Nativescript로 앱 개발 시 앱 아이콘은 프로젝트 폴더\App_Resources\Android\src\main\res 아래에 있는 해상도별 아이콘 및 splash 화면 디자인 파일들로 지정되어 있다. Nativescript의 Default 아이콘을 계속 사용할 수는 없으므로 새로운 아이콘을 지정해 주어야…
Nativescript-vue background-http 설치 후 에러가 나는 경우 -(2)
모바일에서 서버로 post방식 upload 를 하기 위해 이것 저것 다양한 모듈들을 사용해 보았으나 binary file인 image 파일 등을 올리기 위해서는 2022년 10월 현재 axios나 background-http와 같은 library를 추가 설치해야 한다.…
Nativescript-vue Build에러가 나는 경우 -(1)
Nativescript-vue Build 에러가 나는 경우는 매우 다양한데 camera 모듈을 추가할 때 어떤걸 해야 할지 몰라 이것 저것 막 추가하다보니 library가 충돌을 일으켰다. Camera 모듈을 추가했는데 WARNING in ../node_modules/nativescript-camera/camera.android.js 20:24-63 Module…