[beagleboard] Starting kdump-tools: kdump is not supported by this kernel ... failed! at BeagleBone AI

2020-09-16 Thread jisu . au
I have a kernel panic happening and I want to analyze the core dump. 
However, the following error occurs during booting at BeagleBone AI 

[7.758681] kdump-tools[1024]: Starting kdump-tools: kdump is not 
supported by this kernel ... failed!
[   10.728480] kdump-tools[1210]: Stopping kdump-tools: kexec unload 
failed: Function not implemented
[   10.744723] kdump-tools[1210]: failed to unload kdump kernel ... failed!
[   11.158265] kdump-tools[1235]: Starting kdump-tools: kdump is not 
supported by this kernel ... failed!

How do I fix this problem?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/638ae16a-9955-4392-8670-c6b15cd9e2c2o%40googlegroups.com.


[beagleboard] How to create /dev/spidev2.0 for beaglebone AI?

2020-07-22 Thread jisu . au

How to create /dev/spidev2.0 for beaglebone AI?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/de6d58b0-2f0c-420d-88ee-c90c9e3c4f7eo%40googlegroups.com.


[beagleboard] Re: BBAI and HW MCSPI3 ch 0 (linux spidev 2.0) custom usage in Linux

2020-07-21 Thread jisu . au


2020년 7월 20일 월요일 오전 4시 10분 40초 UTC+9, Raul Rathmann 님의 말:
>
>
> Hi,
>
> I've got a custom board where I need/want to use the MCSPI3 CS0, CS2 and 
> CS3 hw lines for SPI.
>
> When I configure and enable mcspi3 in a custom DTS for the Linux image, 
> with  I get the following message viewable with dmesg:
> [ 1.189920] omap2_mcspi 480b8000.spi: chipselect 0 already in use
> [ 1.196085] spi_master spi2: spi_device register error 
> /ocp/spi@480b8000/channel@0
> [ 1.203721] spi_master spi2: Failed to create SPI device for 
> /ocp/spi@480b8000/channel@0
>
> So, channel 0 seems to be conflicting with some other driver or usage.
>
> I finally figured out that the "am5729-beagleboneai.dts" file has a 
> reference to mcspi3:
>  {
> status = "okay";
> ti,pindir-d0-out-d1-in;
>
> sn65hvs882: sn65hvs882@0 {
> compatible = "pisosr-gpio";
> gpio-controller;
> #gpio-cells = <2>;
>
> reg = <0>;
> spi-max-frequency = <100>;
> spi-cpol;
> };
> };
>
> My question is can I disable/override this usage?
>
> I don't know the system purpose of the "pisosr-gpio"/sn65hvs882 device and 
> what the effect will be if Linux access is disabled. Since I'll have a 
> custom device on linux spidev2.0, I don't want some other part of the 
> system trying to access that SPI bus/channel and causing problems with my 
> device.
>
> Thanks for any insights.
>
> Raul
>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/91e97b66-5f2d-47ac-971b-41ff8c5e6bafo%40googlegroups.com.


[beagleboard] [BeagleBoneAI]i use spidev1.0 or spidev1.0, but application can not communicate to spi slave for BeagleBoneAI

2020-07-21 Thread jisu . au
I am creating an application using /dev/spidev1.0 /dev/spidev1.1.
However, the signals such as spi clcok, MISO, MOSI, and SPI_CS are not 
high/low, regardless of what is used.

For the BeagleBone AI
P9.28 -SPI3_SS1
P9.29 -SPI3_MISO
P9.30 SPI3_MOSI
P9.31 SPI3_SCK

Why can't I do SPI communication with the slave?

Of course, /dev/spidev1.0 and /dev/spi1.1 were created normally by 
configuring the devicetree.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/5f28c5ae-d090-4208-871e-fb802088784ao%40googlegroups.com.


[beagleboard] I cannot find /dev/spidev for beagleboneAI

2020-07-13 Thread jisu . au
I wanna to use spi driver.
But beagleboneAI have no /dev/spidev

How to use spi device driver for beagleboneAI.

Thanks
Regards

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/32b22fb1-5dd2-41e9-9350-2b80a3ed71fdo%40googlegroups.com.


[beagleboard] Could I get CDC NCM driver for windows 10 (BeagleBone AI)

2020-07-13 Thread jisu . au
My device manager of windows 10 cannot load CDC NCM driver when connect usb 
with BeagleBone Black.

When I connect WIndos10 by USB cable with BeagleBone AI, But i cannot send 
ping 8.8.8.8 byte.  
I cannot use network of beagleBone AI,  Just I wanna to use USB Network 
with CDC NCM (USB Network Driver) .

But My windows10(PC) cannot load CDC NCM driver on Device Manger.

Could i provide CDC NCM driver for windows10.

Thanks
Regards
Jisu 

[image: CDC NCM_error.png]
 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/7014f3da-e0aa-48ae-8afe-a9cdadcb085fo%40googlegroups.com.