how to dump the currently-used RCW value from u-boot or from linux

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

how to dump the currently-used RCW value from u-boot or from linux

Jump to solution
1,444 Views
t_alex
Contributor III

My new board P3041-DS comes with SW1.1-SW1.5 set to 0_0001 which means RCW source is from I2C1 extended addressing.

Is there any way I can dump the RCW value from u-boot or from linux?

(More detail: The issue is when I tried to set RCW from Nor flash SW1.1-SW1.5=0_1101 ethernet networking is working for u-boot but not in linux. So i think

there are some difference in RCW configuration I would like to find out).

Labels (1)
Tags (2)
0 Kudos
1 Solution
520 Views
marius_grigoras
NXP Employee
NXP Employee

Hi,

You have 2 options:

1. U-boot log - the RCW is printed out by u-boot - is enough to have a serial console (set it up to 115200 baudrate) and a working u-boot

2. CodeWarrior - attach to your board using the Attach connection and read the RCW from RegistersView.

Regards,

Marius

View solution in original post

0 Kudos
1 Reply
521 Views
marius_grigoras
NXP Employee
NXP Employee

Hi,

You have 2 options:

1. U-boot log - the RCW is printed out by u-boot - is enough to have a serial console (set it up to 115200 baudrate) and a working u-boot

2. CodeWarrior - attach to your board using the Attach connection and read the RCW from RegistersView.

Regards,

Marius

0 Kudos