halibut 7.99.1 intel up2 boot fail
Description
Environment
Attachments
Activity
(1)dd works for me.
$# xzcat ./agl***.wic.xz | sudo dd of=/dev/sdb bs=4M status=progress
$# sync
(2)bmaptool also works for me. Thanks for @Scott Murray
It seems something wrong with mkefi-agl.sh but I'm not sure. I will close this jira.
I would strongly advise to not use mkefi-agl.sh. I've never been able to successfully make it work in any of my AGL testing, and I'm willing to believe it is now somewhat out of date with respect to what upstream OpenEmbedded are doing. Please try using bmaptool to write the image instead and see if that works.
Hi @Scott Murray @Thomas Walzer
I am the test engineer in the same team with Li. During the test, I encountered the same problem.
board: intel up2
boot method: Scott's usb stick
agl version: halibut-7.99.1 halibut-7.99.2 halibut-7.99.3
When I used Scott's prepared boot disk( version : halibut) , intel can boot successfully. But when I rewrite the boot disk, intel boot fail.
Here are my test steps.
(all steps refer to https://docs.automotivelinux.org/docs/en/master/getting_started/reference/getting-started/machines/intel.html)
Step 1: download image
#wget https://mirrors.edge.kernel.org/AGL/release/halibut/7.99.2/intel-corei7-64/deploy/images/intel-corei7-64/agl-demo-platform-crosssdk-intel-corei7-64.wic.xz
Step 2 : download mkefi-agl.sh
#git clone https://github.com/dominig/mkefi-agl.sh.git
or copy form “meta-agl/scripts”
Step3 : format usb, and use mkefi-agl.sh to write boot usb
# fdisk /dev/sdc
#sudo sh mkefi-agl.sh intel-corei7-64/agl-demo-platform-crosssdk-intel-corei7-64.wic.xz /dev/sdc
Step4 : start intel from USB
when using these steps, gg7.0.3 can start successfully, but all halibut versions failed.
Please check if there is any problem.
Best
@Walt Miner Already tried two Up2 boards and several usb sticks, and all failed.
Hi @Li Xiaoming I noticed you closed https://lf-automotivelinux.atlassian.net/browse/SPEC-2610#icft=SPEC-2610 because you tried a different USB stick and the problem went away. Did you try the same thing for this issue?
images:
https://mirrors.edge.kernel.org/AGL/release/halibut/7.99.1/intel-corei7-64/deploy/images/intel-corei7-64/agl-demo-platform-crosssdk-intel-corei7-64-20190604001718.rootfs.wic.xz
board: intel up2
boot method: usb stick
test process: insert usb stick, power on, boot fail.
boot log: please see attachment