S32G-VNP-RDB2 Board network issues

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32G-VNP-RDB2 Board network issues

Jump to solution
189 Views
suda1684
Contributor I

Problem description:Configure according to the 《S32G-VNP-RDB2 Ethernet Enablement Guide》,Set the IP and netmask for eth0 after entering LinuxBSP350:ifconfig eth0 192.168.1.20 netmask 255.255.255.0 ,And set the connected PC's IP to 192.168.1.10, with a netmask of 255.255.255.0 .

Then Ping and find that can't connect, Please help me, what should I do next to enable Ethernet communication? #S32G-VNP-RDB2

suda1684_0-1716797780958.png

suda1684_1-1716797792041.png

suda1684_2-1716797808600.png

Best wishes

 

 

0 Kudos
Reply
1 Solution
170 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @suda1684

Thanks for the questions.

May I know if you were using the pre-built BSP35.0 images or not to boot the system? Besides, any other settings made from u-boot?

I just tested the eth0 with default BSP35.0 images and found no issues on it.

 

Best Regards

Chenyin

 

View solution in original post

0 Kudos
Reply
3 Replies
162 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @suda1684

Thanks for the feedback.

Well, in order to avoid any uncertain settings, I suggest the following method to test the ethernet port of the board.

  1. Download the pre-built BSP images, for example, 35.0, you may reference the following method:

- Sign in to your NXP account (link to NXP site: Automotive, IoT & Industrial Solutions | NXP Semiconductors)
- Click on "My NXP Account" (top-right) and click on "Software Licensing and Support" under the "Licensing" section within the window it opens.
- This will redirect you to another page. In this new page, select the option "View Accounts" under the "Software accounts" section.
- This will again redirect you to another page. On this page, you should see an "Automotive SW - S32G - Linux BSP (Cortex-A53)" option, click on it.

In there, you should see all the available BSP versions for your account. If you don't see the specific version you are looking for, help us contacting your local NXP FAE/representative, for them to start the required process to provide the access.

  1. While downloaded, unzip it and find the corresponding images for RDB2 SD boot: fsl-image-auto-s32g274ardb2.sdcard
  2. Use the following command to flash the binary to the SD card:

sudo dd if=./fsl-image-auto-s32g274ardb2.sdcard of=/dev/sdh bs=1M && sync

  1. Insert the SD card to the board, and boot the board till Linux prompt, test it by setting corresponding Ips

I ever tested it from my local board, no issue found on using the ethernet port you mentioned.

Hope it helps.

 

Best Regards

Chenyin

0 Kudos
Reply
171 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @suda1684

Thanks for the questions.

May I know if you were using the pre-built BSP35.0 images or not to boot the system? Besides, any other settings made from u-boot?

I just tested the eth0 with default BSP35.0 images and found no issues on it.

 

Best Regards

Chenyin

 

0 Kudos
Reply
167 Views
suda1684
Contributor I

hello,Chenyin

Thanks for your reply,

The BSP uses the version that was already installed in the SD card at the time of receipt.
The settings made in BSP are done according to the configuration in the file "S32G-VNP-RDB2 Ethernet Enablement Guide", and the corresponding configuration and pri parameters in U-BOOT are displayed in the figure below

suda1684_2-1716879264863.png

 

suda1684_0-1716879236814.png

 

suda1684_1-1716879249585.png

 

0 Kudos
Reply