WIFI debugger

Why I decided to start this projectI have been working for more than 10 years on embedded software. I always want to have a tool that can access the target through GDB and collect debug data from the target. Now, I have finally decided to develop it by myself. I put the name called Wifi …

Official OpewnWRT 펌웨어 플래싱 방법

Openwrt 를 빌드이후 SD 카드에 펌웨어를 플래싱 한는 방법입니다. 출처: https://openwrt.org/docs/guide-user/installation/installation_methods/sd_card 펌웨어 파일 생성 위치로 이동 2. 압축해제 3. SD 카드 디바이스 찾기lsblk or dmesg 등의 명명어를 이용하여 플래싱 하려는 sd 카드의 경로를 찾는다. 3. SD card 에 이미지 플래싱

Stm32mp1 Yocto build env 구축

see: https://wiki.st.com/stm32mpu/wiki/PC_prerequisites#Checking_Internet_access 1. stm32mp1 yocto 빌드용 docker image 만들기 2. 도커 이미지 빌드 4. docker compose 3. SSH 연결 you can find the container’s ip address 4. USB(stlink) 설정 4-1 Stm32 programmer 다운로드 4-2 Stm32 programmer 설치 udev 룰 파일들은 반드시 호스트 컴퓨터에 설치 되어야한다. 5. X forwarding

Docker embedded 개발 환경 설정

Embedded 리눅스를 개발 하면서, 우분투 버전업등의 이슈가 발생하면, 크로스 컴파일 환경에 문제가 생기곤 하였으며, 개발이 끝난이후 한참 시간이 흐른후 다시 빌드를 수행할 일이 있스면, 개발 환경 구축에 많은 시간이 들어 도커이미지로 만들어 두기로 하였다. 추후에도 계속 같은 방법을 쓸수 있도록 메뉴얼을 남겨 둔다. 1. SSH 접속용 이미지 생성 * 개발 환경은 Ubuntu 20.04 버전을 사용 …

How to install Docker on Raspberry pi 4(ubuntu)

설치 환경 Ubuntu Groovy 20.10 Ubuntu Focal 20.04 Ubuntu Bionic 18.04 Ubuntu Xenial 16.04 Docker 엔진은 현제 amd64, armhf, 와 arm64 를 지원한다. 오래된 버전 제거 (이전에 설치한 적이 없으면 이단계는 건너 뛴다. 설치 참조 https://docs.docker.com/engine/install/ubuntu/

NanoPi R4s WIFI test

Nano pi r4s 를 구매하면 friendlywrt(OpenWRT) 를 설치 할수있다. NanoPi R4s 는 기본적으로 wifi 모듈이 빌트인 되어 있지않아 무선 공유기로 사용하련면 USB wifi adapter 를 구매하여 장착하여야한다. Test USB adapter AC600 USB wifi (RTL8812AU) N/AC 모두 AP 모두 정상 작동하며, 80 Mhz 로 설정시 최대 150 mbps 까지 사용가능하다.* AP 모드 설정시 반드시 채널 설정을 …