You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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.
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.
 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.
root@TonidoPlug:/data# flash_eraseall /dev/mtd2
  •    Flash the new kernel.
 root@TonidoPlug:/data# nandwrite /dev/mtd2 $KERNELNAME -a –p 
  •    Remove the USB stick and reboot the plug.
  • No labels