miliweek.blogg.se

Dockstar ssh
Dockstar ssh











dockstar ssh

#download default uboot env settings and md5 wget wget #check md5 sum (output should match) md5sum. cat .5 #extract uboot env settings tar -xf. #flash default uboot env setting #BE EXTRA CAREFUL WITH THE NEXT TWO COMMANDS. NO TYPOS! /tmp/flash_erase /dev/mtd0 0 4 /tmp/nandwrite /dev/mtd0 /tmp/_v4.mtd0.kwb Download and Flash uBoot Environment Parameters

dockstar ssh

Kill Pogoplug Service and Download uBoot Flashing Utilities #stop my. service killall hbwd #download firmware utilities cd /tmp wget wget wget wget #make execuable chmod +x flash_erase fw_printenv nanddump nandwrite #printenv and setenv are normally symbolic links cp fw_printenv fw_setenv #remount '/' as read/write #by default the Pogoplug OS (internal flash) is read only #skip if running from Debian/ALARM mount -o remount,rw / #setup fw_env.config echo "/dev/mtd0 0xc0000 0x20000 0x20000">/etc/fw_env.config Download and Flash new uBoot #download uboot and md5 wget wget #check md5 sum (output should match) md5sum _v4.bodhi.tar cat _v4.bodhi.md5 #extract uboot tar -xf _v4.bodhi.tar #erase and flash uboot on mtd0 #BE EXTRA CAREFUL WITH THE NEXT TWO COMMANDS.













Dockstar ssh