Re: [oe] [PATCH v2] beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND

2011-07-07 Thread Jason Kridner
On Wed, Jul 6, 2011 at 12:15 PM, Joel A Fernandes agnel.j...@gmail.com wrote: This script flashes the NAND of a BeagleBoard if it exists, and if there is a valid image to flash Signed-off-by: Joel A Fernandes agnel.j...@gmail.com Acked-by: Jason Kridner jkrid...@beagleboard.org I will

Re: [oe] [PATCH v2] beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND

2011-07-07 Thread Joel A Fernandes
On Thu, Jul 7, 2011 at 9:37 AM, Kooi, Koen k-k...@ti.com wrote: Since we're not in a ramdisk anymore, we could also dump a /etc/joel-was-here file to see if we already have flashed nand from this specific card or not. Don't see how this will work when the same card is used to flash multiple

Re: [oe] [PATCH v2] beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND

2011-07-07 Thread Jason Kridner
To: openembedded-devel@lists.openembedded.org Cc: Fernandes, Joel A; beaglebo...@googlegroups.com; Kooi, Koen; Joel A Fernandes; Kridner, Jason Subject: Re: [oe] [PATCH v2] beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND On Wed, Jul 6, 2011 at 12:15 PM, Joel A Fernandes

Re: [oe] [PATCH v2] beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND

2011-07-07 Thread Jason Kridner
On Thu, Jul 7, 2011 at 10:49 AM, Joel A Fernandes agnel.j...@gmail.com wrote: On Thu, Jul 7, 2011 at 9:35 AM, Jason Kridner jkrid...@beagleboard.org wrote: On Wed, Jul 6, 2011 at 12:15 PM, Joel A Fernandes agnel.j...@gmail.com wrote: This script flashes the NAND of a BeagleBoard if it

[oe] [PATCH v2] beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND

2011-07-06 Thread Joel A Fernandes
This script flashes the NAND of a BeagleBoard if it exists, and if there is a valid image to flash Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- Changes since v1: * Bumped PR * Using commit revision number instead of AUTOREV * Using update-rc.d class instead of copying init script to