适配图片
适配视频
rock 3A 2GB跑起来还挺快的哈哈, 视频播放量 161、弹幕量 0、点赞数 3、投硬币枚数 0、收藏人数 0、转发人数 0, 视频作者 deritert, 作者简介 memory is everything,相关视频:全站首发Radxa X4开箱:性价比最高的x86开发板?以及安装FydeOS体验,360° POV - The Rumbling arrives, Eren crushes Global Alliance in Marley |...
适配结果及测试问题
目前鼠标没看到。需要从无障碍更换鼠标颜色
[ 17.583097] frecon[414]: Unable to hide cursor on crtc:71 No such device or address.
自带的音频解码器不工作之外,其他都还好。窗口拖动有点撕裂。
硬件解码/npu/gpu都意外的工作正常。
2gb比原来的debian自带的浏览器流畅很多。这个配置挺适合一些数字标牌/图书馆/车站/工业上这种需要Koisk的HMI场景
termina无法下载
笔记
参考这篇适配recipe
# Porting openFyde for a device with an ARM SoC
## Objectives
This recipe describes my steps to port openFyde for an SBC with an ARM SoC. Porting on the ARM platform is considerably more complicated than on x86 machines; the process also heavily depends on the design and configuration of individual devices.
Readers of this recipe are expected to have experience in Linux kernel debugging and basic concepts of ARM architecture and embedded systems [devicetree](https://en.wikipedia.org/wiki/Devicetree), as well as basic familiarity with openFyde / Chromium OS build systems.
Please note that this recipe focuses on how to **bring up** openFyde on **a particular** SBC. For similar hardware devices, you may run into various issues which are not included here(sound, DP output, camera, etc.).
In this recipe, I will document the porting process for Radxa [Rock 4C Plus](https://rockpi.org/rockpi4) with [RK3399 SoC](https://www.rock-chips.com/a/en/products/RK33_Series/2016/0419/758.html).
## Prerequisite
A few things to note:
* First, make sure that your ARM SBC(referred to as "dev board" hereafter) is able to boot at least one Linux distro and that it is working as expected.
This file has been truncated. show original
大概做了一些适配工作
在rock 5b的基础上修改的。rk3588和rk3568一起发布的,需要更改的地方不多
uboot适配rock 3A(直接把rock 3a的uboot编译好放过来)
rock 3A在目前的代码库里面有,改一下有问题的设备树节点
内核修改一些选项,能够跑起来,比如biforst
更换libmali的驱动, libmali-bifrost-g52-g2p0-dummy.so
固件
链接:https://pan.baidu.com/s/1vJjS3KpoDA8G6I_s497R-A?pwd=2v89
提取码:2v89
md5: dad75c075f10560973b97a33d8b37c00
刷入SD卡,EMMC应该也能用,暂时没测试
后续工作
从开始适配到点亮大概花了四五天时间。代码和固件稍后几天上传。估计rock 3b和rock 3c都能点亮。
radxa家还有rk356x的设备比如还有zero 3E/W 这种uboot不一样,要重新适配uboot估计就行了。
后续rk356x再适配一下orange pi 3c和嘉立创的泰山派哈哈。
2 个赞
alpha
(Alpha)
2024 年9 月 30 日 02:24
2
ARM SoC bring up 被你玩入门了,恭喜。也希望在这个过程中 openFyde 给你提供了源源不断的灵感和帮助
1 个赞