Jetson nano with SX-NEWAH WIFI

basically, we are follow the Silex procedure about EVK of SX-NEWAH with jetson nano.

We try to update the DTB file to the overlay build:
/opt/nvidia/jetson-io/config-by-hardware.py -n XS-NEWAH-EVK
after save dts file and compile it.

and we have face error:
Traceback (most recent call last):
File “/opt/nvidia/jetson-io/config-by-hardware.py”, line 125, in
main()
File “/opt/nvidia/jetson-io/config-by-hardware.py”, line 117, in main
dtbo = configure_jetson(jetson, header, hw)
File “/opt/nvidia/jetson-io/config-by-hardware.py”, line 55, in configure_jetson
% (hw, header))
NameError: No configuration found for SX-NEWAH-EVK on Jetson 40pin Header!

to identified the problem, I have add print(“hw” hw), and that’s add
hw SX-NEWAH-EVK in the output

what’s the problem and how could I fix that?

dts file listed in Appendex B of Silex “APPLICATION NOTE:SX-NEWAH Evaluation with nVidia Jetson”

help needed