Got it.
This is what I ended up with:
-rw-rw-r-- 1 ubuntu ubuntu 62687360 Jan 11 00:09 RT-AX86U_PRO_3004_388.6_beta1_nand_squashfs.pkgtb
I will flash it tomorrow. Thanks again.
Thank you.
Looking at the build folders the only one with 5.04 is listed as src-rt-5.04axhnd.675x. is that correct? If so that's the one I'm using and so far it looks to be building successfully with the above addition to the LD_LIBRARY_PATH
~/amng-build/release$ ls
image src-rt...
Looks like at least one problem was a missing LD_LIBRARY_PATH. Updated build .profile is
export LD_LIBRARY_PATH=$LD_LIBRARY:/opt/toolchains/crosstools-aarch64-gcc-9.2-linux-4.19-glibc-2.30-binutils-2.32/lib/:/opt/toolchains/crosstools-arm-gcc-5.5-linux-4.1-glibc-2.26-binutils-2.28.1/usr/lib...
Hi,
I am attempting to compile for an RT-AX86U Pro. I thought I had succeeded but then realized I had compiled for an RT-AX86U and attempting to install the firmware failed of course. Backtracking I verified that the pre-built RMerl firmware image for RT-AX86U Pro works great so I know that it...