aboutsummaryrefslogtreecommitdiff
path: root/package/boot/uboot-mediatek/patches/445-add-cudy_tr3000-v1.patch
Commit message (Collapse)AuthorAge
* uboot-mediatek: update patch for Cudy TR3000-v1 and SNR SNR-CPE-AX2Tianling Shen2025-06-03
| | | | | | | | | Update the reference to gpio props. Fixes: 2a32d215ba47 ("uboot-mediatek: bump to v2025.04") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/18988 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mediatek: add ubootmod layout for cudy tr3000 v1Tianling Shen2025-05-27
This allows us to use the full size of nand, which increases ubi size from 64M to 122.25M. If you are at factory firmware, please refer commit 63b8d98dd0d2 ("mediatek: add support for Cudy TR3000 v1") to boot into OpenWrt initramfs (stock layout). Flash instructions: 1. Login into the device and backup everything, especially 'Factory' part. 1. Unlock mtd partitions: apk update && apk add kmod-mtd-rw insmod mtd-rw i_want_a_brick=1 3. Write new BL2 and FIP mtd write openwrt-mediatek-filogic-cudy_tr3000-v1-ubootmod-preloader.bin BL2 mtd write openwrt-mediatek-filogic-cudy_tr3000-v1-ubootmod-bl31-uboot.fip FIP 4. Set static IP on your PC: IP 192.168.1.254/24, GW 192.168.1.1 5. Serve OpenWrt initramfs image using TFTP server. 6. Cut off the power and re-engage, wait for TFTP recovery to complete. 7. After OpenWrt has booted, perform sysupgrade. Tested-by: Yangyu Chen <cyy@cyyself.name> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>