Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Building with debug symbols
Post: RE: Building with debug symbols
Digging in to this a bit more found in src/Makefile.efl line 9 LDFLAGS += -q -S
-S tells the linker to strip Omit debugger symbol information (but not all symbols) from the output file.
... |
|
ebruno |
General |
3 |
13,335 |
2019-02-27, 01:12 |
|
|
Thread: Building with debug symbols
Post: RE: Building with debug symbols
I can see the -g flag in the compile , see sample below:
gcc -E -DARCH=x86_64 -DPLATFORM=efi -DSECUREBOOT=0 -fstrength-reduce -fomit-frame-pointer -falign-jumps=1 -falign-loops=1 -falign-functions=1 ... |
|
ebruno |
General |
3 |
13,335 |
2019-02-04, 18:01 |
|
|
Thread: Building with debug symbols
Post: Building with debug symbols
I am trying to build with debugging symbols. I was able to build with gdbudp included. But I am missing something when attempting to build with debug symbols . I tried setting EXTRA_CFLAGS to -g and ... |
|
ebruno |
General |
3 |
13,335 |
2019-02-04, 17:12 |
|
|
Thread: Sonnet Twin 10g TB2 Adapter
Post: RE: Sonnet Twin 10g TB2 Adapter
I am finally get back to this. I was able to build with gdbudp included. But I am missing something when attempting to build with debug symbols . I tried setting EXTRA_CFLAGS to -g and CFLAGS to -g ... |
|
ebruno |
General |
10 |
32,279 |
2019-01-24, 20:07 |
|
|
Thread: Sonnet Twin 10g TB2 Adapter
Post: RE: Sonnet Twin 10g TB2 Adapter
(2018-10-23 22:11)NiKiZe Wrote: This require some deeper investigation into what is going on in your case. - meaning reading datasheets and debugging the actual nic.
Which interfaces are on it ... |
|
ebruno |
General |
10 |
32,279 |
2018-10-23, 23:07 |
|
|
Thread: Sonnet Twin 10g TB2 Adapter
Post: RE: Sonnet Twin 10g TB2 Adapter
(2018-10-23 01:51)ebruno Wrote: (2018-10-19 22:44)NiKiZe Wrote: ok so it uses the intelx driver.
First, is there any chance that you could test this nic without the thunderbolt in a nor... |
|
ebruno |
General |
10 |
32,279 |
2018-10-23, 18:06 |
|
|
Thread: Sonnet Twin 10g TB2 Adapter
Post: RE: Sonnet Twin 10g TB2 Adapter
(2018-10-19 22:44)NiKiZe Wrote: ok so it uses the intelx driver.
First, is there any chance that you could test this nic without the thunderbolt in a normal PC?
Just to verify if this is a pos... |
|
ebruno |
General |
10 |
32,279 |
2018-10-23, 01:51 |
|
|
Thread: Sonnet Twin 10g TB2 Adapter
Post: RE: Sonnet Twin 10g TB2 Adapter
I built the following command:
bin-x86_64-efi/snp--intelx.efi EMBED=${IPXE_SCRIPTDIR}/myscript.ipxe DEBUG=netdevice,ipv4
Once I open the interface and the do a ifstat i see:
[link:up TX:0 TXE:5 ... |
|
ebruno |
General |
10 |
32,279 |
2018-10-19, 23:58 |
|
|
Thread: Sonnet Twin 10g TB2 Adapter
Post: RE: Sonnet Twin 10g TB2 Adapter
3b:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 [8086:1528] (rev 01)
3b:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller 10-Gigabit ... |
|
ebruno |
General |
10 |
32,279 |
2018-10-19, 22:35 |
|
|
Thread: Sonnet Twin 10g TB2 Adapter
Post: RE: Sonnet Twin 10g TB2 Adapter
(2018-10-18 23:33)ebruno Wrote: I have a Sonnet Twin 10g TB2 Adapter plugged in to a MacPro (late 2013) (trash can) via a thunder bolt connector. It is recognized by ipxe.efi as a Intel® x... |
|
ebruno |
General |
10 |
32,279 |
2018-10-19, 17:50 |
|
|
Thread: Sonnet Twin 10g TB2 Adapter
Post: Sonnet Twin 10g TB2 Adapter
I have a Sonnet Twin 10g TB2 Adapter plugged in to a MacPro (late 2013) (trash can) via a thunder bolt connector. It is recognized by ipxe.efi as a Intel® x540t.
It recognizes linkup/link down, ... |
|
ebruno |
General |
10 |
32,279 |
2018-10-18, 23:33 |
|
|
Thread: Scripting question
Post: RE: Scripting question
(2018-10-18 03:40)MultimediaMan Wrote: The good news is your code is working. The problem is that the dhcp command is broad statement to test for. I would recommend using "dhcp net0" instead of... |
|
ebruno |
General |
2 |
10,831 |
2018-10-18, 16:32 |
|
|
Thread: Scripting question
Post: Scripting question
I have following script:
set attempt:int32 0
set maxtries:int32 5
:retry_dhcp
sleep 5
inc attempt
iseq ${attempt} ${maxtries} && goto max_attempts ||
echo DHCP Attempt ${attempt} ... |
|
ebruno |
General |
2 |
10,831 |
2018-10-18, 01:13 |
|
|
Thread: Starting undionly.efi or snponly.efi from the linux command
Post: RE: Starting undionly.efi or snponly.efi from the ...
using snp.efi the NIC's come online that have dhcp support.
I can see link on the ones that are connected but run with static ip's on operational mode (OS active)
so looks good. |
|
ebruno |
General |
7 |
21,983 |
2018-10-18, 00:24 |
|
|
Thread: Starting undionly.efi or snponly.efi from the linux command
Post: RE: Starting undionly.efi or snponly.efi from the ...
lspci -nn
0b:00.0 Ethernet controller Broadcom Limited NetXtreme BCM57762 Gigabit Ethernet PCIe [14e4:1682]
0c:00.0 Ethernet controller Broadcom Limited NetXtreme BCM57762 Gigabit Ethernet PCIe [14e... |
|
ebruno |
General |
7 |
21,983 |
2018-10-17, 23:16 |
|
|
Thread: Starting undionly.efi or snponly.efi from the linux command
Post: RE: Starting undionly.efi or snponly.efi from the ...
shell results
dhcp
Waiting for link-up on net0 .................. Down (http://ipxe.org/38086193)
Waiting for link-up on net1 .................. Down (http://ipxe.org/38086193)
Configuring (net2 00:3... |
|
ebruno |
General |
7 |
21,983 |
2018-10-17, 22:46 |
|
|
Thread: Starting undionly.efi or snponly.efi from the linux command
Post: RE: Starting undionly.efi or snponly.efi from the ...
(2018-10-16 07:13)NiKiZe Wrote: You can use ipxe.lkrn and start that from syslinux or grub in legacy mode yes.
Booting efi binaries from grub seems flaky,
you could put ipxe.efi on the efi part... |
|
ebruno |
General |
7 |
21,983 |
2018-10-17, 18:13 |
|
|
Thread: Starting undionly.efi or snponly.efi from the linux command
Post: Starting undionly.efi or snponly.efi from the linu...
Is it possible to initiate a reboot to undionly.efi or snponly.efi, from the linux command line?
The system does not have on-board NICS that support pxe. This cannot be changed.
Using grub or syslinu... |
|
ebruno |
General |
7 |
21,983 |
2018-10-16, 00:51 |
|
|
Thread: Error when attempting to set dhcp option variable
Post: RE: Error when attempting to set dhcp option varia...
(2018-05-26 22:48)NiKiZe Wrote: First i must ask what is ${ifname} and why are you not using netX instead?
Have you tried clearing the user-class before setting it?
But maybe you should ch... |
|
ebruno |
General |
2 |
9,056 |
2018-05-26, 23:07 |
|
|
Thread: Error when attempting to set dhcp option variable
Post: Error when attempting to set dhcp option variable
I rebuilt spnonly.efi and added the following script to it as an embedded script (see below)
#!ipxe
set ${ifname}.dhcp/user-class macpro-ESXiInstallRequest
clear ip4
dhcp
echo Chaining to http://... |
|
ebruno |
General |
2 |
9,056 |
2018-05-25, 17:44 |