You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/19 04:39:45 UTC

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #7113: armv7-a/r: refact cp15_cache functions

GUIDINGLI commented on PR #7113:
URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250562818

   @masayuki2009 
   I have tried sabre-6quad:smp, both QEMU & real board, and can't reproduce your problem.
   
   real board, step:
   ./tools/configure.sh sabre-6quad:smp -j8
   make -j8
   
   sudo systemctl restart tftpd-hpa
   sudo cp nuttx.bin /srv/tftp/
   
   board:
   setenv ipaddr 192.168.31.56
   setenv serverip 192.168.31.57
   tftp 0x10800000 nuttx.bin
   go 0x10800000
   
   
   
   Here is the log:
   
   
   U-Boot 2016.03 (Dec 25 2017 - 22:47:32 +0800)
   
   CPU:   Freescale i.MX6Q rev1.2 996 MHz (running at 792 MHz)
   CPU:   Automotive temperature grade (-40C to 125C) at 40C
   Reset cause: POR
   Board: MX6-SabreSD
   I2C:   ready
   DRAM:  1 GiB
   PMIC:  PFUZE100 ID=0x10
   MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
   *** Warning - bad CRC, using default environment
   
   No panel detected: default to Hannstar-XGA
   Display: Hannstar-XGA (1024x768)
   In:    serial
   Out:   serial
   Err:   serial
   switch to partitions #0, OK
   mmc1 is current device
   Net:   FEC [PRIME]
   Normal Boot
   Hit any key to stop autoboot:  0 
   => 
   => 
   => 
   => setenv ipaddr 192.168.31.56
   => setenv serverip 192.168.31.57
   => tftp 0x10800000 nuttx.bin
   Using FEC device
   TFTP from server 192.168.31.57; our IP address is 192.168.31.56
   Filename 'nuttx.bin'.
   Load address: 0x10800000
   
            6.2 MiB/s
   done
   Bytes transferred = 130108 (1fc3c hex)
   => 
   Using FEC device
   TFTP from server 192.168.31.57; our IP address is 192.168.31.56
   Filename 'nuttx.bin'.
   Load address: 0x10800000
   
            5.2 MiB/s
   done
   Bytes transferred = 130108 (1fc3c hex)
   => go 0x10800000
   ## Starting application at 0x10800000 ...
   
   NuttShell (NSH) NuttX-10.4.0
   nsh> 
   nsh> ps
     PID GROUP CPU PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK   STACK   USED  FILLED COMMAND
       0     0   0   0 FIFO     Kthread N-- Assigned           00000000 001000 000432  43.2%  CPU0 IDLE
       1     1   1   0 FIFO     Kthread N-- Running            00000000 001000 000664  66.4%  CPU1 IDLE
       2     2   2   0 FIFO     Kthread N-- Running            00000000 001000 000664  66.4%  CPU2 IDLE
       3     3   3   0 FIFO     Kthread N-- Running            00000000 001000 000664  66.4%  CPU3 IDLE
       4     4 --- 192 RR       Kthread --- Waiting  Semaphore 00000000 001992 000416  20.8%  hpwork 0x108227d4
       5     5   0 100 RR       Task    --- Running            00000000 002000 001240  62.0%  nsh_main
   nsh> 
   nsh> hello
   Hello, World!!
   


-- 
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-unsubscribe@nuttx.apache.org

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