Harald Schiƶberg wrote: > Hi, > > I'm trying to run sysupgrade on the asus. I fixed the scripts so that > they actually run through, but mtd in the end fails. > > So I started to play with mtd: > > [EMAIL PROTECTED]:~# /sbin/mtd refresh rootfs > Refreshing mtd partition rootfs ... Could not open mtd device: rootfs > Could not open mtd device: rootfs mtd refresh is an ioctl that I added for OpenWrt, and it's not supported on anything but x86 yet. So to add sysupgrade support, some kernel changes are necessary. It's a bit more tricky on broadcom than on other platforms (because the trx parser needs to run on refresh ioctls as well), so it'll take some time before I have it ready.
- Felix _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
