View source for Special:NewMessages
![]() First page |
![]() Previous page |
![]() Next page |
![]() Last page |
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page. Return to Thread:Talk:R-Car/Boards/Yocto-Gen3/8bit parallel video driver for Kingfisher. It seems that it is currently active in the public place. | |
Reset button (SW8) and Power button (SW9) do not work when M3 starter Kit connected to Kingfisher board. We need this in order to evaluate fastboot feature with Camera connected to Kingfisher. Any workaround? Note: SW8 and SW9 work fine without connecting Kingfisher board to M3 starter Kit. [Use Case] 1. Connect M3 starter Kit to Kingfisher Advanced Model board. 2. Boot up the board. 3. Press SW9 for resetting the board, without physical power disconnection. (Volatile memory should be maintained.) OR 1. Connect M3 starter Kit to Kingfisher Advanced Model board. 2. Boot up the board. 3. Software suspend the board. Press SW8 in order to power on the board, without physical power disconnection. (Volatile memory should be maintained.) [Board and other env.] Renesas RCAR M3 Starter Kit Sample Loader V3.02 2017.07.04 (M3 Starter Kit) MiniMonitor V3.02 2017.07.04 (M3 Starter Kit) Kingfisher Board Version (SBEV-RCAR-KF-M05)
WN According to the schematic the power supply seems to be controlled from Kingfisher(M05). I think you can not control power from SW8. Is there any switch/workaround to reset the kingfisher board ? Or would this be considered as a hardware limitation and no work around possible ? Although we would hope this is not the case. SW9 on Starter Kit can reset to CPU( and devices on Starter Kit).
However it cannot reset to devices on Kingfisher. Why do you need reset rather than SW6 on Kingfisher? >>Why do you need reset rather than SW6 on Kingfisher? We want to evaluate suspend to RAM mode of hibernation. For this, we are expecting to keep the power ON for the board so that during hibernation the contents of RAM are not lost. Software control for reset is not present so we need a RESET functionality equivalent like provided by SW8. Also we need kingfisher board for getting CAMERA interface CN29 access to M3 target. SW6 erases the RAM contents so we are not able to use it. Would you please let us know any workarounds, if possible, for this use case ? Thanks in advance. | |
Hi i build a yocto 2.23.1 with ADAS setup for H3 v2 board and an adas view card (boot with Image-r8a7795-h3ulcb-view.dtb) | |
I want to evaluate cryptographic algorithms on the boot loader before Linux starts up. We plan to include evaluation software in ARM Trusted Firmware (bl31-h3ulcb). ARM Trusted Firmware has no encryption algorithm, so we are considering using a library in OP-TEE (tee-h3ulcb). For example, in evaluating signature verification using RSA, the following processing is considered necessary. ・ Register the public key and secret key. ・ And generates a hash value of the evaluation target data. (For example SHA 256) ・ Generate a signature by encrypting the hash value with the secret key. ・ Generate a hash value by decrypting the signature with the public key. Among these processes, I do not know how to register the public key and secret key to OP-TEE. Please tell me what kind of processing can be realized from ARM Trusted Firmware. (If you have product planning, )I think that you should officially contact Renesas. I am not a product planning representative. | |
How to use usb webcam in H3?? Because I use python opencv >> cap = cv2.VideoCapture(0) It doesn't capture webcam How to solve this problem?? Ipodslessteven (talk)10:52, 17 October 2017 Hi I write information when I checked the usb webcam using Yocto v2.23.0. Environment: 1. Enable the following kernel config. Device Drivers --> Multimedia support ---> [*] Media USB Adapters [*] USB Video Class (UVC) [*] UVC input events device support (NEW) 2. Modify the gstreamer1.0-plugin-vspfilter # vi gst/vspfilter/vspfilterutils.c {GST_VIDEO_FORMAT_UYVY, V4L2_PIX_FMT_UYVY, V4L2_MBUS_FMT_AYUV8_1X32, 1}, + {GST_VIDEO_FORMAT_YUY2, V4L2_PIX_FMT_YUYV, V4L2_MBUS_FMT_AYUV8_1X32, 1}, 3. bitbake 4. How to run Ex) # gst-launch-1.0 v4l2src device=/dev/video16 ! video/x-raw,width=1920,height=1080 ! vspfilter ! video/x-raw,format=BGRA ! waylandsink * videoN: Please set according to your environment. Ex) In case of M3 SK it was video8. My environment : - Yocto v2.19.0 - USB Webcam logitech HD WEBCAM C525 I refer https://elinux.org/R-Car/Boards/Yocto-Gen3/OpenCL & https://elinux.org/index.php?title=R-Car/Boards/Yocto-Gen3&oldid=449821 sorry I don't know where can I revise the code you say in the first 1. Enable the following kernel config. Device Drivers --> Multimedia support ---> [*] Media USB Adapters [*] USB Video Class (UVC) [*] UVC input events device support (NEW) Ipodslessteven (talk)06:33, 23 October 2017 Please refer to the chapter 2.3.2 of https://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html |
![]() First page |
![]() Previous page |
![]() Next page |
![]() Last page |