hisilicon-opensdk: wire up CV200 open_ modules into firmware#2004
Merged
hisilicon-opensdk: wire up CV200 open_ modules into firmware#2004
Conversation
Bump opensdk to 1e2e1b4 which fixes 5 issues preventing open_ modules from working on hi3516cv200/hi3518ev200 hardware (openhisilicon#45). Wire up the CV200 module install — rename open_*.ko to vendor names in hisilicon/ so load_hisilicon picks them up transparently: - Source modules: mmz, himedia, sys_config, mipi, sensor_i2c/spi, etc. - Blob modules: hi3518e_base, hi3518e_sys, hi3518e_viu, etc. - Name mappings: open_vi.ko → hi3518e_viu.ko, open_rgn.ko → hi3518e_region.ko, open_acodec.ko → acodec.ko Enable TDE for CV200 (RGN blob depends on TDE symbols). Tested on hi3518ev200 board (64MB RAM, JXF22 sensor): all 29 modules load on boot, majestic streams H264+MJPEG 1080p, survives reboot. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add BR2_PACKAGE_HISILICON_OPENSDK=y to both CV200-family defconfigs so the opensdk modules are built and installed into firmware images. Without this, the firmware only contains vendor osdrv modules and the opensdk install block in hisilicon-opensdk.mk has no effect. Tested end-to-end: sysupgrade to firmware with opensdk modules, camera boots, all 32 modules load, H264+MJPEG streaming confirmed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hisilicon-opensdkto1e2e1b4(includes fix: resolve hi3516cv200 module issues for hardware deployment openhisilicon#45)open_*.koto vendor names inhisilicon/soload_hisiliconloads them transparentlyopen_*.kofromextra/to avoid duplicate modules on diskModule name mappings
open_mmz.kommz.koopen_himedia.kohi_media.koopen_sys_config.kosys_config.koopen_isp.kohi3518e_isp.koopen_vi.kohi3518e_viu.koopen_rgn.kohi3518e_region.koopen_acodec.koacodec.koopen_{base,sys,vpss,...}.kohi3518e_{base,sys,vpss,...}.koTest plan
make BOARD=hi3516cv200_lite br-hisilicon-opensdkload_hisilicon🤖 Generated with Claude Code