Debugging UCI on Murata Type2ab

I am developing updated firmware using the UCI build on the DW3_QM33_SDK_1.1.1 SDK.

anyhow, I am trying to run the OOTB build for UCI on the Type2ab board. and then use the run_fira_twr.py scripts., but I am doing it on my mac for the first time..

I am using the USB jack, J14, and don’t see the right device names. no cu.usbmodem

/dev/tty.usbserial-AG0KOX3W		
/dev/tty.usbserial-AQ01PCA3

both return not supported from the run_fira_twr.py

python run_fira_twr/run_fira_twr.py -p /dev/tty.usbserial-AG0KOX3W
08:13:49.435 CRITICAL:	UciComError.UnknownPort (0x1): "/dev/tty.usbserial-AG0KOX3W" is not supported

this is Macos Tahoe, and I have the ch340, cp210 and ftdi drivers loaded

last time I tested the scripts I was using my linux machine.. but I am away from that for another month or so..

any advice on how to move forward?

here is the ioreg output for one device

  | |   | +-o AppleUSB20HubPort@01112000  <class IORegistryEntry:IOService:AppleUSBHostPort:AppleUSBHubPort:AppleUSB20HubPort, id 0x1000008d6, registered, matched, act$
  | |   | | +-o FT232R USB UART@01112000  <class IORegistryEntry:IOService:IOUSBDevice:IOUSBHostDevice, id 0x1000008fd, registered, matched, active, busy 0 (446 ms), r$
  | |   | |   | {
  | |   | |   |   "sessionID" = 194184484
  | |   | |   |   "USBSpeed" = 1
  | |   | |   |   "UsbLinkSpeed" = 12000000
  | |   | |   |   "idProduct" = 24577
  | |   | |   |   "iManufacturer" = 1
  | |   | |   |   "bDeviceClass" = 0
  | |   | |   |   "IOPowerManagement" = {"PowerOverrideOn"=Yes,"CapabilityFlags"=32768,"MaxPowerState"=2,"DevicePowerState"=2,"DriverPowerState"=0,"ChildrenPowerState"$
  | |   | |   |   "bcdDevice" = 1536
  | |   | |   |   "bMaxPacketSize0" = 8
  | |   | |   |   "iProduct" = 2
  | |   | |   |   "iSerialNumber" = 3
  | |   | |   |   "bNumConfigurations" = 1
  | |   | |   |   "UsbDeviceSignature" = <0304016000064147304b4f583357000000ffffff>
  | |   | |   |   "USB Product Name" = "FT232R USB UART"
  | |   | |   |   "locationID" = 17899520
  | |   | |   |   "bDeviceSubClass" = 0
  | |   | |   |   "bcdUSB" = 512
  | |   | |   |   "kUSBSerialNumberString" = "AG0KOX3W"
  | |   | |   |   "USB Address" = 9
  | |   | |   |   "IOCFPlugInTypes" = {"9dc7b780-9ec0-11d4-a54f-000a27052861"="IOUSBHostFamily.kext/Contents/PlugIns/IOUSBLib.bundle"}
  | |   | |   |   "kUSBCurrentConfiguration" = 1
  | |   | |   |   "bDeviceProtocol" = 0
  | |   | |   |   "USBPortType" = 0
  | |   | |   |   "IOServiceDEXTEntitlements" = (("com.apple.developer.driverkit.transport.usb"))
  | |   | |   |   "USB Vendor Name" = "FTDI"
  | |   | |   |   "Device Speed" = 1
  | |   | |   |   "idVendor" = 1027
  | |   | |   |   "kUSBProductString" = "FT232R USB UART"
  | |   | |   |   "USB Serial Number" = "AG0KOX3W"
  | |   | |   |   "kUSBAddress" = 9
  | |   | |   |   "kUSBVendorString" = "FTDI"
  | |   | |   | }

use the J6 port, not J14

uci failure moved to different topic