Hi, On Sat, Sep 07, 2024 at 05:46:42PM +0800, Sadeep Madurange wrote: > source [find target/at91sam3XXX.cfg]
This is your problem. The config file doesn't define any flash so you only get debugging but not flashing with it. Probably you want to source target/at91sam3ax_8x.cfg instead. The flash driver has support for your part so worst case you need to change the target file a bit to match addresses and probably sizes. HTH -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fercer...@gmail.com