Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

This instruction is only for TonidoPlug2. Please follow this procedure, only if you are familiar with Linux. Codelathe will not support, if the plug is damaged by following this procedure.

 

 Procedure

Follow the steps outlined here, if you like to update your plug with a new kernel

  •     Download the latest kernel for TonidoPlug2.
Code Block
root@TonidoPlug:~# mkdir /data/
root@TonidoPlug:~# cd /data/
root@TonidoPlug:/data# wget http://www.tonido.com/downloads/plug2/uImage
  •     Download tools necessary for flashing the kernel.
Code Block
 root@TonidoPlug:/data# wget http://www.tonido.com/downloads/plug2/nandwrite
root@TonidoPlug:/data# wget http://www.tonido.com/downloads/plug2/flash_eraseall
  •    Erase the kernel partition.
Code Block
root@TonidoPlug:/data# flash_eraseall /dev/mtd2
  •    Flash the new kernel.
Code Block
 root@TonidoPlug:/data# nandwrite /dev/mtd2 $KERNELNAME -a –p 
  •    Remove the USB stick and reboot the plug.