upload.sh 216 B

123456789
  1. #!/bin/sh
  2. # Make sure that you have mounted the root partition into `../root`.
  3. make ARCH=arm INSTALL_MOD_PATH="../root" modules_install
  4. # MAKE SURE TO CHANGE THE DEVICE LOCATION!
  5. dd if=vmlinux.kpart of=/dev/sda1