im trying to port openwrt to a new asus router. while reading current existed code, i found that i have cferam.000 (maybe also image_ident & image_version file) file missing. i know they are located at /bootfs , but they may contains some device independent info (mac address & serial number & settings i guess). and i also flashed asuswrt merlin before, which may make these file unoriginal.
so, can i get these file from official firmware release? i tried unpack the trx firmware file. but i found only rootfs and kernel in it. seems like these file i need are not included
@rmilecki i saw you contributed these file for ac5300. can you tell me where did you get it? thanks
nevermind. after a binwalk, i realized that the .w is just a image with jffs2 + ubifs . which can be extract easily. i was thought it is a proprietary format previously
hi.
im trying to port openwrt to a new asus router. while reading current existed code, i found that i have
cferam.000
(maybe alsoimage_ident
&image_version
file) file missing. i know they are located at /bootfs , but they may contains some device independent info (mac address & serial number & settings i guess). and i also flashed asuswrt merlin before, which may make these file unoriginal.so, can i get these file from official firmware release? i tried unpack the trx firmware file. but i found only rootfs and kernel in it. seems like these file i need are not included
@rmilecki i saw you contributed these file for ac5300. can you tell me where did you get it? thanks