Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1317 - om2p-lc sysupgrade fails silently #6253

Open
openwrt-bot opened this issue Feb 1, 2018 · 0 comments
Open

FS#1317 - om2p-lc sysupgrade fails silently #6253

openwrt-bot opened this issue Feb 1, 2018 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

webtron:

Supply the following if possible:

  • Device problem occurs on Openmesh om2p-lc

  • Software versions of OpenWrt/LEDE release, packages, etc.
    LEDE Reboot SNAPSHOT r5360-a8a23ca

  • Steps to reproduce
    sysupgrade -n /tmp/lede-ar71xx-generic-om2p-squashfs-sysupgrade.bin
    Sysupgrade appears to go through the motions but firmware doesn't upgrade and doesn't delete config files with the -n switch.
    I've tried the factory and the sysupgrade file with the same results. This build upgrades as expedted with a tl-mr3420-v2 and tl-wr740n-v4.

Not sure if it's related but the om-watchdog init script also fails to detect the board type so doesn't start.
Changing this line in the /etc/init.d/om-watchdog init script gets the watchdog to start which make me think it's an identification issue.
local board=$(ar71xx_board_name)
change to
local board=$(cat /tmp/sysinfo/board_name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant