Re[2]: SPI EEPROM

2021-08-24 Thread Вадим Ястребов
Hi Tim, You could search for any spi device being initialized. Search for spi_dev_s being declared in boards folder for some board, use it as an example and do the same initialization. Vadim Sent from Mail.ru app for iOS Tuesday, August 24, 2021, 3:16 PM -0400 from t...@jti.uk.com.invalid

devif_callback_alloc() not releasing callback structure?

2021-05-14 Thread Вадим Ястребов
Hello everyone!   I am still working on implementing 2 PHYs on IMXRT1064 and currently using netpkt example for transmitting the simplest packets.   Here is my problem:   Have 2 Ethernet interfaces (eth0 and eth1). eth0 is UP, eth1 is DOWN. Transmitting through eth1 results in packets coming out

IMXRT1064 and 2 Ethernet interfaces

2021-04-16 Thread Вадим Ястребов
Hello everyone, I have encountered a problem related to initializing 2 Ethernet interfaces on IMXRT1064 and I was wondering if you have any idea where to look for solutions. Sometimes both interfaces work fine. Sometimes, when initializing the second interface with ifconfig followed by ifup, t

iMXRT1064 IP addr assign to 2 ETH interfaces

2021-04-15 Thread Вадим Ястребов
Hello, I have iMXRT1064 board with 2 Ethernet interfaces and I am seeing that one Eth interface does not have an ip addr assigned to it (not using dhcp). How can a target/router/mask addresses be assigned to the second interface?   I have managed to make both PHYs initialize. Although, only the

iMXRT1064-EVK booting off SD card

2020-12-15 Thread Вадим Ястребов
Hello,   I am trying to create a bootable image using Secure Provisioning Tools by NXP to boot NuttX from SD Card. I would like to have everything copied to internal RAM. I am using flash.ld from nsh configuration for RT1060 where I changed every section to reside in sram.   Secure Provisioning

Re[2]: iMXRT1064-EVK nshocram linking issue

2020-11-23 Thread Вадим Ястребов
t;You will need to know what kind of memory is embedded. Hyper flash or QSPI > >Also start with nsh config as nshocram is more complex. > >David > > >-Original Message- >From: Вадим Ястребов [mailto:woody_haw...@mail.ru.INVALID] >Sent: Monday, November 23,

iMXRT1064-EVK nshocram linking issue

2020-11-23 Thread Вадим Ястребов
Hello,   My name is Vadim. I am new to NuttX and to the embedded world in general. I am trying to compile NuttX nshocram configuration for IMXRT1064-EVK board using 1060 configuration with changes to flash-ocram.ld and imxrt_flexspi_nor_boot.h.   In imxrt_flexspi_nor_boot.h, I changed FLASH_BAS