Andy Hu
52229a33bc
starfive-firmware: Add ECR6600U usb wifi firmware
...
ECR6600U usb wifi support to run on visionfive2 board
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-28 15:43:17 +08:00
carter.li
4e5d8dddcf
hifi4: init hifi4 sof firmware package
...
init hifi4 sof firmware package
Signed-off-by: carter.li <carter.li@starfivetech.com >
2023-11-28 15:43:17 +08:00
Jianlong Huang
8003c018db
system: skeleton: init: Fix mount ROOT fail
...
The SD card is not ready when ramdisk init and mount root;
So add a delay to wait for SD card ready, period is 100ms, timeout is 10s
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com >
2023-11-28 15:43:17 +08:00
jianlonghuang
37130ce9bb
delete useless README
...
Signed-off-by: jianlonghuang <jianlong.huang@starfivetech.com >
2023-11-28 15:43:17 +08:00
Andy Hu
74bd59a052
qt_test: add qt test example package
...
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-28 15:43:17 +08:00
Andy Hu
2584ef7236
package: qt5base: fix the text input issue
...
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-28 15:43:17 +08:00
Andy Hu
69a5fdf298
package: qtwebkit: support riscv
...
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-28 15:43:17 +08:00
Andy Hu
2c1e4a5861
update libnspr to 4.34
2023-11-28 15:43:17 +08:00
Andy Hu
a304ca521c
qt5: update to support riscv arch
...
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-28 15:43:17 +08:00
ziv.xu
d2bdf6ee04
starfive: starfive-firmware: replace ap6256 wifi firmware
...
replace ap6256 wifi firmware
Signed-off-by: ziv.xu <ziv.xu@starfive.com >
2023-11-28 15:43:17 +08:00
ziv.xu
f87ba1839f
starfive: starfive-firmware: modify ap6256 bt startup script
...
modify ap6256 bt startup script
Signed-off-by: ziv.xu <ziv.xu@starfive.com >
2023-11-28 15:43:17 +08:00
Mason Huo
6de31c3258
package: starfive: Add rtl8852bu usb bt firmware
...
Remove the upstream rtl8852bu usb bt firmware
since it's not working on the module.
Add the firmware in starfive-firmware package.
Signed-off-by: Mason Huo <mason.huo@starfivetech.com >
(cherry picked from commit 81c746485c38c4ea971b32d1e22040e295efe178)
2023-11-28 15:43:17 +08:00
ziv.xu
832e2a768a
starfive-firmware: improve BT startup script
...
improve BT startup script
Signed-off-by: ziv.xu <ziv.xu@starfive.com >
(cherry picked from commit 0ae7b4023e2e1cb5186964f0f2af82db506f771e)
2023-11-28 15:43:17 +08:00
Andy Hu
fa0c16659e
package/bluez5_utils: fix compiler error for gcc 12.2.0
...
Keep the bluez5_utils-headers version and patches in sync with bluez5_utils
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-28 15:43:17 +08:00
leo.lu
95bd0e86f0
Setting hdmi audio output as alsa default config
2023-11-28 15:43:17 +08:00
ziv.xu
a345d7d9c6
bluez5_utils:replace bluez version
...
replace bluez version
Signed-off-by: ziv.xu <ziv.xu@starfive.com >
2023-11-28 15:43:17 +08:00
ziv.xu
1824bba224
starfive:add autoload bluetooth firmware function
...
add autoload bluetooth firmware function
Signed-off-by: ziv.xu <ziv.xu@starfive.com >
2023-11-28 15:43:17 +08:00
Andy Hu
88f9b66444
starfive: add starfive-firmware package
...
add below firmware:
BR2_PACKAGE_STARFIVE_FIRMWARE_AP6256_BLUETOOTH
BR2_PACKAGE_STARFIVE_FIRMWARE_AP6256_SDIO_WIFI
add ap6256 bluetooth and sdio wifi firmware
files to /lib/firmware/.
for addtional firmware file, we can also add it
like this way.
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-28 15:43:17 +08:00
Andy Hu
50ab236c33
Merge tag 'JH7110_SDK_515_v5.9.3' into jh7110-mm-devel
2023-11-23 19:28:58 +08:00
andy.hu
c62aefa667
Merge branch 'CR_8457_new_IPA_framework_zejian.su' into 'jh7110-mm-devel'
...
CR_8457: Modify the IPA' framework.
See merge request sdk/buildroot!151
2023-11-23 09:14:47 +00:00
zejian.su
a35ad1b77c
Modify the IPA' framework.
...
1. Move the files of 'ipa/starfive/helper' to 'ipa/starfive'.
2. Add a folder named 'openAlgo' to supply the interface of 'algorithms',
but it does nothing. It will generate the starfive_isp_algorithms.so.
3. Let the ipa_starfive.so invoke the functions from starfive_isp_algorithms.so.
4. Add the starfive_isp_algorithms.so.x.x.x to folder 'starfive_post_script'.
It's the full IPA algorithms library. Use it to substitute starfive_isp_algorithms.so
generated by the building to get the full functions of the IPA.
5. Remove the ipa_starfive.so.x.x.x from folder 'starfive_post_script'.
6. Modify the ls starfive_post_script/replace_and_sign_ipa_starfive_lib.sh to
starfive_post_script/replace_algorithm_lib.sh for it just need to replace the so
file. And the sign file is not need to create.
Signed-off-by: zejian.su <zejian.su@starfivetech.com >
2023-11-23 17:03:22 +08:00
andy.hu
6a2753543c
Merge branch 'CR_3502_busybox_wget_support_https_Andy.Hu' into 'jh7110-devel'
...
CR_3502: busybox wget support https
See merge request sdk/buildroot!150
2023-11-23 08:23:30 +00:00
Andy Hu
2709692789
package/busybox: add wget to support https
...
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-20 11:10:07 +08:00
andy.hu
345223db16
Merge branch 'CR_8393_qtpreview_prompt_zejian.su' into 'jh7110-mm-devel'
...
CR_8393: Fix the qt preview prompt: unexpected colour space Unset
See merge request sdk/buildroot!149
2023-11-16 08:49:37 +00:00
Andy Hu
59bd9f64fe
package/libcamera: update new version
...
Add color space configuration in the pipeline
Signed-off-by: zejian.su <zejian.su@starfivetech.com >
2023-11-16 16:48:21 +08:00
andy.hu
f7e4126fd3
Merge branch 'CR_8306_libcamera-still_zejian.su' into 'jh7110-mm-devel'
...
CR_8306: Fix the libcamera-still bug at low resolution (redmine #8306 )
See merge request sdk/buildroot!148
2023-11-16 08:04:00 +00:00
andy.hu
a9fbe14245
Merge branch 'CR_8279_qt_preview_zejian.su' into 'jh7110-mm-devel'
...
CR_8279: Make the qt preview work in SDK/VF2/DEVDIT.
See merge request sdk/buildroot!147
2023-11-16 08:03:12 +00:00
zejian.su
79a633c38a
Fix the libcamera-still bug at low resolution (redmine #8306 ).
...
Set the raw stream's resolution too.
Signed-off-by: zejian.su <zejian.su@starfivetech.com >
2023-11-16 10:15:29 +08:00
zejian.su
4c4ac467c9
Make the qt preview work in SDK/VF2/DEVDIT.
...
1. Fill the NV12 data into the QT buffer.
2. For the low performance of QWidget, reduce the FPS to 15.
3. Remove the EGL preview option because its code can't work well.
The qt supported patch has been verified on the VF2 with qt5 (linuxfb plugin).
Signed-off-by: zejian.su <zejian.su@starfivetech.com >
2023-11-16 10:11:47 +08:00
andy.hu
9d56d70102
Merge branch 'CR_8306_libcamera-apps_low_resolution_zejian.su' into 'jh7110-mm-devel'
...
CR_8306: Let the option: width, height work again
See merge request sdk/buildroot!145
2023-11-09 04:57:15 +00:00
zejian.su
f671a1a5e9
Let-the-option-width-height-work-again
...
Signed-off-by: zejian.su <zejian.su@starfivetech.com >
2023-11-09 12:55:42 +08:00
andy.hu
aa0dd43a8e
Merge branch 'CR_8260_libcamera-vid_zejian.su' into 'jh7110-mm-devel'
...
Fix the bug in libcamera-vid.
See merge request sdk/buildroot!143
2023-11-09 04:55:18 +00:00
zejian.su
5b3def098d
Fix the bug in libcamera-vid.
...
It prompt: failed to open v4l2 H264 encoder.
The reason is loss if encoder options and definement.
Sign-off-by: zejian.su <zejian.su@starfivetech.com >
2023-11-09 12:54:42 +08:00
andy.hu
2854f750cf
Merge branch 'CR_6612_libcamera_mm_Andy.Hu' into 'jh7110-mm-devel'
...
CR_6612: package/libcamera: do fix-rpath before ipa library sign
See merge request sdk/buildroot!142
2023-11-04 07:55:45 +00:00
Andy Hu
5643edd94d
package/libcamera: do fix-rpath before ipa library sign
...
add host-patchelf to dependencies
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-04 15:50:43 +08:00
andy.hu
9ec1523084
Merge branch 'CR_6612_libcamera_mm_Andy.Hu' into 'jh7110-mm-devel'
...
CR_6612: package/libcamera: sync with v0.0.5 libcamera in upstream libcamera
See merge request sdk/buildroot!140
2023-11-02 09:11:00 +00:00
Andy Hu
0d676d1cac
package/libcamera: sync with v0.0.5 libcamera in upstream libcamera
...
fix issue:
package/libcamera/Config.in:7:error: recursive dependency detected!
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-02 17:08:19 +08:00
andy.hu
07d473ebc5
Merge branch 'CR_6612_libcamera_mm_zejian.su' into 'jh7110-mm-devel'
...
CR_6612: Update the libcamera and the libcamera-apps
See merge request sdk/buildroot!139
2023-11-02 03:48:54 +00:00
Andy Hu
e83e130692
package/libcamera: update version from starfive github repo
...
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2023-11-02 11:47:22 +08:00
zejian.su
e50c6c1b2b
Make 5 libcamera-apps work. They are libcamera-hello, libcamera-jpeg, libcamera-still, libcamera-raw, libcamera-vid
...
Signed-off-by: zejian.su <zejian.su@starfivetech.com >
2023-11-01 17:58:58 +08:00
zejian.su
53780ad297
1. Update the libcamera to tag: 0.0.5.
...
2. Add IPA to the libcamera.
Signed-off-by: zejian.su <zejian.su@starfivetech.com >
2023-11-01 17:57:13 +08:00
Andy Hu
149bf80967
Merge tag 'JH7110_515_SDK_v5.8.1' into jh7110-mm-devel
2023-10-18 19:32:00 +08:00
andy.hu
18064ef8e6
Merge branch 'CR_6961_ffmpeg_gst_Som.Qin' into 'jh7110-mm-devel'
...
CR 6961 Fix issue where the bottom of 1080P video output from the decoder was blurr
See merge request sdk/buildroot!138
2023-10-18 11:05:50 +00:00
andy.hu
529f0ec41b
Merge branch 'CR_7020_gpu_shanlong.li' into 'jh7110-devel'
...
CR_7020: gpu📦 update gpu package hash
See merge request sdk/buildroot!137
2023-10-18 10:55:02 +00:00
Som Qin
51cb20e8bf
gstreamer: kms: Gets environment variables "SF_OMX_SLICE" to support special cases
...
Signed-off-by: Som Qin <som.qin@starfivetech.com >
2023-10-18 10:49:07 +08:00
Som Qin
5ac204f16b
gst-omx: Set a env "SF_OMX_SLICE" when nSliceHeight > nFrameHeight.
...
Env variables are set to bypass the negotiation mechanism to direct display
with drm(kmssink).
Signed-off-by: Som Qin <som.qin@starfivetech.com >
2023-10-18 10:46:58 +08:00
Som Qin
b081fb1e4e
FFmpeg: Omxdec:Use strde and slice form decoder to calculate avframe buffer linesize
...
Signed-off-by: Som Qin <som.qin@starfivetech.com >
2023-10-18 10:36:00 +08:00
shanlong.li
4d710a485c
gpu 📦 update gpu package hash
...
update gpu package hash
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com >
2023-10-16 20:05:17 -07:00
Andy Hu
44968ea608
Merge tag 'JH7110_515_SDK_v5.8.0' into jh7110-mm-devel
2023-10-11 18:20:18 +08:00
andy.hu
88cd951a4c
Merge branch 'CR_7821_busybox_add_command_for_ltpddt_Andy.Hu' into 'jh7110-devel'
...
CR_7821: busybox: add some command for ltp-ddt
See merge request sdk/buildroot!135
2023-10-11 08:33:23 +00:00