SD not initializing in XIAO RoundDisplay with ESP32C3

Yes, please! Thanks a lot. Here it is -
Complier Output:

Sketch uses 839280 bytes (64%) of program storage space. Maximum is 1310720 bytes.
Global variables use 39748 bytes (12%) of dynamic memory, leaving 287932 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port /dev/cu.usbmodem2101
Connecting...
Chip is ESP32-C3 (revision v0.4)
Features: WiFi, BLE
Crystal is 40MHz
MAC: 64:e8:33:00:9b:08
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00003fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x000e3fff...
Compressed 13200 bytes to 9522...
Writing at 0x00000000... (100 %)
Wrote 13200 bytes (9522 compressed) at 0x00000000 in 0.2 seconds (effective 475.6 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 146...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 439.0 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 630.1 kbit/s)...
Hash of data verified.
Compressed 867280 bytes to 526870...
Writing at 0x00010000... (3 %)
Writing at 0x00018af1... (6 %)
Writing at 0x00024565... (9 %)
Writing at 0x0002d55c... (12 %)
Writing at 0x00036dcb... (15 %)
Writing at 0x0003ca1f... (18 %)
Writing at 0x00042ef3... (21 %)
Writing at 0x000495b9... (24 %)
Writing at 0x0004f4ef... (27 %)
Writing at 0x000566c5... (30 %)
Writing at 0x0005c9b6... (33 %)
Writing at 0x00062c2e... (36 %)
Writing at 0x000688cd... (39 %)
Writing at 0x0006e453... (42 %)
Writing at 0x00074676... (45 %)
Writing at 0x0007a59e... (48 %)
Writing at 0x000801c8... (51 %)
Writing at 0x00085c2a... (54 %)
Writing at 0x0008bcb0... (57 %)
Writing at 0x000914d8... (60 %)
Writing at 0x00097473... (63 %)
Writing at 0x0009d643... (66 %)
Writing at 0x000a31cd... (69 %)
Writing at 0x000a9212... (72 %)
Writing at 0x000af4ea... (75 %)
Writing at 0x000b5956... (78 %)
Writing at 0x000bbc96... (81 %)
Writing at 0x000c219c... (84 %)
Writing at 0x000c7fc9... (87 %)
Writing at 0x000ce233... (90 %)
Writing at 0x000d5d8c... (93 %)
Writing at 0x000dcaa9... (96 %)
Writing at 0x000e2a28... (100 %)
Wrote 867280 bytes (526870 compressed) at 0x00010000 in 6.3 seconds (effective 1109.6 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...

Serial Moniter:

19:17:59.738 -> Waiting for WiFi Connection...
19:18:00.728 -> Waiting for WiFi Connection...
19:18:01.751 -> Waiting for WiFi Connection...
19:18:02.741 -> Waiting for WiFi Connection...
19:18:04.227 -> WiFi Connection Failed
19:18:09.239 -> BME688 test
19:18:10.031 -> Initializing SD card... 
19:18:11.022 -> initialization failed! 
19:18:11.022 -> 
19:18:11.022 -> 2024/02/10 19:17:23
19:18:11.384 -> Temperature = 25.10°C 
19:18:11.384 -> Humidity = 28.36% 
19:18:11.384 -> Gas = 155.81KOhms 
19:18:11.384 -> 
19:18:11.384 -> SD Failed 
19:18:11.483 -> 2024/02/10 19:17:24
19:18:11.845 -> Temperature = 25.08°C 
19:18:11.845 -> Humidity = 28.32% 
19:18:11.845 -> Gas = 163.42KOhms