|
Posted at 4/20/2023 14:03:43
Only Author
4#
Last edited by geekay In 4/20/2023 14:10 Editor
The linux kernel in firefly's sdk is 4.19, and the image is built quite ok, but I need at least 5.4. So I tried to build it according to buildroot's instructions (arch/arm64/configs/rockchip_linux_defconfig), and got Image.gz and rootfs (cpio, ext2 ant tar). I reckon, all I have to do, is to partition the emmc the right way. What should be done to make the firmware image out of this?
Kernel 5.10 from https://github.com/linux-rockchip also is built, but w/o modules (ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make -j6 rockchip_linux_defconfig).
The whole deal is being done in linux mint, hence I don't think that the containerization (docker, podman, etc) should make any sense...
|
|