@crispyoz good to know that it worked for you.
I've checked the source/target/linux/ramips/dts/OMEGA2PRO.dts
and it includes the latest modification pushed by @Lazar-Demin to the source repo.
/dts-v1/;
#include "OMEGA2.dtsi"
/ {
model = "Onion Omega2 Pro";
memory@0 {
device_type = "memory";
reg = <0x0 0x8000000>;
};
new-leds {
compatible = "gpio-leds";
wifi {
label = "omega2pro:blue:wifi";
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
};
};
};
&firmware {
reg = <0x50000 0x1f30000>;
};
&system_led {
label = "omega2pro:amber:system";
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
};
&pinctrl {
state_default: pinctrl0 {
uart2 {
ralink,group = "uart2";
ralink,function = "gpio";
};
};
};
BTW, I'm sharing with you the content from source/bin/targets/ramips/mt76x8
directory. Does the Omega2+ image build has the same size than the one you built?
user@ML-PC:~/onion/source/bin/targets/ramips/mt76x8$ ls -lh
total 58M
-rw-r--r-- 1 user user 12K Feb 22 10:45 config.seed
-rw-r--r-- 1 user user 18M Feb 22 11:17 openwrt-ramips-mt76x8-omega2p-squashfs-sysupgrade.bin
-rw-r--r-- 1 user user 7.3K Feb 22 11:17 openwrt-ramips-mt76x8.manifest
-rw-r--r-- 1 user user 41M Feb 22 11:15 openwrt-toolchain-ramips-mt76x8_gcc-7.3.0_musl.Linux-x86_64.tar.bz2
drwxr-xr-x 1 user user 512 Feb 22 11:18 packages
-rw-r--r-- 1 user user 429 Feb 22 11:18 sha256sums
Thanks for the support being provided.
Best regards,
Matias