Advertisement
Guest User

Untitled

a guest
Nov 26th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. U-Boot 2014.07-tld-1 (Jul 18 2014 - 00:59:45)
  2. Pogoplug V4
  3.  
  4. SoC: Kirkwood 88F6192_A1
  5. DRAM: 128 MiB
  6. WARNING: Caches not enabled
  7. NAND: 128 MiB
  8. MMC: kwsdio: 0
  9. In: serial
  10. Out: serial
  11. Err: serial
  12. Net: egiga0
  13. Hit any key to stop autoboot: 0
  14. Pogov4> printenv
  15. arcNumber=3960
  16. baudrate=115200
  17. bootcmd=run bootcmd_mmc; run bootcmd_usb; run bootcmd_sata; run bootcmd_pogo; reset
  18. bootcmd_mmc=run mmc_init; run set_bootargs_mmc; run mmc_boot
  19. bootcmd_pogo=if ubi part root 2048 && ubifsmount ubi:rootfs && ubifsload 0x800000 uboot.mtd0.dockstar.original.kwb ; then go 0x800200; fi
  20. bootcmd_sata=run sata_init; run set_bootargs_sata; run sata_boot;
  21. bootcmd_usb=run usb_init; run set_bootargs_usb; run usb_boot;
  22. bootdelay=10
  23. console=ttyS0,115200
  24. device=0:1
  25. ethact=egiga0
  26. ethaddr=00:25:31:05:ca:0a
  27. if_netconsole=ping $serverip
  28. ipaddr=192.168.0.231
  29. led_error=orange blinking
  30. led_exit=green off
  31. led_init=green blinking
  32. machid=F78
  33. mainlineLinux=yes
  34. mmc_boot=mw 0x800000 0 1; run mmc_load_uimage; if run mmc_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
  35. mmc_init=mmc rescan
  36. mmc_load_uimage=ext2load mmc $device 0x800000 /boot/uImage
  37. mmc_load_uinitrd=ext2load mmc $device 0x1100000 /boot/uInitrd
  38. mmc_root=/dev/mmcblk0p1
  39. mtdids=nand0=orion_nand
  40. mtdparts=mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)
  41. partition=nand0,2
  42. preboot_nc=run if_netconsole start_netconsole
  43. rootdelay=10
  44. rootfstype=ext3
  45. sata_boot=mw 0x800000 0 1; run sata_load_uimage; if run sata_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
  46. sata_init=ide reset
  47. sata_load_uimage=ext2load ide $device 0x800000 /boot/uImage
  48. sata_load_uinitrd=ext2load ide $device 0x1100000 /boot/uInitrd
  49. sata_root=/dev/sda1
  50. serverip=192.168.0.220
  51. set_bootargs_mmc=setenv bootargs console=$console root=$mmc_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts
  52. set_bootargs_sata=setenv bootargs console=$console root=$sata_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts
  53. set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$rootdelay rootfstype=$rootfstype $mtdparts
  54. start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
  55. stderr=serial
  56. stdin=serial
  57. stdout=serial
  58. usb_boot=mw 0x800000 0 1; run usb_load_uimage; if run usb_load_uinitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
  59. usb_init=usb start
  60. usb_load_uimage=ext2load usb $device 0x800000 /boot/uImage
  61. usb_load_uinitrd=ext2load usb $device 0x1100000 /boot/uInitrd
  62. usb_root=/dev/sda1
  63. usb_rootfstype=ext3
  64.  
  65. Environment size: 2415/131068 bytes
  66. Pogov4>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement