2021-08-07 14:39 GMT, Skylar Bleed : > I can't send the output in text form because it can't connect to the > internet, but I've attached a picture of my screen. ok, this is the firmware error that also happened on qwx's 7260. now with qwx we have managed to solve 2 firmware errors that happened: 1-the error you just sent. the line that was reading the mac address from the nvm failed. why? apparently fw doesn't like us reading just 6 bytes, reading 8 bytes works... wtf... 2-sendmccupdate spitted a BAD_COMMAND error. apparently 7260 doesn't support the mcc update command, so check the ucode capabilities to see if we can run it. now we're still facing one more firmware error, this one: http://okturing.com/src/11797/body for some reason, any command on rxoff7000 fails with BAD_COMMAND. i didn't see anything wrong with command data, and 7260 supports these, so i am kind of puzzled why it happens. will look into it tommorow. if someone wonders, the changes we made are attached in diff.txt