On Tue, 2016-02-16 at 08:11 +0000, Tixy wrote:
> On Tue, 2016-02-16 at 00:28 +0100, Martin Granehäll wrote:
> [...]
> > When I ran flash-kernel tool manually I saw that new uImage and
> > uInitrd files were generated, but not in /boot. It says
> > "using /dev/sda1 as boot device", but that is and internal sd card,
> > not used.
> 
> I have the same setup and so edited flash-kernel to match, here's my
> notes...
> 
>       Edit /usr/share/flash-kernel/db/all.db

FYI you can do all of the following in /etc/flash-kernel/db and it will
override the /usr/share version.

> 
>       For entry under "Machine: Globalscale Technologies Dreamplug"
> 
>       Replace
> 
>               Boot-Device: /dev/sda1
>               Boot-Kernel-Path: uImage
>               Boot-Initrd-Path: uInitrd
>               Boot-DTB-Path: dtb
>       with
>               Boot-Kernel-Path: /boot/uImage
>               Boot-Initrd-Path: /boot/uInitrd
> 
> My /boot is the first partition on my external SD card, and where I
> configured U-Boot to boot from.
> 

Reply via email to