Re: Seg fault on BeagleBone Black Wireless

2020-02-19 Thread Merlin Hansen
Hi all, Wow... Masayuki, excellent. I did not even have a chance to send in the more detailed information that Petro requested. I just tested the latest from the repo and it now works and I have a nsh> prompt on the BBBW. Thank you all for the help and excellent response. Petro: I'm using a Ra

Re: Seg fault on BeagleBone Black Wireless

2020-02-18 Thread Ishikawa, Masayuki (SHES)
Hi, All, I found root cause of this issue and just fixed. Please see https://github.com/apache/incubator-nuttx/pull/303 Regards, Masayuki On 2020/02/18 21:03, "Petro Karashchenko" wrote: Hello Merlin, Please send me compiler/toolchain version that you are using. Also please a

Re: Seg fault on BeagleBone Black Wireless

2020-02-18 Thread Petro Karashchenko
Hello Merlin, Please send me compiler/toolchain version that you are using. Also please attach produced binary and map file. I will try to reproduce your case locally. Some time ago when I was bringing up BBB I had similar issue, but at that point I considered it a compiler bug, because switchin

Re: Seg fault on BeagleBone Black Wireless

2020-02-17 Thread Ishikawa, Masayuki (SHES)
Hi, >arm_dataabort: Data abort. PC: 8a010e64 DFAR: 8a019b04 DFSR: 0001 According to the Arm Technical Reference Manual, DFSR: 0001 means that alignment fault happened at PC:8a010e64 when accessing data at DFAR: 8a019b04. http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi

Re: Seg fault on BeagleBone Black Wireless

2020-02-17 Thread Alan Carvalho de Assis
Hi Merlin, On 2/17/20, Merlin Hansen wrote: > Hi, > > I'm new to NuttX and BBBW, any assistance would be appreciated. > > I followed Alan Assis' blog post on how to get NuttX running on the > BeagBone Black board. I have the wireless version but I don't know if that > is causing my issue. > http

Seg fault on BeagleBone Black Wireless

2020-02-16 Thread Merlin Hansen
Hi, I'm new to NuttX and BBBW, any assistance would be appreciated. I followed Alan Assis' blog post on how to get NuttX running on the BeagBone Black board. I have the wireless version but I don't know if that is causing my issue. https://acassis.wordpress.com/2019/01/09/compiling-nuttx-to-beag