Openwrt for Orange Pi will come soon.
Openwrt for Orange Pi will come soon. Thank Orange Pi fans. HelloI would downgrade openwrt for PI Orange Pc
Cheers Come soon ?
When? It is already 9 months from the original post ... I try to install openwrt in my orangepi-pc from openwrt download page (xunci board).
I can enter to the openwrt prompt, but some critical part is still not working.
I also get error :
wdt_restart, write reg 0xf1c20cb0 all the time (watchdog timer ???)
Hope someone with more experience will work on openwrt for opi soon ...
Thank's Update:
I can get more complete openwrt working on my orange pi pc by installing filesystem part from bananapi forum.
LAN is working, I can install package from openwrt repository (tested php5).
But still, I got the annoying watchdog alarm all the time. Edited by loboris at 2015-11-8 12:20
rizapn replied at 2015-11-7 17:06
Update:
I can get more complete openwrt working on my orange pi pc by installing filesystem part fro ...
Insert this into /etc/rc.local before exit 0:
echo 0 > /proc/sys/kernel/hung_task_timeout_secs
dmesg -n 1Why do you need to use openwrt? Can't you install the same tools iin regular Debian distro?
OpenWRT has been developed to be small enough for fitting into the limited storage and memory available in home routers, on OPI you can use the full distro (CLI).
Edited by rizapn at 2015-11-8 19:57
I'll try it.
I love openwrt because of its lightness. I need to use my Pi for scripting server (PHP and its modules), cron, and probably simple web interface. All modules in openwrt is a minimalist ones. For me size is matter. With openwrt I can get maximum free mem to be used by my script (a hundred more session).I did try your debian release also. I like it. It will be my second choice if I fail with openwrt.
@loboris:
update:
OK, the alarm message has gone, but it is still in dmesg :) so ... I assume, the "problem" is still exists.
Do you mind to tell what is the root cause?
Here is my dmesg :
[ 10.090409] mount_root: failed to launch kmodloader from internal overlay
[ 10.140359] block: attempting to load /etc/config/fstab
[ 10.158075] block: extroot: not configured
[ 10.180887] procd: - early -
[ 10.188138] procd: - watchdog -
[ 10.195600] sunxi_wdt_ioctl err, line 420
[ 10.204076] wdt_restart, write reg 0xf1c20cb0
[ 10.762658] procd: - ubus -
[ 11.772471] procd: - init -
[ 15.212938] wdt_restart, write reg 0xf1c20cb0
[ 15.850381] gmac0: probed
[ 15.856329] gmac0 gmac0: eth0: eth0: PHY ID 00441400 at 0 IRQ poll (gmac0-0:00)
[ 18.850230] PHY: gmac0-0:00 - Link is Up - 100/Full
[ 20.224565] wdt_restart, write reg 0xf1c20cb0
[ 25.227247] wdt_restart, write reg 0xf1c20cb0
rizapn replied at 2015-11-8 13:09
@loboris:
update:
I think it is just an info.
It can probably be disabled by commenting out pr_info in kernel source (drivers/watchdog/sunxi_wdt.c)
static int wdt_restart(void)
{
#ifdef WATCHDOG_DBG
if(NULL == wdt_reg) {
pr_err("%s err, line %d\n", __func__, __LINE__);
return -1;
}
#endif
pr_info("%s, write reg 0x%08x\n", __func__, (u32)&wdt_reg->ctrl);
writel((0xA57 << 1) | (1 << 0), &wdt_reg->ctrl);
return 0;
}If you can compile the kernel, you can try yourself.
Thank you for the reply.
page:
[1]
2