OpenWRT

OpenWRT 지원 공유기 목록

ASUS TUF Gaming AX6000240,000원https://openwrt.org/toh/asus/tuf-ax6000https://www.coupang.com/vp/products/8040645350 ASUS RT-AX53U84,000원https://openwrt.org/toh/asus/rt-ax53uhttps://www.coupang.com/vp/products/7337823596 TP-LINK Archer AX2350,000원https://openwrt.org/toh/tp-link/archer_ax23_v1https://www.coupang.com/vp/products/6249383460 TP-LINK Archer C5024,000원https://openwrt.org/toh/tp-link/archer-c50https://www.coupang.com/vp/products/3648197 TP-LINK TL-WR940N23,000원https://openwrt.org/toh/tp-link/tl-wr940nhttps://www.coupang.com/vp/products/25229673

OpenWRT 지원 공유기 목록 더 읽기"

ipTIME 공유기 커스텀 펌웨어 플래싱 방법

◎테스트 장비: ipTIME A1004 (Entry Point Address: 0x8000C150) ◎신 이미지: openwrt-18.06.5-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin ◎준비물: HxD Hexa Editor, CRC32 체크섬 (https://emn178.github.io/online-tools/crc32_checksum.html) ※uImage Header /* * Legacy format image header, * all data in network byte order (aka natural aka bigendian). */ typedef struct image_header { uint32_t ih_magic; /* Image Header Magic Number */ uint32_t ih_hcrc; /* Image Header

ipTIME 공유기 커스텀 펌웨어 플래싱 방법 더 읽기"

[ipTime A1004] 공유기 정보

  ■공식 펌웨어 이미지(.bin) 구성 Scan Time: 2019-12-08 21:39:20 Signatures: 193 Target File: a1004_kr_10_072.bin MD5 Checksum: de6963f995259349e8c873640cfb6f10 DECIMAL HEX DESCRIPTION ——————————————————————————————————- 0 0x0 uImage header, header size: 64 bytes, header CRC: 0xA7B947AD, created: Tue Sep 4 15:36:57 2018, image size: 3681097 bytes, Data Address: 0x80000000, Entry Point: 0x8000C150, data CRC: 0xC03DB7A2, OS: Linux, CPU: MIPS,

[ipTime A1004] 공유기 정보 더 읽기"

[WeVO 11AC NAS] CLI에서 펌웨어 플래싱 및 공장초기화

​​​​​​■ 펌웨어 플래싱 1. 사용자 PC에서 scp를 이용하여 펌웨어를 밀어넣는다. rmdir /S /Q %USERPROFILE%\.ssh scp openwrt-18.06.5-ramips-mt7621-11acnas-squashfs-sysupgrade.bin root@192.168.1.1:/tmp 2. OpenWRT CLI(192.168.1.1)에 접속하여 아래 명령으로 펌웨어를 플래싱한다. mtd -r write /tmp/openwrt-18.06.5-ramips-mt7621-11acnas-squashfs-sysupgrade.bin firmware ■ xr_geoip 플래싱 1. 사용자 PC에서 scp를 이용하여 파일을 밀어넣는다. rmdir /S /Q %USERPROFILE%\.ssh scp openwrt_xt_geoip_20191106.tar.gz root@192.168.1.1:/tmp 2. OpenWRT CLI(192.168.1.1)에 접속하여 아래 명령으로 적용한다. rm

[WeVO 11AC NAS] CLI에서 펌웨어 플래싱 및 공장초기화 더 읽기"

[SL-R6804] Image Builder를 사용한 이미지 생성

OpenWRT를 빌드 후 openwrt/bin/targets/ramips/rt305x 디렉토리에 가면 openwrt-imagebuilder-18.06.5-ramips-rt305x.Linux-x86_64.tar.xz가 있으며, 이 빌더를 사용해 패키지를 손쉽게 구성하여 이미지를 생성할 수 있다. ■ 다운로드: http://downloads.openwrt.org/releases/18.06.5/targets/ramips/rt305x/openwrt-imagebuilder-18.06.5-ramips-rt305x.Linux-x86_64.tar.xz ■ 사용방법: https://openwrt.org/docs/guide-user/additional-software/imagebuilder https://openwrt.org/docs/guide-user/additional-software/saving_space make info : 이미지 생성이 가능한 타켓들을 보여준다. make clean : 초기화 make build : 이미지를 생성한다. ■ 예제: make clean make image PROFILE=”rt-g32-b1″ \ EXTRA_IMAGE_NAME=”sl_r6804″ \ PACKAGES=”uhttpd uhttpd-mod-ubus libiwinfo-lua

[SL-R6804] Image Builder를 사용한 이미지 생성 더 읽기"

위로 스크롤