hi, well if you dont have a serial console you should definitely get one, it is quite easy.
In this way you can now if the problem is image not booting or e.g. network not working..
Then, have u applied
this patch:
Code:
Index: target/linux/ar7-2.6/files/drivers/net/cpmac.c
===================================================================
--- target/linux/ar7-2.6/files/drivers/net/cpmac.c (revisione 7038)
+++ target/linux/ar7-2.6/files/drivers/net/cpmac.c (copia locale)
@@ -1088,11 +1088,11 @@
break;
}
- mask &= 0x7fffffff;
- if (mask & (mask - 1)) {
+/* mask &= 0x7fffffff;
+ if (mask & (mask - 1)) {*/
external_switch = 1;
mask = 0;
- }
+/* }*/
cpmac_mii.phy_mask = ~(mask | 0x80000000);