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

   > @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.
   
   I open the debug config, but still no other log print after `## Starting 
application at 0x10800000 ...`
   I also compare the image in board with my PC build.
   No change in bin difference.
   
   ```
   => md 0x10800000
   10800000: e59ff018 e59ff018 e59ff018 e59ff018    ................
   10800010: e59ff018 e59ff018 e59ff018 e59ff018    ................
   10800020: 10800040 108004c0 10800280 10800400    @...............
   10800030: 10800340 10800568 108001c0 10800560    @...h.......`...
   10800040: e3a000df e121f000 ee110f10 e3c00005    ......!.........
   10800050: e3c00a01 ee010f10 e59f50d8 e1a00005    .........P......
   10800060: e3a01000 e2802901 e4801004 e4801004    .....)..........
   10800070: e4801004 e4801004 e1300002 1afffff9    ..........0.....
   10800080: e28f00b4 e890000e e1810003 e7850922    ............"...
   10800090: e28f00b0 e890001e e0852922 e1810003    ........")......
   108000a0: e2544001 e4820004 e2811601 1afffffa    .@T.............
   108000b0: e3a00000 ee080f17 ee080f16 ee080f15    ................
   108000c0: ee070fd5 ee070f15 e3851048 ee021f10    ........H.......
   ```
   
   Do you have any other advice? @masayuki2009 
   


-- 
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