Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 09:35PM |
Registered: 14 years ago Posts: 406 |
root@debian:/# dpkg -i linux-image-3.2.28-kirkwood-tld_11.0_armel.deb (Reading database ... 12660 files and directories currently installed.) Preparing to replace linux-image-3.2.28-kirkwood-tld 11.0 (using linux-image-3.2.28-kirkwood-tld_11.0_armel.deb) ... Examining /etc/kernel/preinst.d/ Done. Unpacking replacement linux-image-3.2.28-kirkwood-tld ... Examining /etc/kernel/postrm.d . run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.2.28-kirkwood-tld /boot/vmlinuz-3.2.28-kirkwood-tld run-parts: executing /etc/kernel/postrm.d/zz-flash-kernel 3.2.28-kirkwood-tld /boot/vmlinuz-3.2.28-kirkwood-tld Setting up linux-image-3.2.28-kirkwood-tld (11.0) ... Hmm. There is a symbolic link /lib/modules/3.2.28-kirkwood-tld/build However, I can not read it: No such file or directory Therefore, I am deleting /lib/modules/3.2.28-kirkwood-tld/build Hmm. The package shipped with a symbolic link /lib/modules/3.2.28-kirkwood-tld/source However, I can not read the target: No such file or directory Therefore, I am deleting /lib/modules/3.2.28-kirkwood-tld/source Running depmod. Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.28-kirkwood-tld /boot/vmlinuz-3.2.28-kirkwood-tld update-initramfs: Generating /boot/initrd.img-3.2.28-kirkwood-tld flash-kernel: deferring update (trigger activated) run-parts: executing /etc/kernel/postinst.d/zz-flash-kernel 3.2.28-kirkwood-tld /boot/vmlinuz-3.2.28-kirkwood-tld flash-kernel: deferring update (trigger activated) Processing triggers for flash-kernel ... Kernel suffix tld does not match any of the expected flavors (kirkwood), therefore not writing it to flash.
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 09:47PM |
Registered: 11 years ago Posts: 149 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 09:52PM |
Registered: 14 years ago Posts: 406 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 10:00PM |
Registered: 11 years ago Posts: 149 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 10:18PM |
Registered: 14 years ago Posts: 406 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 10:34PM |
Registered: 11 years ago Posts: 149 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 10:36PM |
Registered: 11 years ago Posts: 149 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 11:14PM |
Registered: 13 years ago Posts: 264 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 11:23PM |
Registered: 14 years ago Posts: 406 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 11:25PM |
Registered: 11 years ago Posts: 149 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 11:34PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 11:40PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 11:47PM |
Registered: 11 years ago Posts: 149 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 12, 2013 11:59PM |
Registered: 13 years ago Posts: 264 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 13, 2013 12:17AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 14, 2013 06:27PM |
Registered: 11 years ago Posts: 13 |
********* Unique ********** setenv ethaddr 'xx:xx:xx:xx:xx:xx' setenv cesvcid 'xxxxxxxxxxxxxxxxxxxxxxxxxx' ***** Network Console ***** setenv if_netconsole 'ping $serverip' setenv ipaddr '192.168.0.230' setenv ncip '192.168.0.220' setenv serverip '192.168.0.220' setenv start_netconsole 'setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;' ****** Boot Settings ****** setenv bootargs 'console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext3 mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)' setenv bootcmd 'usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run mmc_bootcmd' setenv bootdelay 10 setenv pogo_bootcmd 'if fsload uboot-original-mtd0.kwb; then go 0x800200; fi' setenv preboot 'run if_netconsole start_netconsole' ****** Linux Params ******* setenv arcNumber 3960 setenv machid F78 setenv mainlineLinux yes ****** MMC Settings ******* setenv mmc_boot 'mw 0x800000 0 1; ext2load mmc 0:1 0x00800000 /uImage; if ext2load mmc 0:1 0x01100000 /uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi' setenv mmc_bootcmd 'mmc init; mmc init; run mmc_set_bootargs; run mmc_boot' setenv mmc_root '/dev/mmcblk0p2' setenv mmc_set_bootargs 'setenv bootargs console=$console root=$mmc_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params' ****** USB Settings ******* setenv usb_boot 'mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi' setenv usb_bootcmd 'run usb_init; run usb_set_bootargs; run usb_boot' setenv usb_device '0:1' setenv usb_init 'run usb_scan' setenv usb_root '/dev/sda1' setenv usb_rootdelay 10 setenv usb_rootfstype ext3 setenv usb_scan 'usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done' setenv usb_scan_1 'usb=0:1 dev=sda1' setenv usb_scan_2 'usb=1:1 dev=sdb1' setenv usb_scan_3 'usb=2:1 dev=sdc1' setenv usb_scan_4 'usb=3:1 dev=sdd1' setenv usb_scan_list '1 2 3 4' setenv usb_set_bootargs 'setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params' ********* Recovery ********** setenv force_rescue 0 setenv force_rescue_bootcmd 'if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi' setenv rescue_bootcmd 'if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi' setenv rescue_installed 0 setenv rescue_set_bootargs 'setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params' ****** Nand Settings ****** setenv partition 'nand0,2' setenv mtddevname 'uImage2' setenv mtddevnum 2 setenv mtdids 'nand0=orion_nand' setenv mtdparts 'mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)' setenv ubifs_bootcmd 'run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi' setenv ubifs_mtd 3 setenv ubifs_set_bootargs 'setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params' ****** Misc Hardware ****** setenv led_error 'orange blinking' setenv led_exit 'green off' setenv led_init 'green blinking' setenv baudrate 115200 setenv console 'ttyS0,115200' setenv ethact egiga0
Re: [Pogoplug Mobile] Install uBoot/Debian March 15, 2013 12:04AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 15, 2013 03:56AM |
Registered: 11 years ago Posts: 13 |
Re: [Pogoplug Mobile] Install uBoot/Debian March 16, 2013 12:04PM |
Registered: 14 years ago Posts: 406 |
/dev/sda2 none swap sw 0 0with
/dev/mmcblk0p2 none swap sw 0 0or add it if not exist.
Re: [Pogoplug Mobile] Install uBoot/Debian April 09, 2013 05:00PM |
Registered: 11 years ago Posts: 3 |
Re: [Pogoplug Mobile] Install uBoot/Debian April 10, 2013 01:43AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian April 10, 2013 03:22AM |
Registered: 11 years ago Posts: 3 |
cd /tmp wget http://download.doozan.com/uboot/nanddump wget http://download.doozan.com/uboot/nandwrite wget http://download.doozan.com/uboot/flash_erase wget http://download.doozan.com/uboot/fw_printenv wget http://download.doozan.com/uboot/fw_env.config wget http://download.doozan.com/uboot/files/environment/uboot.environment
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian April 10, 2013 11:55AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian April 13, 2013 07:19AM |
Registered: 11 years ago Posts: 3 |
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian April 13, 2013 03:14PM |
Admin Registered: 13 years ago Posts: 18,997 |
Kevin
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian April 17, 2013 12:10AM |
Kevin
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian April 17, 2013 12:18AM |
Kevin
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian April 17, 2013 02:42PM |
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian July 19, 2013 11:20PM |
Registered: 11 years ago Posts: 2 |
Re: [Pogoplug Mobile/Series 4] Install uBoot/Debian July 20, 2013 01:03AM |
Admin Registered: 13 years ago Posts: 18,997 |