Matches for pogo, 947 total results Sorted by newest | relevance
Wed May 06 15:19:49 UTC 2015 <davout> i assume i can use the steps relevant to u-boot from there to get the correct version on the pogo and resume your instructions when that's done
Wed May 06 15:19:42 UTC 2015 <mod6> oh cool, i guess my pogo will be delivered tomorrow
Wed May 06 15:15:09 UTC 2015 <davout> from what i understand i need to replace u-boot on the pogo so that it'll load this new kernel over the network by using tftp
Wed May 06 15:13:05 UTC 2015 <davout> danielpbarron: looking at your pogo docs, not sure how to perform step 4.1 u-boot compilation
Tue May 05 20:43:10 UTC 2015 <ascii_field> in other news, pogo blew oom at 129647.
Tue May 05 19:12:56 UTC 2015 <ascii_field> 120309 (pogo, fired up ~2hr ago, currently ~50% ram used)
Tue May 05 01:35:11 UTC 2015 <mod6> I should re-iterate that I'm still waiting on a pogo to come to me...so this v0.5.3.1+OrphanageNuke test is running on AWS deb6 (amd64)
Fri May 01 19:49:32 UTC 2015 <danielpbarron> mod6> the correct pogo to order is the Series 4 with the maroon/red colored logo on the front right? << http://www.amazon.com/gp/product/B006I5MKZY/
Fri May 01 19:37:59 UTC 2015 <mod6> the correct pogo to order is the Series 4 with the maroon/red colored logo on the front right?
Fri May 01 19:06:33 UTC 2015 <danielpbarron> seems as though the stock pogo is configured to look for a TFTP server without any modification -> bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; bootm
Fri May 01 18:59:22 UTC 2015 <davout> so i'm currently connected to the Pogo through SSH, pretty easy so far
Fri May 01 18:46:21 UTC 2015 <ascii_field> danielpbarron: on stock pogo you need fw_printenv (or serial cable) to get into uboot console
Fri May 01 18:46:13 UTC 2015 <danielpbarron> and can also be used from the OS, but they don't come standard with an unmodified pogo
Fri May 01 18:44:11 UTC 2015 <danielpbarron> stock pogo does not come with this tool, but it does come with nandwrite, flash_erase, and flash_eraseall
Fri May 01 18:41:45 UTC 2015 <danielpbarron> http://log.bitcoin-assets.com/?date=29-03-2015#1078941 << how to initially get fw_printenv to tell pogo to boot kernel over TFTP in the future?
Fri May 01 17:05:27 UTC 2015 <davout> danielpbarron: which i'm not (doing the serial thing), so it's not very clear to me how to build the kernel and software that'll actually run on the pogo once it's ready
Fri May 01 17:04:51 UTC 2015 <danielpbarron> all you need is to install some sort of TFTP server on your workstation, and use the built in flashing tools of pogo to set some parameters to connect to your workstation when it boots
Fri May 01 17:03:39 UTC 2015 <danielpbarron> davout, yeah that's why i'm rewriting; it's about the workstation connecting to pogo
Fri May 01 17:03:28 UTC 2015 <davout> (referring to http://danielpbarron.com/pogo/howto.txt)
Fri May 01 17:03:17 UTC 2015 <davout> danielpbarron: in your docs, 2.2.2 refer to building a kernel for the workstation talking to the pogo, not building a kernel for the pogo itself, or am i heavily confused?