i am not able make it as a controller

 Hy 

i am using a nrf5349 Dk board ,i am able to build and flash the board.

but when i am using this by building and flashing the board with hci_uart .in the linux system i am not able to make it as a controller .can any one help me with the steps to be followed for the board to make it as a controller .

Thanks 

  • Hi,

    Do you get the same error for other ttyACM channels as well?

    Regards,
    Sigurd Hellesvik

  • hi check this file for what i am getting , and i tried with the three channels

    $ sudo dmesg
    [ 4974.576258] usb 2-1: new full-speed USB device number 3 using xhci_hcd
    [ 4974.723952] usb 2-1: New USB device found, idVendor=1366, idProduct=1055, bcdDevice= 1.00
    [ 4974.723965] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 4974.723998] usb 2-1: Product: J-Link
    [ 4974.724002] usb 2-1: Manufacturer: SEGGER
    [ 4974.724006] usb 2-1: SerialNumber: 000960124132
    [ 4974.733106] cdc_acm 2-1:1.0: ttyACM0: USB ACM device
    [ 4974.734862] cdc_acm 2-1:1.2: ttyACM1: USB ACM device
    [ 4974.735884] cdc_acm 2-1:1.4: ttyACM2: USB ACM device
    [ 4974.736969] usb-storage 2-1:1.7: USB Mass Storage device detected
    [ 4974.737378] scsi host3: usb-storage 2-1:1.7
    [ 4975.756681] scsi 3:0:0:0: Direct-Access     SEGGER   MSD Volume       1.00 PQ: 0 ANSI: 4
    [ 4975.758772] sd 3:0:0:0: Attached scsi generic sg2 type 0
    [ 4975.759775] sd 3:0:0:0: [sdb] 21829 512-byte logical blocks: (11.2 MB/10.7 MiB)
    [ 4975.760512] sd 3:0:0:0: [sdb] Write Protect is off
    [ 4975.760519] sd 3:0:0:0: [sdb] Mode Sense: 0b 00 00 08
    [ 4975.760980] sd 3:0:0:0: [sdb] No Caching mode page found
    [ 4975.761014] sd 3:0:0:0: [sdb] Assuming drive cache: write through
    [ 4975.770900]  sdb:
    [ 4975.772511] sd 3:0:0:0: [sdb] Attached SCSI removable disk
    

  • Hi,

    Sample: v2.1.0/zephyr/bluetooth/hci_usb
    nRF Connect SDK: v2.1.0
    Board: nrf5340dk_nrf5340_cpuapp

    8154.merged.hex

    merged_CPUNET.hex

    Flash:

    nrfjprog--recover--coprocessor CP_NETWORK
    nrfjprog--recover
    
    nrfjprog -f NRF53 --coprocessor CP_NETWORK --program build/hci_rpmsg/zephyr/merged_CPUNET.hex --chiperase
    nrfjprog -f NRF53 --coprocessor CP_NETWORK --verify build/hci_rpmsg/zephyr/merged_CPUNET.hex
    nrfjprog -f NRF53 --verify build/zephyr/merged.hex
    nrfjprog -f NRF53 --program build/zephyr/merged.hex --chiperase
    
    nrfjprog --reset

    Regards,
    Sigurd Hellesvik

Related