Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Warning

This instruction is only for TonidoPlug2. Please follow this procedure, only if you are familiar with Linux. Entering commands incorrectly can damage your plug permanently.

 

 Procedure

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

  •     Connect to your TonidoPlug2 via SSH.
  •     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 ./uImage -a –p 
  •   Reboot the plug to start using the new kernel.