New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 4 matches

by Damarus
28 Aug 2014, 18:52
Forum: B2 & B3 Support
Topic: Update UBOOT from OS
Replies: 38
Views: 69222

Re: Update UBOOT from OS

A working command to flash U-Boot is:

Code: Select all

mtd_debug write /dev/mtd0 0 $(stat --printf '%s' "u-boot.kwb") "u-boot.kwb"
by Damarus
28 Aug 2014, 18:18
Forum: B2 & B3 Support
Topic: Update UBOOT from OS
Replies: 38
Views: 69222

Re: Update UBOOT from OS

Solution from ahoff will work fine (it's the excito official way) ; you can also install directly from the OS with the following commands : wget [...] apt-get -y install mtd-utils flash_eraseall /dev/mtd0 nandwrite /dev/mtd0 u-boot.kwb That does not work! I might have just bricked my B3 doing those...
by Damarus
20 Jul 2014, 07:07
Forum: B2 & B3 Support
Topic: uboot update needed.
Replies: 71
Views: 141165

Re: uboot update needed.

This is great progress! So is this image safe to flash without serial access?
by Damarus
21 Jun 2014, 08:15
Forum: B2 & B3 Support
Topic: uboot update needed.
Replies: 71
Views: 141165

Re: uboot update needed.

Now that Kernel 3.15 has been released, what is needed to get it running on the B3? I would prefer to use Arch Linux, so can I just flash the Kirkwood mainline package from the archlinuxarm site via USB and be good to go?