Mt3000 - trying to install rc - firmware not compatible

I tried to build by own mediatek/filogic:

image

I added a few kernel mods (tcp cong's) and did a make -j(nproc)

(spongebob) "3 Hours Later.."

ls -al bin/targets/mediatek/filogic/

was populated..

I grabbed the initramfs-kernel.bin and squashfs-sysupgrade.bin files.. put my device into uboot.. uploaded my builds.. and it didn't work..

I grabbed the ginet uboot 4.6.6-op24 rebooted into uboot.. and of course the flash worked..

I went to the firmware-selector site, picked my mt3000 downloaded the initramfs-kernel.bin.. put the device into uboot.. uploaded the prebuits.. and they uploaded and flashed (or so it seemed).. but when the device rebooted..

I was still on the 4.6.6-op24 build..

Other than 'of course'.. what did I miss or do incorrectly?

Thank you in advance..

[I] @void-d51d87 ~/openwrt ((v24.10.0-rc5))> ls -al  bin/targets/mediatek/filogic/
total 17908
drwxr-xr-x 3      4096 Jan  6 08:29 ./
drwxr-xr-x 3        21 Jan  6 07:55 ../
-rw-r--r-- 1       115 Jan  6 08:25 config.buildinfo
-rw-r--r-- 1       395 Jan  6 08:25 feeds.buildinfo
-rw-r--r-- 1    210365 Jan  6 08:26 mt7981-ram-ddr3-bl2.bin
-rw-r--r-- 1    210365 Jan  6 08:26 mt7981-ram-ddr4-bl2.bin
-rw-r--r-- 1    189656 Jan  6 08:26 mt7986-ram-ddr3-bl2.bin
-rw-r--r-- 1    189656 Jan  6 08:26 mt7986-ram-ddr4-bl2.bin
-rw-r--r-- 1    239053 Jan  6 08:26 mt7988-ram-comb-bl2.bin
-rw-r--r-- 1   8474720 Jan  6 08:28 openwrt-mediatek-filogic-glinet_gl-mt3000-initramfs-kernel.bin
-rw-r--r-- 1   8766322 Jan  6 08:28 openwrt-mediatek-filogic-glinet_gl-mt3000-squashfs-sysupgrade.bin
-rw-r--r-- 1      4018 Jan  6 08:28 openwrt-mediatek-filogic-glinet_gl-mt3000.manifest
drwxr-xr-x 3      8192 Jan  6 08:28 packages/
-rw-r--r-- 1      1599 Jan  6 08:29 profiles.json
-rw-r--r-- 1      1157 Jan  6 08:29 sha256sums
-rw-r--r-- 1        18 Jan  6 08:25 version.buildinfo

You should install the openwrt-mediatek-filogic-glinet_gl-mt3000-squashfs-sysupgrade.bin file since initramfs images boot OpenWRT from RAM and will be lost after a reboot of the device.

1 Like

hmm..

(not arguing)

the firmware selector gave me the initramfs-kernel.bin.. and I'm using that in the uboot (192.168.1.1) of the device..

using the squashfs-sysupgrade.bin at the uboot (192.168.1.1) the one I built gets to 5% then stalls..

(thank you in advance.)

Have you tried flashing a regular snapshot, one build by the buildbot?

For example this one: https://downloads.openwrt.org/snapshots//targets/mediatek/filogic/openwrt-mediatek-filogic-glinet_gl-mt3000-squashfs-sysupgrade.bin

Sorry this wasn't clear..

I grabbed the initramfs-kernel.bin and squashfs-sysupgrade.bin files.. put my device into uboot.. uploaded my builds.. and it didn't work..

I grabbed the ginet uboot 4.6.6-op24 rebooted into uboot.. and of course the flash worked..

I went to the firmware-selector site, picked my mt3000 downloaded the initramfs-kernel.bin.. put the device into uboot.. uploaded the prebuits.. and they uploaded and flashed (or so it seemed).. but when the device rebooted..

I did not grab the sysupgrade from the firmware-selector site..

I will try that.

Could be something in your build that causes it not to work. That is why I sent you to the firmware selector.
However for your device, you only need to flash the sysupgrade file, not the initramfs.

thank you

Wrong file indeed..

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.