We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i use ARM develop studio 2021.2, debug by dstream.
when i connect the rasperry PI4 . it report this error message:
Unable to stop device Cortex-A72_0Cannot attain state requested.Unable to stop device Cortex-A72_0
config.txt
[pi4]kernel=loop.bin
[all]arm_64bit=1 #enable 64bit imageenable_uart=1 #enable pl uartuart_2ndstage=1 #enable FW debug info
enable_jtag_gpio=1gpio=22-27=a4init_uart_clock=48000000init_uart_baud=115200#kernel_old=1 # if we set it, the image will be load at 0x0, otherwise the 64bit image will be load on 0x80000#disable_commandline_tags=1 #Fix me, when set it, the image will be load on 0x0 ?
hi Stephen:
thanks you very much
I found the reason, I didn't connect the ground of the raspberry pi4 and dstream,I thought the common ground was fine, only connect the ground of the raspberry pi4 and the computer.