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/04/15 09:47:27 UTC

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on pull request #5650: armv7-a/armv7-r:cache: modify hardcode in cache set/way operation

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

   hi @masayuki2009 :
   
   I have a sabre-6quad board and use it to investigate this problem.
   The board name is `Freescale i.MX6 Quad SABRE Smart Device Board`, and I use `sabre-6quad:smp` config.
   
   I use tftp method and successful download nuttx bin
   
   but the nuttx can run at all
   
   ```
   => setenv ipaddr 192.168.10.102
   => setenv serverip 192.168.10.103
   => tftp 0x10800000 nuttx.bin
   Using ethernet@02188000 device
   TFTP from server 192.168.10.103; our IP address is 192.168.10.102
   Filename 'nuttx.bin'.
   Load address: 0x10800000
   Loading: #########
            9.4 MiB/s
   done
   Bytes transferred = 128144 (1f490 hex)
   => go 0x10800000
   ## Starting application at 0x10800000 ...
   
   ```
   
   It hang in there and not any other log print.
   
   Can you give me some advice?
   
   


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