U-boot still sees your mmc card as the default boot device. Try (in U-boot
prompt)
#setenv boot_targets usb0 mmc0 pxe dhcp
#saveenv
#printenv
On Sun, Apr 23, 2017 at 4:29 AM, Patrick YU wrote:
> Thanks Soko -- setting to default boot on the OpenBSD partition didn't
> help.
> Instead, I had to s
Thanks Soko -- setting to default boot on the OpenBSD partition didn't
help.
Instead, I had to specify the root device manually to the boot loader
using the -a flag. Without such, I notice the root device is still
pointing to the SD card ??
boot device: sd0
root on rd0a swap on rd0b dump on rd
There is a Linux files partition on your sd0 that is marked bootable. It
shouldn't be there. FAT32L should, I believe, be marked bootable.
You probably haven't cleared up the disk before the installation properly.
Clear it by fdisk, mark all partitions blank (zero) and repeat the
installation.
On
On 2014/05/01 11:45, dam...@thiriet.web4me.fr wrote:
> Hello,
>
> Thanks for all your advices regarding my board choice. Since you said
> beagleboard or panda could not support video, I decided to look for
> some other open-source project and found OLinuXino A20.
It isn't the case that the boards
There is already some support for allwinner a20 stuff, though I'm not
sure if this board is supported. You have the same problem here that X
is not working on arm.
On Thu, May 1, 2014 at 5:45 AM, wrote:
> Hello,
>
> Thanks for all your advices regarding my board choice. Since you said
> beaglebo