[opensuse-arm] Espressobin image not starting
Hello, from JeOS revision log I found: Dirk Mueller (dirkmueller) committed 5 months ago (revision 602) - Drop JeOS-espressobin: use JeOS-efi.aarch64 instead - JeOS-rock64: the board now boots, but the image deploying requires manual quircks So I tried openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64-2018.05.11-Build1.1.raw.xz and it cannot find the boot disk/partition: Kiwi output: ... ++ /usr/sbin/hwinfo --disk ++ cut -f2 -d: ++ grep -E 'Device File:|BIOS id' ++ sed '-es@(.*)@@' ++ tr -d ' ' + diskDevices='/dev/ram11 /dev/ram2 /dev/ram0 /dev/ram9 /dev/ram7 /dev/ram14 /dev/ram5 /dev/ram12 /dev/ram3 /dev/ram10 /dev/ram1 /dev/ram8 /dev/ram15 /dev/ram6 /dev/ram13 /dev/ram4' + lookupBiosBootDevice ... Maybe a specific mmc driver needs to be loaded, but how to do that for the generic JeOS-efi.aarch64 image? Br, Frank -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 09.08.2018 19:14, Frank Kunz wrote:
Hello,
from JeOS revision log I found:
Dirk Mueller (dirkmueller) committed 5 months ago (revision 602) - Drop JeOS-espressobin: use JeOS-efi.aarch64 instead - JeOS-rock64: the board now boots, but the image deploying requires manual quircks
So I tried openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64-2018.05.11-Build1.1.raw.xz and it cannot find the boot disk/partition:
Kiwi output: ... ++ /usr/sbin/hwinfo --disk
++ cut -f2 -d:
++ grep -E 'Device File:|BIOS id'
++ sed '-es@(.*)@@'
++ tr -d ' '
+ diskDevices='/dev/ram11
/dev/ram2
/dev/ram0
/dev/ram9
/dev/ram7
/dev/ram14
/dev/ram5
/dev/ram12
/dev/ram3
/dev/ram10
/dev/ram1
/dev/ram8
/dev/ram15
/dev/ram6
/dev/ram13
/dev/ram4' + lookupBiosBootDevice ...
Maybe a specific mmc driver needs to be loaded, but how to do that for the generic JeOS-efi.aarch64 image?
I did include required modules for EspressoBin. I think that something wrong with dtb files in your case. Probably, u-boot doesn't find dtb supplied in the image. Let me please check how does it work on my EspressoBin. I need some time.
Br, Frank
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 14.08.2018 12:40, Matwey V. Kornilov wrote:
On 09.08.2018 19:14, Frank Kunz wrote:
Hello,
from JeOS revision log I found:
Dirk Mueller (dirkmueller) committed 5 months ago (revision 602) - Drop JeOS-espressobin: use JeOS-efi.aarch64 instead - JeOS-rock64: the board now boots, but the image deploying requires manual quircks
So I tried openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64-2018.05.11-Build1.1.raw.xz and it cannot find the boot disk/partition:
Kiwi output: ... ++ /usr/sbin/hwinfo --disk
++ cut -f2 -d:
++ grep -E 'Device File:|BIOS id'
++ sed '-es@(.*)@@'
++ tr -d ' '
+ diskDevices='/dev/ram11
/dev/ram2
/dev/ram0
/dev/ram9
/dev/ram7
/dev/ram14
/dev/ram5
/dev/ram12
/dev/ram3
/dev/ram10
/dev/ram1
/dev/ram8
/dev/ram15
/dev/ram6
/dev/ram13
/dev/ram4' + lookupBiosBootDevice ...
Maybe a specific mmc driver needs to be loaded, but how to do that for the generic JeOS-efi.aarch64 image?
I did include required modules for EspressoBin. I think that something wrong with dtb files in your case. Probably, u-boot doesn't find dtb supplied in the image.
By the way, could you please tell which u-boot do you use at EspressoBin?
Let me please check how does it work on my EspressoBin. I need some time.
Br, Frank
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 14.08.2018 um 11:44 schrieb Matwey V. Kornilov:
By the way, could you please tell which u-boot do you use at EspressoBin?
I tried U-Boot 2017.03-armada-17.10.2-g14aeedc (Jun 01 2018 - 15:39:10 +0800) and U-Boot 2017.03-armada-17.10.3-g06ad760c88 (Aug 10 2018 - 21:59:24 +0200) but both do not have disto boot available. So I do the boot manually: load mmc 0:2 ${fdt_addr} dtb/armada-3720-espressobin.dtb load mmc 0:1 ${kernel_addr} efi/boot/bootaa64.efi bootefi ${kernel_addr} ${fdt_addr} by enabling kiwidebug=1 I get a emergency commandline. That is all I have so far. Br, Frank -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Frank Kunz
-
Matwey V. Kornilov