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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org