Giter Club home page Giter Club logo

Comments (17)

150balbes avatar 150balbes commented on July 20, 2024

What DTB is used ? The core of 4.19 out of date and no longer used.

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

when I use Armbian_5.73_Aml-s905_Debian_stretch_default_4.20.2_20190130.img.xz
the kernel is ok,but hdmi no audio output,so I use 4.19.

from jetson-nano.

150balbes avatar 150balbes commented on July 20, 2024

What DTB is used to 4.20 ?

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

now I pull your latest code and make zImage. I wish the hdmi works ok.
I down load a armbian img file that hdmi ok
I use mount the img,and use dtb and kernel config file form it

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

I think the kernel panic is belong to the kernel.
I replace the kernel which makes panic with the one the hdmi is ok,and the kernel is ok,and the DTB is still the old one.so I think DTB is ok,The reson is the kernel.

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

[ 22.879434] ------------[ cut here ]------------
[ 22.879443] Unknown pixelformat 0x31324d41
[ 22.879504] WARNING: CPU: 0 PID: 2935 at drivers/media/v4l2-core/v4l2-ioctl.c:1340 v4l_enum_fmt+0x1558/0x1850
[ 22.879507] Modules linked in: fuse bnep btsdio bluetooth ecdh_generic brcmfmac brcmutil cfg80211 rfkill asix usbnet meson_ir ao_cec rc_core meson_gxbb_wdt pwm_meson meson_rng rng_core adc_keys input_polldev ip_tables x_tables ipv6 realtek
[ 22.879556] CPU: 0 PID: 2935 Comm: gst-plugin-scan Not tainted 4.19.0-rc7-aml-s9xxx #7
the panic is happend when the desktop is running,when I was not install the desktop,everything is ok

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

HDIM audio is still not work in 4.20.

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

I think the problum is the DTB.
the kernel is ok,no panic about v4l2.

from jetson-nano.

150balbes avatar 150balbes commented on July 20, 2024

I repeat the question. What DTB do you use in the 4.20 kernel (with which sound does not work) ? I don't need information about the 4.19 kernel and its panic.

from jetson-nano.

150balbes avatar 150balbes commented on July 20, 2024

Send me your dtb file, I will add the necessary fixes for the sound.

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

how did I send it to you?
I want to say thanks a lot.
email address?

from jetson-nano.

150balbes avatar 150balbes commented on July 20, 2024

send pull request my branch

from jetson-nano.

150balbes avatar 150balbes commented on July 20, 2024

Then take the DTB file from VIM1, just process it DTC and compare them. There will be a section about the sound, where you need to fix a few lines.

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

yes,I got the sound code.But I think it is hard for me ,I am working on it now.

sound {
compatible = "simple-audio-card";
simple-audio-card,name = "meson-gx-audio";
assigned-clocks = < 0x0b 0x0f 0x0b 0x0d 0x0b 0x0e >;
assigned-clock-parents = < 0x00 0x00 0x00 >;
assigned-clock-rates = < 0x11940000 0x10266000 0x17700000 >;

simple-audio-card,dai-link@0 {
	format = "i2s";
	mclk-fs = < 0x100 >;
	bitclock-master = < 0x3b >;
	frame-master = < 0x3b >;

	plat {
		sound-dai = < 0x3c >;
	};

	cpu {
		sound-dai = < 0x3b >;
	};

	codec {
		sound-dai = < 0x16 >;
	};
};

};

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

ok,I just burn Armbian_5.67_Aml-s9xxx_Debian_stretch_default_4.19.7_20181228.img,and I use the right dtb,and there is no kernel panic about v4l2,and hdmi audio and BT works fine.
by the way,thanks a lot.

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

These days ,I just use meson-gxl-s905d-p231.dtb and kernel 4.20 on my board,and The HDMI and video is ok,so I think my board is base on p231 board,The only trouble is bluetooh,It is not wok ,can you just add bluetooth(bcm43438-bt) support for phicomm-n1 base on meson-gxl-s905d-p231.dtb?

from jetson-nano.

zys1310992814 avatar zys1310992814 commented on July 20, 2024

All device is ok now! Thanks

from jetson-nano.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.