HR Wang Posted June 13, 2023 Share Posted June 13, 2023 I have a development board, model eaidk-310, with soc rk3228h (which is said to be the same as rk3328). The official website of the board has been closed, so I cannot obtain more related information. However, I found the official firmware and can use rockchip's official tool for burning. The file structure is as follows. 190798 Jun 8 2020 MiniLoaderAll.bin 33554432 Jun 8 2020 boot_linux.img 374 Jun 8 2020 parameter-linux.txt 6815744000 Jun 8 2020 rootfs.img 4194304 Jun 8 2020 trust.img 4194304 Jun 8 2020 uboot.img parameter-linux.txt is: FIRMWARE_VER:8.1 MACHINE_MODEL:RK3328 MACHINE_ID:007 MANUFACTURER:Rockchip MAGIC: 0x5041524B ATAG: 0x00200800 MACHINE: 3328 CHECK_MASK: 0x80 PWR_HLD: 0,0,A,0,1 TYPE: GPT CMDLINE:mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(trust),0x00010000@0x00006000(boot_linux:bootable),-@0x00016000(rootfs:grow) uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9 I tried to install armbian's image based on rk3328, which is officially supported. Some of them can boot up but neither network nor Bluetooth works properly. Therefore, I want to compile my own version to support these peripherals. My question is whether I can use the pre-compiled .img files in these official images to compile my own armbian? If possible, how should I configure ./compile.sh? Thank you all. Translated from: Quote 我有一块开发板,型号为eaidk-310,soc为rk3228h(据说这和rk3328其实是同一个)。板子的官网已经关闭了,因此无法获取更多的相关资料。但我还是找到了官方的固件,可以用rockchip官方的工具进行烧写。文件结构如下。 我尝试使用armbian官方支持的基于rk3328的镜像进行了安装,其中有一些可以启动,但是网络和蓝牙都无法正常工作。因此我想要自己编译一份,以支持这些外围设备。我想问的是,我是否可以利用这些官方镜像中的,已经编译好的.img文件?如果可以的话,应该如何对./compile.sh进行自定义?谢谢大家 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted June 13, 2023 Share Posted June 13, 2023 moved 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.