Opened 3 years ago
Closed 3 years ago
#1510 closed (fixed)
RT-N13U, build too big
| Reported by: | LOM | Owned by: | |
|---|---|---|---|
| Keywords: | Cc: |
Description (last modified by LOM)
The builds for Asus RT-13NU has always been too big for the flash, ~32Kb too big in the past and latest build has grown with some additional 10Kb.
Max allowed size is 0x3A0000 because:
0x00000000-0x00030000 : "uboot" 0x00030000-0x00040000 : "uboot-config" 0x00040000-0x00050000 : "factory-defaults" 0x00050000-0x003f0000 : "linux" 0x00132000-0x003f0000 : "rootfs" 0x003f0000-0x00400000 : "nvram"
The 3 first partitions are mandatory, the tftp client in the U-Boot will store an uploaded file at offset 0x50000 from flash start (confirmed with the GPL source) so I can only assume that Asus firmware will do the same. The Asus firmwae is about the same size as dd-wrt but they don't have an nvram partition in end of flash.
The RT-N13U users has been waiting 5 month now for a working dd-wrt image. See also ticket #1440
Change History (5)
comment:1 Changed 3 years ago by LOM
- Description modified (diff)
comment:2 Changed 3 years ago by LOM
- Description modified (diff)
comment:3 Changed 3 years ago by LOM
- Description modified (diff)
comment:4 Changed 3 years ago by kalpik
comment:5 Changed 3 years ago by LOM
- Resolution set to fixed
- Status changed from new to closed
fixed in r14594
Note: See
TracTickets for help on using
tickets.

Seems like this ticket will go un-noticed too!