mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* barebox tftp to 2k pagesize NAND
@ 2010-05-25 12:14 Eric Bénard
  2010-05-25 13:18 ` Sascha Hauer
  2010-05-26 12:25 ` Ivo Clarysse
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Bénard @ 2010-05-25 12:14 UTC (permalink / raw)
  To: barebox

Hi,

while running barebox on a i.MX25 which has 2k pagesize nand, I noticed 
it's not possible to do a tftp directly to NAND (tftp barebox.bin 
/dev/nand0.barebox for example).

tftp try to write 512bytes packets to the NAND thus we get :
offset 0x00000200 not page aligned
when it tries to write the second packet.

The workaround is :
tftp to ram
cp ram => nand

Do you have any idea on how tof ix this problem ?

Thanks,
Eric

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

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

end of thread, other threads:[~2010-05-26 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-25 12:14 barebox tftp to 2k pagesize NAND Eric Bénard
2010-05-25 13:18 ` Sascha Hauer
2010-05-25 13:27   ` Eric Bénard
2010-05-26 12:25 ` Ivo Clarysse
2010-05-26 12:52   ` Eric Bénard

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