masayuki2009 commented on PR #5650:
URL: https://github.com/apache/incubator-nuttx/pull/5650#issuecomment-1100569224

   @zhuyanlinzyl 
   
   >It hang in there and not any other log print.
   >
   >Can you give me some advice?
   
   How about enabling debug options and also disables ram log as follows.
   
   ```
   --- a/boards/arm/imx6/sabre-6quad/configs/smp/defconfig 
   +++ b/boards/arm/imx6/sabre-6quad/configs/smp/defconfig 
   @@ -23,6 +23,9 @@ CONFIG_ARMV7A_WAYSIZE_64KB=y 
    CONFIG_BOARD_LOOPSPERMSEC=99369 
    CONFIG_BOOT_RUNFROMSDRAM=y 
    CONFIG_BUILTIN=y 
   +CONFIG_DEBUG_ASSERTIONS=y 
   +CONFIG_DEBUG_ERROR=y 
   +CONFIG_DEBUG_FEATURES=y 
    CONFIG_DEBUG_FULLOPT=y 
    CONFIG_DEBUG_SYMBOLS=y 
    CONFIG_DEV_ZERO=y 
   @@ -42,9 +45,6 @@ CONFIG_NSH_READLINE=y 
    CONFIG_PL310_LOCKDOWN_BY_LINE=y 
    CONFIG_PL310_LOCKDOWN_BY_MASTER=y 
    CONFIG_PREALLOC_TIMERS=4 
   -CONFIG_RAMLOG=y 
   -CONFIG_RAMLOG_BUFSIZE=16384 
   -CONFIG_RAMLOG_SYSLOG=y 
    CONFIG_RAM_SIZE=1073741824 
    CONFIG_RAM_START=0x10000000 
    CONFIG_RAM_VSTART=0x10000000 
   @@ -58,6 +58,7 @@ CONFIG_STACK_COLORATION=y 
    CONFIG_START_MONTH=3 
    CONFIG_START_YEAR=2016 
    CONFIG_SYMTAB_ORDEREDBYNAME=y 
   +CONFIG_SYSLOG_TIMESTAMP=y 
    CONFIG_SYSTEM_NSH=y 
    CONFIG_SYSTEM_SYSTEM=y 
    CONFIG_SYSTEM_TASKSET=y 
   ```
   
   >@masayuki2009 Is the loadaddr(0x10800000) error ? I just use same address 
from you
   
   Yes, the address is correct.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to