mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Zyxel NAS540 bricked?
@ 2017-02-27 10:03 AndrewCz
  2017-02-28  7:29 ` Sascha Hauer
  2017-03-01 17:51 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 3+ messages in thread
From: AndrewCz @ 2017-02-27 10:03 UTC (permalink / raw)
  To: barebox

Hello all, hope you are well.

Recently, I followed a guide[1] to reflash my Zyxel NAS540[2] in order
to put Debian on it. I'm pretty sure I bricked it and am just looking
for confirmation.

I seem to be running into a bootloop where it will restart every two
minutes or so. At least that is what seems to be indicated based on the
frequency of the front panel lights lighting up. I reflashed the 'env'
and 'kernel2' sections of the NOR flash, but neither went the right way.
I can dive into the specifics if necessary. However, my concern is that
I was unable to receive any output from the serial connection.

Given that the barebox 'env' may be corrupt as well as the kernel, is it
correct to expect that there would be no serial output? Thanks for your
consideration in this matter.

--Andrew Cz

[1] https://l.unchti.me/2016/02/12/debian-nas540.html
[2] http://zyxel.nas-central.org/wiki/Category:NAS540

-- 
Only an idiot fights a war on two fronts. Only the heir to the throne
of the kingdom of idiots would fight a war on twelve fronts.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Zyxel NAS540 bricked?
  2017-02-27 10:03 Zyxel NAS540 bricked? AndrewCz
@ 2017-02-28  7:29 ` Sascha Hauer
  2017-03-01 17:51 ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2017-02-28  7:29 UTC (permalink / raw)
  To: AndrewCz; +Cc: barebox

Hi Andrew,

On Mon, Feb 27, 2017 at 05:03:57AM -0500, AndrewCz wrote:
> Hello all, hope you are well.
> 
> Recently, I followed a guide[1] to reflash my Zyxel NAS540[2] in order
> to put Debian on it. I'm pretty sure I bricked it and am just looking
> for confirmation.
> 
> I seem to be running into a bootloop where it will restart every two
> minutes or so. At least that is what seems to be indicated based on the
> frequency of the front panel lights lighting up. I reflashed the 'env'
> and 'kernel2' sections of the NOR flash, but neither went the right way.
> I can dive into the specifics if necessary. However, my concern is that
> I was unable to receive any output from the serial connection.
> 
> Given that the barebox 'env' may be corrupt as well as the kernel, is it
> correct to expect that there would be no serial output? Thanks for your
> consideration in this matter.

The Zyxel NAS540 seems to have a Freescale QorIQ LS1024A SoC. There is
no mainline barebox support for this SoC, so Zyxel must have created
their own patches. I know nothing about these patches nor about the SoC,
so I'm sorry I can't really help you.
What I can say is that normally barebox outputs stuff out of the console
even without valid environment or kernel. That is configurable though,
so I can't tell for sure.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Zyxel NAS540 bricked?
  2017-02-27 10:03 Zyxel NAS540 bricked? AndrewCz
  2017-02-28  7:29 ` Sascha Hauer
@ 2017-03-01 17:51 ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 0 replies; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2017-03-01 17:51 UTC (permalink / raw)
  To: AndrewCz; +Cc: barebox

On 05:03 Mon 27 Feb     , AndrewCz wrote:
> Hello all, hope you are well.
> 
> Recently, I followed a guide[1] to reflash my Zyxel NAS540[2] in order
> to put Debian on it. I'm pretty sure I bricked it and am just looking
> for confirmation.
> 
> I seem to be running into a bootloop where it will restart every two
> minutes or so. At least that is what seems to be indicated based on the
> frequency of the front panel lights lighting up. I reflashed the 'env'
> and 'kernel2' sections of the NOR flash, but neither went the right way.
> I can dive into the specifics if necessary. However, my concern is that
> I was unable to receive any output from the serial connection.
> 
> Given that the barebox 'env' may be corrupt as well as the kernel, is it
> correct to expect that there would be no serial output? Thanks for your
> consideration in this matter.

And evenif we would like to help you zyxel did not provide to source code of
theur barebox they modified. Just the source code of the 2011.06 version.

So you will have to request them and if they refuse we could then force them
to release it as Copyright holder.

Best Regards,
J.
> 
> --Andrew Cz
> 
> [1] https://l.unchti.me/2016/02/12/debian-nas540.html
> [2] http://zyxel.nas-central.org/wiki/Category:NAS540
> 
> -- 
> Only an idiot fights a war on two fronts. Only the heir to the throne
> of the kingdom of idiots would fight a war on twelve fronts.
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-01 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 10:03 Zyxel NAS540 bricked? AndrewCz
2017-02-28  7:29 ` Sascha Hauer
2017-03-01 17:51 ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox