Commit 469693b0 authored by Federico Vaga's avatar Federico Vaga

S99-flash-from-kernel.sh: add exec permission

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent ca4f0729
#!/bin/bash
# Write kernel and filesystem to NAND memory
ls /
cat /etc/init.d/rcS
echo "FLASHING: flashing kernel to /dev/mtd0 ..."
nandwrite -m -p -a /dev/mtd0 /flashing/zImage
echo "FLASHING: flashing file system to /dev/mtd1 ..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment