[Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 17, 2013 04:24PM |
Admin Registered: 14 years ago Posts: 19,427 |
- Boot into Pogo OS, and save CloudEngines (CE) bin directory /usr/local/cloudengines/bin to a USB drive. We need blparam in this direcotry to change uBoot envs later - Install Arch Linux ARM on USB. See instruction at http://archlinuxarm.org/platforms/armv5/pogoplug-series-4 - Boot into Arch, copy saved CE bin directory to /usr/local/bin/cloudengines/bin/ - To list uBoot envs /usr/local/bin/cloudengines/bin/blparam - Add uBoot envs to boot Debian cd /usr/local/bin/cloudengines/bin/ ./blparam debian_usb='if ext2load usb 0:1 0x800000 /boot/uImage; then run alarm_which; run alarm_args; fi; if ext2load usb 0:1 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi' ./blparam isDisk='no' ./blparam debian_ide='if ext2load ide 0:1 0x800000 /boot/uImage; then setenv device /dev/sda1; run alarm_args; if ext2load ide 0:1 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi; else setenv isDisk yes; fi' ./blparam debian_boot='ide reset; run alarm_revert; if ide part 0; then run debian_ide; else setenv isDisk no; fi; run debian_usb' - Modify bootcmd env ./blparam bootcmd='if usb start; then run debian_boot; else nand read 0x800000 0x100000 0x73d0c; go 0x800000; fi' - Shutdown and cold start with you Debian SATA or USB drive.
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 18, 2013 10:43AM |
Registered: 12 years ago Posts: 214 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 18, 2013 02:10PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 24, 2013 03:05AM |
Registered: 12 years ago Posts: 214 |
Error: unrecognized/unsupported machine ID (r1 = 0x00000f78). Available machine support: ID (hex) NAME 00000690 Marvell DB-88F6281-BP Development Board 00000691 Marvell RD-88F6192-NAS Development Board 00000692 Marvell RD-88F6281 Reference Board 0000078c Marvell 88F6281 GTW GE Board 00000a76 Marvell eSATA SheevaPlug Reference Board 00000831 Marvell SheevaPlug Reference Board 00000a63 Marvell GuruPlug Reference Board 00000bb6 Seagate FreeAgent DockStar 00000c11 Seagate GoFlex Net 00000d0a Seagate GoFlex Home 0000085b QNAP TS-119/TS-219 000009c6 QNAP TS-41x 00000b44 Marvell OpenRD Ultimate Board 00000939 Marvell OpenRD Client Board 00000915 Marvell OpenRD Base Board 0000089a LaCie Network Space Max v2 000008a0 LaCie Internet Space v2 00000899 LaCie Network Space v2 0000089b LaCie d2 Network v2 0000089e LaCie 5Big Network v2 0000089c LaCie 2Big Network v2 00000b1e HP t5325 Thin Client 00000fb6 ZyXEL NSA310 1-Bay Power Media Server 00000f74 ZyXEL NSA320 2-Bay Power Media Server
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 24, 2013 03:20AM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 24, 2013 03:44AM |
Registered: 12 years ago Posts: 214 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 24, 2013 05:03AM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 24, 2013 07:57AM |
Registered: 12 years ago Posts: 214 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 24, 2013 03:28PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 25, 2013 03:22AM |
Registered: 12 years ago Posts: 214 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 25, 2013 03:37AM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot February 25, 2013 04:27AM |
Registered: 12 years ago Posts: 214 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 03, 2013 03:41PM |
Registered: 13 years ago Posts: 15 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 03, 2013 03:48PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 04, 2013 12:11AM |
Registered: 12 years ago Posts: 214 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 04, 2013 03:57AM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 05, 2014 05:57PM |
Registered: 12 years ago Posts: 4 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 05, 2014 06:02PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 06, 2014 07:05PM |
Registered: 12 years ago Posts: 4 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 06, 2014 08:58PM |
Registered: 12 years ago Posts: 232 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 07, 2014 12:41AM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot March 08, 2014 05:43PM |
Registered: 12 years ago Posts: 4 |
Sriram
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot July 14, 2014 12:47PM |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot July 14, 2014 02:36PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot July 14, 2014 03:07PM |
Registered: 10 years ago Posts: 66 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot July 14, 2014 03:25PM |
Registered: 10 years ago Posts: 66 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot July 14, 2014 04:02PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot July 14, 2014 04:05PM |
Registered: 10 years ago Posts: 66 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot July 14, 2014 04:37PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: [Pogoplug Series 4] Booting Debian with Arch Linux ARM uBoot July 14, 2014 04:40PM |
Registered: 10 years ago Posts: 66 |