by irobot » Sat Nov 02, 2013 6:23 pm
this is what I see:
$this->bbcode_second_pass_code('', '-bash-3.2# uname -a
Linux Pogoplug 2.6.22.18 #81 Tue Oct 19 16:05:00 PDT 2010 armv5tejl unknown
-bash-3.2# ')
are you talking about this guide to use:
http://archlinuxarm.org/forum/viewtopic.php?f=18&t=3355if yes, so I should start at this:
$this->bbcode_second_pass_code('', 'cd /tmp
wget http://projects.doozan.com/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh --no-uboot-chec')k
then without rebooting do:
$this->bbcode_second_pass_quote('', 'N')et: "/usr/sbin/fw_setenv arcNumber 3089"
then do this to boot from SATA then USB:
The following will allow USB boot, but SATA will be tried first
/$this->bbcode_second_pass_code('', 'usr/sbin/fw_setenv sata_device '0:1'
/usr/sbin/fw_setenv sata_root '/dev/sda1'
/usr/sbin/fw_setenv sata_rootfstype 'ext3'
/usr/sbin/fw_setenv sata_rootdelay '10'
/usr/sbin/fw_setenv sata_set_bootargs 'setenv bootargs console=$console root=$sata_root rootdelay=$sata_rootdelay rootfstype=$sata_rootfstype $mtdparts $sata_custom_params'
/usr/sbin/fw_setenv sata_boot 'ide reset; mw 0x800000 0 1; ext2load ide $sata_device 0x800000 /boot/uImage; if ext2load ide $sata_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi'
/usr/sbin/fw_setenv sata_bootcmd 'run sata_set_bootargs; run sata_boot'
/usr/sbin/fw_setenv bootcmd 'run sata_bootcmd; usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset'')
And:
$this->bbcode_second_pass_code('', 'cd /boot
wget http://goo.gl/GFbtn -O uInitrd
chmod 644 /boot/uInitrd
/usr/sbin/fw_setenv usb_set_bootargs 'setenv bootargs console=$console root=/dev/disk/by-label/urootfs rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params'
tune2fs -L urootfs /dev/sda1
')
then setup netconsole:
$this->bbcode_second_pass_code('', '#U-BOOT Netconsole
/usr/sbin/fw_setenv ipaddr '10.10.10.6'
/usr/sbin/fw_setenv ncip '10.10.10.5'
/usr/sbin/fw_setenv ncipk '10.10.10.4'
/usr/sbin/fw_setenv serverip '10.10.10.3'
/usr/sbin/fw_setenv preboot 'run nc_test nc_start'
/usr/sbin/fw_setenv nc_test 'ping $ncip'
/usr/sbin/fw_setenv nc_start 'setenv stdin nc; setenv stdout nc; setenv stderr nc; version'
#Kernel Netconsole:
#When booting from USB
/usr/sbin/fw_setenv usb_custom_params 'ignore_loglevel netconsole=6665@10.10.10.3/eth0,6666@10.10.10.4/'')
Just wanted to make sure I have all the setups in correct order and not missing anything.
Should I also reinstall archlinux knowing that i am running linux pogoplug. if so will your guide about installing alarm from scratch work:
viewtopic.php?f=18&t=3312&p=19207#p19207