Open yobogel opened 2 years ago
Hello,
I made a mirror of those files just in case, at http://ssl.pepas.com/pogo/
You can edit the script locally, or tomorrow I can update the script in the GitHub repo
EDIT 2024/4/23: I finally got around to updating the copy of the script at http://ssl.pepas.com/pogo/uboot.sh to use the mirrored URLs, so this should just work now.
Sent from my iPhone
On Apr 8, 2022, at 4:19 PM, yobogel @.***> wrote:
Having trouble in the script getting the files from doozan. See details below:
/tmp # ash uboot.sh
Sanity-checking the stock Pogoplug Linux install
Checking if this is a Pogoplug Mobile /proc/version: OK /bin/busybox: OK
Yes, this is a Pogoplug Mobile. Proceeding...
Verify your MAC address (see the sticker on the bottom of your pogoplug) Is your MAC address *****? [Y/n]: y Proceeding...
Verifying nanddump nanddump: OK
Verifying nandwrite nandwrite: OK
Verifying flash_erase flash_erase: OK
Verifying fw_printenv fw_printenv: OK
Verifying fw_setenv fw_setenv: OK
Verifying uboot.2014.07-tld-1.pogo_v4.bodhi.tar uboot.2014.07-tld-1.pogo_v4.bodhi.tar: OK
Verifying uboot.2014.07-tld-1.environment.img.bodhi.tar uboot.2014.07-tld-1.environment.img.bodhi.tar: OK
Downloading uboot.mtd0.dockstar.original.kwb
wget http://download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb Connecting to download.doozan.com (45.77.104.33:80) wget: not an http or ftp url: https://download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb /tmp # — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.
Hi, I am getting the same error when running the script. Any chance of updating it? Thanks
@BCCardiacKid yeah I'll take a look, thanks for the poke
Ok, give it a shot now.
Do you know which URL's were failing?
I did see some strange retries going on, even with my mirrored files:
++ wget http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
--2022-05-26 21:47:19-- http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Resolving ssl.pepas.com (ssl.pepas.com)... 45.55.208.186
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try: 2) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try: 3) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try: 4) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try: 5) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try: 6) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try: 7) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try: 8) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try: 9) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... failed: Operation timed out.
Retrying.
--2022-05-26 21:47:20-- (try:10) http://ssl.pepas.com/pogo/mirrored/download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb
Connecting to ssl.pepas.com (ssl.pepas.com)|45.55.208.186|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 524288 (512K)
Saving to: ‘uboot.mtd0.dockstar.original.kwb’
uboot.mtd0.dockstar.orig 100%[===============================>] 512.00K 601KB/s in 0.9s
2022-05-26 21:47:21 (601 KB/s) - ‘uboot.mtd0.dockstar.original.kwb’ saved [524288/524288]
Unfortunately I don't...I'm bit of a noob so I am not very good at diagnosing "stuff". Maybe @yobogel has some insight?
@BCCardiacKid no worries, try downloading the updated version of the script and running it again.
This updated file is not reflected on the 'READ_ME' command. Had to manually download it from github and paste it with WinSCP
@Samuel1698 sorry for the hassle, I've updated http://ssl.pepas.com/pogo/uboot.sh to match pogoplug_mobile_uboot_installer.sh in the github repo, it should work now.
That's incredible that someone is still hacking linux onto a pogoplug in 2024!
@cellularmitosis I've been trying to get these little devices to work as pihole for the longest time since I had them laying around I'm technically savvy but not enough to follow bodhi's guides. Your script works perfectly for kirkwood 2014, but I had some issues with pihole that I suspect is because of the outdated kernel. I'm trying to update it but to no avail.
Yep just bricked my device trying to follow that guide. Would be great if you updated your script instead lol
@Samuel1698 Wait, as far as I know it is updated. What was the error you ran into?
Edit: Ohhh, you mean update my script to use a more recent kernel?
@Samuel1698 if you have a soldering iron you can most likely recover from the bricking: https://github.com/pepaslabs/pogoplug_mobile_uboot_installer/issues/4#issuecomment-642188820
Having trouble in the script getting the files from doozan. See details below:
/tmp # ash uboot.sh
Sanity-checking the stock Pogoplug Linux install
Checking if this is a Pogoplug Mobile /proc/version: OK /bin/busybox: OK
Yes, this is a Pogoplug Mobile. Proceeding...
Verify your MAC address (see the sticker on the bottom of your pogoplug) Is your MAC address *****? [Y/n]: y Proceeding...
Verifying nanddump nanddump: OK
Verifying nandwrite nandwrite: OK
Verifying flash_erase flash_erase: OK
Verifying fw_printenv fw_printenv: OK
Verifying fw_setenv fw_setenv: OK
Verifying uboot.2014.07-tld-1.pogo_v4.bodhi.tar uboot.2014.07-tld-1.pogo_v4.bodhi.tar: OK
Verifying uboot.2014.07-tld-1.environment.img.bodhi.tar uboot.2014.07-tld-1.environment.img.bodhi.tar: OK
Downloading uboot.mtd0.dockstar.original.kwb
wget http://download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb Connecting to download.doozan.com (45.77.104.33:80) wget: not an http or ftp url: https://download.doozan.com/uboot/files/uboot/uboot.mtd0.dockstar.original.kwb /tmp #