install u-boot on Pogoplug Pro from OpenWrt March 28, 2020 07:02PM |
Registered: 6 years ago Posts: 183 |
0x000000000000-0x000000040000 : "stage1" 0x000000040000-0x0000003c0000 : "u-boot" 0x0000003c0000-0x000000440000 : "u-boot-env" 0x000000440000-0x000000e00000 : "kernel" 0x000000e00000-0x000008000000 : "ubi"
hex bytes eraseblocks mtd0 40000 262144 2 mtd1 380000 3670016 28 mtd2 80000 524288 4 mtd3 9c0000 10223616 78 mtd4 7200000 119537664 912
opkg update opkg install nand-utils
mtdinfo /dev/mtd0 mtdinfo /dev/mtd1
cd /tmp tar xvf uboot.2015.10-tld-2.ox820.bodhi.tar
flash_erase /dev/mtd0 0x0 2 nandwrite /dev/mtd0 uboot.spl.2013.10.ox820.850mhz.mtd0.img
flash_erase /dev/mtd1 0x0 8 nandwrite /dev/mtd1 uboot.2015.10-tld-2.ox820.mtd0.img nandwrite -s 786432 /dev/mtd1 uboot.2015.10-tld-2.ox820.environment.img
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12) Boot device: NAND Attempting to set PLLA to 850 MHz ... plla_ctrl0 : 0000020a plla_ctrl1 : 00330000 plla_ctrl2 : 0065008b plla_ctrl3 : 000000f1 PLLA Set U-Boot 2015.10-tld-2 (Oct 21 2017 - 22:00:02 -0700) OXNAS OX820
nboot 60500000 0 440000; bootm
Re: install u-boot on Pogoplug Pro from OpenWrt March 28, 2020 09:21PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: install u-boot on Pogoplug Pro from OpenWrt March 28, 2020 09:26PM |
Admin Registered: 13 years ago Posts: 18,900 |
Quote
https://forum.doozan.com/read.php?2,23630,23630#msg-23630
Booting Debian on Pogoplug
How to set up U-Boot for booting in multiple drives configuration
Backup and Restore NAND mtds
UART Booting HowTo for Selected Kirkwood Devices
Migrating from Arch to Debian?
How to boot new Debian rootfs using stock u-boot tftp - Pogo E02
How to boot new Debian rootfs on USB using stock u-boot - NSA325
How to boot Debian rootfs on a GPT HDD with stock u-boot (kernel files stored in HDD raw sector), 2nd HowTo post
How to boot Pogo V3 from SATA (to unbrick), 2nd How to Post
How to install U-Boot for Pogoplug V3 (OXNAS OX820) from OpenWRT
Re: install u-boot on Pogoplug Pro from OpenWrt March 29, 2020 07:25AM |
Registered: 11 years ago Posts: 1,303 |
JohnnyRingo
Re: install u-boot on Pogoplug Pro from OpenWrt November 11, 2022 05:58PM |
Re: install u-boot on Pogoplug Pro from OpenWrt November 22, 2023 05:09PM |
Registered: 2 years ago Posts: 8 |
Re: install u-boot on Pogoplug Pro from OpenWrt November 23, 2023 01:08AM |
Admin Registered: 13 years ago Posts: 18,900 |