Re: [LEDE-DEV] [PATCH] ramips: fix AR670W partition alignment

2017-02-06 Thread Claudio Leite
Hello, * Mathias Kresin (d...@kresin.me) wrote: > I'm in doubt that the lzma splitter can be fixed. > > The dependency to align the rootfs isn't specific to the lzma > splitter. mtd_find_rootfs_from() in mtdsplit.c uses the erase block > size as step size. > > For the other splitter an not erase

[LEDE-DEV] [PATCH] ramips: fix AR670W partition alignment

2017-02-05 Thread Claudio Leite
mtdsplit_lzma requires that the rootfs be aligned to a block boundary. Pad the kernel partition to make this so. Signed-off-by: Claudio Leite --- target/linux/ramips/image/rt288x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/rt288x.mk b/target

Re: [LEDE-DEV] Kirkwood Audi U-Boot fw_setenv errors

2016-06-26 Thread Claudio Leite
Hello David, * David Gilman (dgil...@gilslotd.com) wrote: > Claudio, I have a Kirkwood EA3500 (Audi) board and it seems that at some > point the patches for this board have regressed the uboot fw_setenv > utility and semi-bricked my machine. I've been digging into this issue > and I suspect there

Re: [LEDE-DEV] WRT1900ACS - Kernel 4.4.12 boot failure

2016-06-07 Thread Claudio Leite
On 06/07/2016 11:00 AM, Claudio Leite wrote: On 06/07/2016 10:48 AM, Dheeran Senthilvel wrote: [snip] ===> Step 3: Reboot <== After the above procedures, I don’t have the error anymore. Great -- so you're all set, as far as you can tell? Wonder what really caused the

Re: [LEDE-DEV] WRT1900ACS - Kernel 4.4.12 boot failure

2016-06-07 Thread Claudio Leite
On 06/07/2016 10:48 AM, Dheeran Senthilvel wrote: [snip] ===> Step 3: Reboot <== After the above procedures, I don’t have the error anymore. Great -- so you're all set, as far as you can tell? Wonder what really caused the problem in first place. Given the date when you init

Re: [LEDE-DEV] WRT1900ACS - Kernel 4.4.12 boot failure

2016-06-07 Thread Claudio Leite
Thanks for the clear output. * Dheeran Senthilvel (dheeranm...@gmail.com) wrote: [snip] > ===> Step 3: Intrupt boot into failsafe <=== > > Press the [f] key and hit [enter] to enter failsafe mode > Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level > f > - failsa

Re: [LEDE-DEV] WRT1900ACS - Kernel 4.4.12 boot failure

2016-06-07 Thread Claudio Leite
Hello Dheeran, * Dheeran Senthilvel (dheeranm...@gmail.com) wrote: > Hi, > Yes even after I run resetenv followed by a reset command, the > fw_printenv produces the same output every time. > > > On 07-Jun-2016, at 3:54 PM, Claudio Leite wrote: > > > > Hi,

Re: [LEDE-DEV] WRT1900ACS - Kernel 4.4.12 boot failure

2016-06-07 Thread Claudio Leite
* Dheeran Senthilvel (dheeranm...@gmail.com) wrote: > Hi, > Compiled build r504 followed by clean build. Still not clear what is > causing the boot error mentioned previously in mailing list - May 2016. [snip] > > auto_recovery_check changes bootcmd: run nandboot > Hit any key to stop autob

[LEDE-DEV] [PATCH RESEND] mvebu: configure switch on WRT1200AC and WRT1900ACv2/S

2016-05-21 Thread Claudio Leite
Also collapses the three identical configurations into one block. Signed-off-by: Claudio Leite --- target/linux/mvebu/base-files/etc/board.d/02_network | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/target/linux/mvebu/base-files/etc/board.d/02_network b/target