Anyone encountered this error before when we do ma...
# mpw-2-silicon
a
Anyone encountered this error before when we do make F746ZG? Have followed steps followed in the video

https://www.youtube.com/watch?v=P26UL_lsNaY

. Have tried using both connect-under-reset and reset. Is it some issue with the st link installation ?
Had followed the following steps for st-link installation git clone https://github.com/texane/stlink cd stlink/ cmake . make #Step-2.2: Now we copy the built binaries to their place: cd build/Release/bin sudo cp st-* /usr/local/bin cd ../lib sudo cp .so /lib32 #Step-2.3: Copy udev rules: cd ../../.. sudo cp config/udev/rules.d/49-stlinkv* /etc/udev/rules.d/
m
I did the stlink installation like this: sudo apt-get install stlink-tools pip3 install mpy-cross
it does look like you have an issue with the stlink install
can you try removing your st-link install and trying as above?
a
Hi. I removed the stlink installation and installed as per the commands you mentioned. Have run into error " st-flash: symbol lookup error: st-flash: undefined symbol: init_chipids " @proppy