just came into possession of a Google puck AC1304 and want to document my experience in case others may also need help. While the official instructions were extremely helpful they were slightly confusing and kept me up late trying to figure it all out. The main problem with the puck is the only indication on the device of any activity is a glowing neon LED which is cool to look at and adds a cool electro vibe to your room but other than that doesn't offer much information about what is going on. In other words you are basically operating blind.
i) Beforehand you will need a USB hub that has external power capability. The puck has a single usb-c port used for power and also used to boot an openwrt image from a flash drive connected to the same port via a powered hub. Unfortunately the 2 ethernet ports on the puck will not be of any use during this openwrt factory image flash procedure and all flashing will be done over this single usb-c port. If you happen to have a USB hub on-hand first check that it has an extra port for external power. This is usually in the form of a 12v jack or micro-usb port. If it doesn't have this extra port for external power then it will not be any use and you will need to order one online. Luckily I had a usb hub already on-hand that accepted external power in the form of micro-usb port (see link A for the exact model I used made by Vention). The USB power supply that came with the puck was rated at 12v4A which is needed to drive the 4-core cpu so I just plugged the usb hub straight into the 12v4A power supply. The USB hub LED turned on showing it was now powered by the puck power supply. Double lucky I also had on hand a USB-A -> USB-C converter which was needed to connect the hub USB-A port to the puck (link B). Note: The port location is in a tight location and the converter was forced into the port at a bent angle which could have easily broken the port. If you are making a fresh online order for a USB port converter buy one that is in the form of an extension cable rather than a plug extension which makes the plug extra long and unwieldy.
ii) The other thing you will need is a spare flash drive. The flash drive I eventually used to successfully flash the puck was a USB->sdcard adapter (the exact model I used in link C). This adapter which costs just a $1 to buy online looks exactly like a flash drive but instead has memory slots allowing you to slot in an sdcard or TF card. Most importanly it has an activity LED that indicates when the sdcard/TF card is being accessed. I found this extremely helpful because you are basically operating completely blind with just that single LED on the puck which offers no clues about what's going on. When the puck is looking for boot images on the sdcard/TF card the LED on the adapter blinks indicating activity from the puck. If you are using a normal flash drive note that you will be operating on blind faith.
iii) and finally you will need a philips screwdriver to remove the bottom plate. Remove the single screw and gently pry out the bottom plate to expose the pcb and most importantly a tiny micro switch which we will need to press during the update procedure (warning: if you live in dry static climes use a plastic probe to press the switch and not your fingernail).
[MODERATOR EDIT: Removed unnecessary links]
getting started:
-
Using Windows (if you're linux like me then windows as a VM guest) load chrome browser and install the official chrome extension Onhub Recovery Utility by google and open the extension. Flash an official google wifi firmware to the flash drive. You must be connected to the internet for this procudure to work. Note: I had tried to previously flash openwrt on the puck device without doing this step of freshly updating the official stock firmware with no success. It was only after I had updated the puck with the latest official firmware did the rest of the following procedure work.
-
While holding down the external button on the outside of the puck plug in the usb-c cable coming from the powered hub. The LED starts up bright white then turns amber after about 10 secs. Now release the button. Plug in the flash drive and just let the puck do its thing. The whole process will take about 5 mins. If you are using the sdcard/TF adapter with LED you will notice the LED intermittently blinking indicating the puck is reading the firmware from the flash device and that things are proceeding well. After about 5-6 mins the puck will eventually glow steady blue. Look at your mobile phone wifi settings to see if the puck is now broadcasting a wifi signal.
-
Load up the Onhub Recovery Utility again and this time flash the openwrt google_wifi-squashfs-factory.bin image. This can be achieved by clicking on the cog-wheel icon in the upper right corner of the Onhub Recovery Utility and selecting local image and selecting the openwrt factory image you just downloaded. Once the flash is completed just plug the flash drive into the hub.
-
Plug in a lan cable from your computer to the puck's lan port and run a continuous ping on 192.168.1.1
-
While holding down the external button power-up the puck again. Again it will glow bright white then eventually amber. Release the button. Look for the microswitch SW7 on the internal pcb and press it with your finger nail (if you live in dry climate use a plastic probe). The puck will blink purple for a few seconds then reboots in developer mode. Wait for the puck to reboot and blink purple again then press SW7 again. It should start searching and reading in the the openwrt factory image on the flash drive. If you are using the sdcard/TF adapter you will see the LED activity light blinking indicating the puck is booting the openwrt image. After about 30s to 1min you will see a reply on your ping requests indicating openwrt has successfully booted. Openwrt has not been pernanently installed at this point and has just booted into volatile memory. We still need to flash opernwrt to permanent memory in step 6. If the boot failed the puck will go back to blinking purple again. Try pressing SW7 again to get it to search for an image to boot on the flash drive. If it again goes back to blinking purple you know the puck is not having any success in finding and booting your openwrt factory image.
-
With openwrt booted up into volatile memory we can now at least access the puck from our computer via the ethernet port. SCP copy the openwrt factory firmare to the /tmp folder on the puck. I used WINscp to do this. Then ssh root@192.168.1.1 into the router and run the following commands:
dd if=/dev/zero bs=512 seek=7634911 of=/dev/mmcblk0 count=33
dd if=/tmp/openwrt-ipq40xx-chromium-google_wifi-squashfs-factory.bin of=/dev/mmcblk0
make sure each command completes successfully. It only takes a couple seconds to complete each command. Note that the actual image name may differ from the above. Use tab completion to fill in the correct name. Now type reboot and let openwrt bootup.
- At this point we are still booting to openwrt factory. Load up your browser in incognito mode and log into openwrt at https:192.168.1.1 and flash again but this time with sysupgrade image using LUCI.