Re: [U-Boot] sun9i target support in u-boot?

Hello Alexander,
On Sun, 2015-04-05 at 22:41 -0500, kallisti5 wrote:
Good evening!
I'm looking at a port of Haiku (haiku-os.org) to the A80 cubieboard4. I can't seem to figure out their u-boot from SD card process.
Is there sun9i support in your branch / mainline?
kallisti5@eris ~ :) $ cat allwinner-bless.sh #!/bin/bash
wget "https://github.com/cubieboard/CC-A80-binaries/raw/master/bin/u-boot-spl.bin" -O /tmp/boot0 wget "https://github.com/cubieboard/CC-A80-binaries/raw/master/bin/u-boot-sun9iw1p..." -O /tmp/boot1
dd if=/tmp/boot0 of=$1 bs=1024 seek=8 dd if=/tmp/boot1 of=$1 bs=1024 seek=19096
Unfortunately I have almost nothing to do with U-Boot on Cubieboards. For more info please refer to http://linux-sunxi.org/U-Boot
If your problem still stays unsolved I would recommend you to continue discussion on U-Boot mailing list (already CCed).
Also I'm adding in CC Hans de Goede who's one of maintainers of U-Boot port for Sunxi.
-Alexey
participants (1)
-
Alexey Brodkin