Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
[1718737477475.png]

[1718737524958.png]


Since the IPU E2100 does not support device tree, i have tried to disable i=
t with below cmds and also made sure to enable ACPI(which was enabled by de=
fault with FreeBSD-above screenshot). As, enabling ACPI should not require =
device tree
>From the BSD Boot Loader Prompt, i did set following options but still ran =
into install issue(below screenshot):



Code:

set boot_serial=3D"YES"
echo boot_serial is set to ${boot_serial}
set comconsole_speed=3D"115200"
echo comconsole_speed is set to ${comconsole_speed}

set hint.acpi.0.disabled=3D0
set hint.fdt.0.disabled=3D1

OK set acpi_load=3D"YES"
OK echo acpi_load is set to ${acpi_load}
acpi_load is set to YES

OK set fdt_enable=3D"NO"
OK echo fdt_enable is set to ${fdt_enable}
fdt_enable is set to NO
OK boot

[1718737456134.png]


Other OS's like Ubuntu, Rocky Linux installed just fine. So, any pointers t=
o solve this FreeBSD issue is much appreciated..
Thanks

--_000_MW3PR11MB4761314406C18E768703301680C82MW3PR11MB4761namp_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<style type=3D"text/css" style=3D"display:none;"> P {margin-top:0;margin-bo=
ttom:0;} </style>
</head>
<body dir=3D"ltr">
<div class=3D"elementToProof" style=3D"font-family: Aptos, Aptos_EmbeddedFo=
nt, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; c=
olor: rgb(0, 0, 0);">
Hi,</div>
<div class=3D"elementToProof" style=3D"font-family: Aptos, Aptos_EmbeddedFo=
nt, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; c=
olor: rgb(0, 0, 0);">
<br>
</div>
<div id=3D"divRplyFwdMsg" dir=3D"ltr" style=3D"color: inherit;">
<div>&nbsp;</div>
</div>
<div class=3D"elementToProof" style=3D"direction: ltr; font-family: Aptos, =
Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; fo=
nt-size: 11pt; color: rgb(0, 0, 0);">
I am trying to install FreeBSD OS(<a href=3D"https://download.freebsd.org/r=
eleases/ISO-IMAGES/14.1/FreeBSD-14.1-RELEASE-arm64-aarch64-memstick.img" id=
=3D"OWAe8b3ae03-de35-e1ce-3a60-edfcc4839362" class=3D"OWAAutoLink" data-aut=
h=3D"NotApplicable">https://download.freebsd.org/releases/ISO-IMAGES/14.1/F=
reeBSD-14.1-RELEASE-arm64-aarch64-memstick.img</a>&nbsp;or
 any other FreeBSD version) on Intel IPU E2100 (<span style=3D"color: rgb(1=
73, 34, 29); background-color: rgb(255, 255, 255);"><u><a href=3D"https://w=
ww.intel.com/content/www/us/en/products/details/network-io/ipu/adapter-e210=
0.html" id=3D"OWAe831c922-98e4-138c-b0b9-447312dc5dba" class=3D"x_link x_li=
nk--external x_OWAAutoLink" data-auth=3D"NotApplicable" style=3D"color: rgb=
(173, 34, 29); background-color: rgb(255, 255, 255); text-align: left;">htt=
ps://www.intel.com/content/www/us/en/products/details/network-io/ipu/adapte=
r-e2100.html</a></u></span><span style=3D"color: rgb(102, 0, 0); background=
-color: rgb(255, 255, 255);"><u>&nbsp;)</u></span>from
 UEFI environment.<br>
Installation however fails on Arm Neoverse N1 CPU Cores at up to 3.0GHz wit=
h below errors:<br>
<br>
</div>
<div style=3D"direction: ltr; text-align: left; text-indent: 0px; max-width=
: 100%; display: inline-block; font-family: Aptos, Aptos_EmbeddedFont, Apto=
s_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rg=
b(0, 0, 0);">
<span><img alt=3D"1718737477475.png" title=3D"1718737477475.png" data-url=
=3D"" data-zoom-target=3D"1" style=3D"max-width: 1262px;" src=3D"https://fo=
rums.freebsd.org/attachments/1718737477475-png.19289/"></span></div>
<div style=3D"direction: ltr; font-family: Aptos, Aptos_EmbeddedFont, Aptos=
_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb=
(0, 0, 0);">
<br>
</div>
<div style=3D"direction: ltr; text-align: left; text-indent: 0px; max-width=
: 100%; display: inline-block; font-family: Aptos, Aptos_EmbeddedFont, Apto=
s_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rg=
b(0, 0, 0);">
<span><img alt=3D"1718737524958.png" title=3D"1718737524958.png" data-url=
=3D"" data-zoom-target=3D"1" style=3D"max-width: 1262px;" src=3D"https://fo=
rums.freebsd.org/attachments/1718737524958-png.19290/"></span></div>
<div style=3D"direction: ltr; font-family: Aptos, Aptos_EmbeddedFont, Aptos=
_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb=
(0, 0, 0);">
<br>
<br>
Since the IPU E2100 does not support device tree, i have tried to disable i=
t with below cmds and also made sure to enable ACPI(which was enabled by de=
fault with FreeBSD-above screenshot). As, enabling ACPI should not require =
device tree<br>
>From the BSD Boot Loader Prompt, i did set following options but still ran =
into install issue(below screenshot):<br>
<br>
<br>
<br>
</div>
<div style=3D"direction: ltr; padding: 6px 10px; font-family: Aptos, Aptos_=
EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-siz=
e: 11pt; color: rgb(0, 0, 0);">
Code:</div>
<div style=3D"padding: 6px 10px; max-height: 70vh;">
<pre style=3D"margin: 0px; padding-top: 10px; padding-right: 10px; padding-=
left: 10px;"><div style=3D"direction: ltr; text-align: left; line-height: 1=
.4; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, H=
elvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"><code>set boot=
_serial=3D&quot;YES&quot;=0A=
echo boot_serial is set to ${boot_serial}=0A=
set comconsole_speed=3D&quot;115200&quot;=0A=
echo comconsole_speed is set to ${comconsole_speed}=0A=
=0A=
set hint.acpi.0.disabled=3D0=0A=
set hint.fdt.0.disabled=3D1=0A=
=0A=
OK set acpi_load=3D&quot;YES&quot;=0A=
OK echo acpi_load is set to ${acpi_load}=0A=
acpi_load is set to YES=0A=
=0A=
OK set fdt_enable=3D&quot;NO&quot;=0A=
OK echo fdt_enable is set to ${fdt_enable}=0A=
fdt_enable is set to NO=0A=
OK boot</code></div></pre>
</div>
<div style=3D"direction: ltr; text-align: left; text-indent: 0px; max-width=
: 100%; display: inline-block; font-family: Aptos, Aptos_EmbeddedFont, Apto=
s_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rg=
b(0, 0, 0);">
<span><img alt=3D"1718737456134.png" title=3D"1718737456134.png" data-url=
=3D"" data-zoom-target=3D"1" style=3D"max-width: 1262px;" src=3D"https://fo=
rums.freebsd.org/attachments/1718737456134-png.19288/"></span></div>
<div style=3D"direction: ltr; font-family: Aptos, Aptos_EmbeddedFont, Aptos=
_MSFontService, Calibri, Helvetica, sans-serif; font-size: 11pt; color: rgb=
(0, 0, 0);">
<br>
<br>
Other OS's like Ubuntu, Rocky Linux installed just fine. So, any pointers t=
o solve this FreeBSD issue is much appreciated..<br>
Thanks</div>
</body>
</html>

--_000_MW3PR11MB4761314406C18E768703301680C82MW3PR11MB4761namp_--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>