Hi Himanshu Savargaonkar ,
For attaching the logs you can click on "Use advanced editor", after selecting the reply button. There you will find an "Attach" field.
Coming to the issue, you are not getting the login prompt or there are too many logs on your screen? If you are getting a login prompt, then make sure you have validated the serial console TX/RX pins working. Also, make sure that your minicom is configured to get the hardware input.
If you have the OTG support, you can try with ADB on your board to see the console on your PC. Connect OTG cable on USB OTG port. You can check with below commands:
- sudo adb root
- sudo adb restart
- adb devices
- adb shell
Regards,
Kunal