Re: Setting MAC address from I2C EEPROM - debug / commands? (Xilinx)

2023-06-11 Thread David Antliff
On 6/11/23 David Antliff wrote: > On 6/11/23 Sean Anderson wrote: > > On 6/11/23 23:25, David Antliff wrote: > > > On 11/23/22 Sean Anderson wrote: > > >>   On 11/22/22 20:23, David Antliff wrote: [snip] > > >  From a little debugging, I see that the

Re: Setting MAC address from I2C EEPROM - debug / commands? (Xilinx)

2023-06-11 Thread David Antliff
Hi Sean, thanks for getting back to me. On 6/11/23 Sean Anderson wrote: > On 6/11/23 23:25, David Antliff wrote: > > On 11/23/22 Sean Anderson wrote: > >>   On 11/22/22 20:23, David Antliff wrote: [snip] > > So I took up your suggestion, enabled CONFIG_NVMEM & CON

Re: Setting MAC address from I2C EEPROM - debug / commands? (Xilinx)

2023-06-11 Thread David Antliff
On 11/23/22 Sean Anderson wrote: > On 11/22/22 20:23, David Antliff wrote: > > > > I'm looking to extract the board's MAC address from serial I2C EEPROM at >boot time, so > > I'm trying to work out how I can tell if U-Boot is actually able to >communica

Re: Setting MAC address from I2C EEPROM - debug / commands? (Xilinx)

2022-11-23 Thread David Antliff
Hi Michal, On 23 Nov 2022, Michal Simek wrote: >> On 11/23/22 04:14, Sean Anderson wrote: >>> On 11/22/22 20:23, David Antliff wrote: >>> Hi, >>> >>> I'm looking to extract the board's MAC address from serial I2C EEPROM at >>> boot >

Re: Setting MAC address from I2C EEPROM - debug / commands? (Xilinx)

2022-11-23 Thread David Antliff
Hi Sean, thank you for your reply. On 23 Nov 2022, Sean Anderson wrote: > On 11/22/22 20:23, David Antliff wrote: > > My question is - is the 'i2c' command now the accepted and best way to > > interact with an > > I2C EEPROM? Or is there another command I

Setting MAC address from I2C EEPROM - debug / commands? (Xilinx)

2022-11-22 Thread David Antliff
Hi, I'm looking to extract the board's MAC address from serial I2C EEPROM at boot time, so I'm trying to work out how I can tell if U-Boot is actually able to communicate with this EEPROM, outside of manual i2c commands. I have set CONFIG_ZYNQ_MAC_IN_EEPROM and CONFIG_ZYNQ_MAC_IN_EEPROM howeve

Re: Issue with booting U-Boot from SD card, but using QSPI Flash for its Environment

2022-06-27 Thread David Antliff
> > From: Michal Simek > Sent: 27 June 2022 22:03 > To: David Antliff; u-boot@lists.denx.de > Subject: Re: Issue with booting U-Boot from SD card, but using QSPI Flash for > its Environment > > Hi, > > On 6/27/22 05:0

Issue with booting U-Boot from SD card, but using QSPI Flash for its Environment

2022-06-27 Thread David Antliff
Hi, I'm having some difficulty configuring U-Boot, in particular setting it up so that it can load from an SD card, but access its Environment from QSPI Flash. First of all, is this even possible? Can the U-Boot environment be stored in a different location from where U-Boot was loaded? Curre