Code Monkey home page Code Monkey logo

Comments (3)

pepe2k avatar pepe2k commented on May 18, 2024

Hello @hryamzik,

make tplink_wr702n

Where did you get that from? My modification doesn't include make command for WR702N model.

Please, try my prebuild image for WR703N from last release: https://github.com/pepe2k/u-boot_mod/releases/tag/2014-11-19

Cheers,
Piotr

from u-boot_mod.

hryamzik avatar hryamzik commented on May 18, 2024

@pepe2k, that's a typo, sorry, I've done this for 703n. 702n is the same router as 703n one. It misses a few smd parts (related to USB) and a USB port and has a smaller ROM. Will give this image a try, but I don't think the issue is related to u-boot itself.

from u-boot_mod.

hryamzik avatar hryamzik commented on May 18, 2024

Ok, got it working. Here's the correct way to reassemble the image:

v=703 sizeorig=4 sizenew=8
dd bs=1 skip=0                         count=$((128*1024))                  if=${v:-702}n.bin of=${v:-702}.orig/uboot.bin
dd bs=1 skip=$((128*1024))             count=$(((sizeorig*1024-64*3)*1024)) if=${v:-702}n.bin of=${v:-702}.orig/firmware.bin
dd bs=1 skip=$(((sizeorig*1024-64)*1024))                                   if=${v:-702}n.bin of=${v:-702}.orig/art.bin

mkdir -vp out
dd bs=1                                               of=out/${v:-702}n${sizenew}m.bin if="$uboot"
dd bs=1 conv=notrunc seek=$((128*1024))               of=out/${v:-702}n${sizenew}m.bin if=${v:-702}.orig/firmware.bin
dd bs=1 conv=notrunc seek=$(((sizenew*1024-64)*1024)) of=out/${v:-702}n${sizenew}m.bin if=${v:-702}.orig/art.bin

from u-boot_mod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.