Skip to content
Snippets Groups Projects
Commit 469693b0 authored by Federico Vaga's avatar Federico Vaga
Browse files

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


Signed-off-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent ca4f0729
Branches
Tags
No related merge requests found
#!/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 ..."
......
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