GoFlexHome, flashed u-Boot, but envs flash failed - now what? February 09, 2021 02:51PM |
Registered: 7 years ago Posts: 3 |
Re: GoFlexHome, flashed u-Boot, but envs flash failed - now what? February 09, 2021 04:05PM |
Admin Registered: 14 years ago Posts: 19,288 |
Quote
https://forum.doozan.com/read.php?3,12381
8. Flashing default u-boot envs image (if you are upgrading from 2016.05-tld-1 u-boot, you can skip this step 8).
.....
.....
a. Download the default u-boot envs at Dropbox:
uboot.2016.05-tld-1.environment.bodhi.tar
md5:
3823eef10011b864859d31a76470e0e3
sha256:
c8db95a4225e8d78bdaaaa372bd5a87e4b98f3448dd9c62fc96c72b2df1a997c
This tarball includes 3 files:
uboot.2016.05-tld-1.environment.img (the default envs image to be flashed)
uboot.2016.05-tld-1.environment (the content of the default envs in text format)
uboot.2016.05-tld-1.environment.64K.img (small envs image to be flashed on HP T5325 only).
cd /media/sdb1/boot cp -a uboot.2016.05-tld-1.environment uEnv.txtAnd then adjust one env in this file.
dtb_file=/boot/dts/kirkwood-pogo_e02.dtb
dtb_file=/boot/dts/kirkwood-goflexhome.dtb
syncAnd unmount.
Re: GoFlexHome, flashed u-Boot, but envs flash failed - now what? February 09, 2021 04:41PM |
Registered: 7 years ago Posts: 3 |
Re: GoFlexHome, flashed u-Boot, but envs flash failed - now what? February 09, 2021 06:24PM |
Admin Registered: 14 years ago Posts: 19,288 |
Quote
Updated 25 Aug 2019:
Basic Debian buster Kirkwood rootfs for most Kirwood plugs:
- tarball size: 209M
- install size: 536M
- The init system used in this rootfs is sysvinit . To boot with systemd, see note 2 below.
- Installed packages: nano, avahi, ntp, busybox-syslogd (log to RAM), htop, isc-dhcp-client, dialog, bzip2, nfs server/client, iperf, ethtool, sysvinit-core, sysvinit, sysvinit-utils, u-boot-tools, and mtd-utils.
- see LED controls in /etc/rc.local, and /etc/init.d/halt
- see some useful aliases in /root/.profile
- root password: root
Download at Dropbox:
Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2
Re: GoFlexHome, flashed u-Boot, but envs flash failed - now what? February 10, 2021 04:52PM |
Registered: 7 years ago Posts: 3 |