Chip ID reading failure for ESP 32 S3 when used with Quectel FGH100MAAMD2

hi,
I am using ESP 32 S3 with Quectel FGH100MAAMD, when i run porting assistant it always fails at
Read chip id from the MM chip [ FAIL ]

I am using this BCF file and default S3 connections as per the default config.


I am currently using 2_11 vrsion of morsemicro/halow ESP IDF component.

Any guidance would be greatly appreciated

Hi @omumbare

You showed me porting assistant outputs in other threads which showed the chip ID being read correctly. What changed?

A few notes:

  • bcf_fgh100mhaamd.bin is not the correct BCF for the FGH100MAAMD. You need to use bcf_fgh100maamd.bin. Note the extra h in the file you are currently using.
  • Reading the chip ID occurs before the BCF is loaded. Failure to read the chip ID is likely caused by a connection or host bus configuration issue. What changed from before?

hi @ajudge

Yes you are right, that is the wrong BCF (sorry, i totally missed it ) i will try again