Thanks for the latest images Leo-PL
I was able to flash the MX64 A0 successfully. Everything seems to work but I need to build a version with luci.
I'm trying to compile. Sorry for the noobs questions, I'm just learning how to do it.
I just :
-git clone https://github.com/Leo-PL/openwrt/tree/meraki-mx65
I follow the quickstart of your git (execute feeds scripts).
When I do make menuconfig I can't see any mx65 related target (BCM95x) in the menu. I select the most similar target (BCM53xx) just to know if I correct installed the toolchain. and after compiling I can see the result in target in build_dir folder. (But just meraki_mr32 bcm53xx related target)
My goal is to learn how to compile mx65 with additional packages (Luci and mwan3)
bcm53xx is correct target. But then you have to select device in the next menu, it probably defaults to MR32. Here switch it to MX64 or MX65, or select "multiple devices" and select the right device there. Then the results are in bin
subdirectory.
Hi,
I ran into the same problem but figured out the issue. You need to checkout meraki-mx65 to get the correct branch / tag. This is the sequence of commands I used:
git clone https://github.com/Leo-PL/openwrt.git
cd openwrt/
git checkout meraki-mx65
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
make -j$(nproc) defconfig download clean world
If my images with luci and some other useful apps build and install OK I'll share them over here.
That worked out OK and both my MX64 and MX65 are now running kernel 5.15 images with luci and some other useful apps.
The sysupgrade files can be downloaded from the link below. They assume you are already on the latest u-boot. They are based on kernel 5.15 so probably best to sysupgrade -n to not keep your previous settings.
Thank you so much!! You are my hero!!. I was stuck for a few days trying to figure out how to compile and I was even near to abandon.
Now I can choose Mx65 and I'm playing to include different packages.
The compilation always stopped building "tools/tar", but reading the log I can make it writing this before compiling:
FORCE_UNSAFE_CONFIGURE=1
export FORCE_UNSAFE_CONFIGURE
I don't know what happened, I had it turned off for a long time, I had the first version made available by clayface
I had done the installation correctly and was waiting for a more mature version, after almost 2 years I decided to call it to update, but it is like this.
What do you think has become rubbish?
Boot image format has changed since that - you probably need U-boot upgrade. See https://github.com/openwrt/openwrt/pull/3996#issuecomment-1816935540
wow, thank you so much! I'll test it out accordingly
Hi!I am new at OpenWRT and just got one MX65 and run it well,
But I have some questions,
1: Is any one luci-upnp works fine??I`m install luci-upnp and minipnpc, then I can see upnp table at luci, but when I checked the ||Start UPnP and NAT-PMP service||, nothing works and nothing happend, is it anything wrong?
2: Is it possable to update kernel to 5.15.147?? cause some luci app needs the newer kernel but I`m not sure if MX65 can update to 5.15.147.
Hi.
Is the POE+ working fine with openWRT? Can someone make some WAN->LAN iperf3 test? What is usage % of CPU when is NAT on full speed?
Hey Leo, thanks for the work you've put in already! Is there any chance you could compile an image for the MX64-A0 on kernel 6.1 that includes LUCI?
I'm also looking to be able to run openvpn/wireguard from my MX64 but I cant seem to find a version that fit's the kernel. Any help here would be greatly appreciated.
I currently don't have access to my build infrastructure. I'm looking to rebase the support for 6.6 kernel and push the upstreaming effort a bit further - I might build an image with some extra features while at that - but that's at least about 2 weeks from now.
Eagerly waiting for your news about the kernel 6.6. support for MX65! Thanks.
You'll have to wait at least a week or two, sorry.
Thanks a lot Leo-PL. Please take your time.
Sorry this may sound dumb but can anyone advise on how to boot into diagnostics mode? I have pressed the restore pin both before and after plugging the power cord but all I got was just a solid amber light. For two occasions I saw it changed to purple while pressing the pin but couldn't get any flashing white.
This is a device that may still be managed/claimed so I'm not sure if it prevents from diag booting.
Thanks!
Claimed status does not affect your ability to boot into diagnostic mode.
You need to press and hold the reset button while plugging in the device. Continue holding the reset button for 10-15 seconds until there is a faint white flashing (the orange light stays illuminated).
Hi,
Can you advise how to recover the entire NAND for MX64? I probably need to program the entire image. Do you have any proven programmers? I'm thinking about buying a FlashcatUSB Mach with desoldering, there shouldn't be a problem which image should I load?