Coder Social home page Coder Social logo

industrialtablet / re-build-ubuntu20.04-rootfs-for-rk3566-rk3568-rk3588 Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 2 KB

Re-build ubuntu20.04 rootfs for RK3566 RK3568 RK3588

Home Page: http://www.we-signage.com

ai debian linux linux-desktop rk3566 rk3568 rk3588 tablet ubuntu-arm digitalsigange

re-build-ubuntu20.04-rootfs-for-rk3566-rk3568-rk3588's Introduction

Re-build-ubuntu20.04-rootfs-for-RK3566-RK3568-RK3588

This repository is the documentation for RK3566 RK3568 RK3588 products, written by RSD Team of HYY Technology Co.,Ltd.

  1. Create new image file.

    dd if=/dev/zero of=ubuntu_rootfs.img bs=1M count=4096 		#size=4096MB
  2. Formate the image file to ext4 file system.

    mkfs.ext4 ubuntu_rootfs.img
  3. Mount the empty image file to ubuntu_new_rootfs fold.

    mkdir ubuntu_new_rootfs
    sudo mount ubuntu_rootfs.img ubuntu_new_rootfs
  4. Mount the old image file to ubuntu_rootfs fold.

    mkdir ubuntu_old_rootfs
    sudo mount ubuntu_rootfs.img ubuntu_old_rootfs
  5. Copy all old files to ubuntu_new_rootfs fold.

    sudo cp -rfp ubuntu_rootfs/* ubuntu_new_rootfs/
  6. Run new file systme on virtual machine.

    bash mount.sh -m ubuntu_new_rootfs/
    root@admin:/#
  7. install new softwares and exit the visual machine.

    root@admin:/#dpkg -i xxxxx.deb
    root@admin:/#exit
  8. umount the images.

    bash mount.sh -u ubuntu_new_rootfs/
    sudo umount ubuntu_new_rootfs/
    sudo umount ubuntu_old_rootfs/
  9. check and resize new rootfs.

    e2fsck -p -f ubuntu_rootfs.img
    resize2fs -M ubuntu_rootfs.img
  10. Sovle build firmware error with "rk356x_ubuntu_rootfs.img's size exceed parameter.txt's limit! "

    Modify file device/rockchip/rk356x$ vim parameter-ubuntu-fit.txt

    rootfs partition:

    [partitition size]@[start address], userdate partition's start address is (rootfs start address + rootfs size)

    uboot partition example:

    0x00002000 *512byte = 8192 * 512byte = 4,194,304byte 4,194,304÷1024 = 4096KB 4096÷1024=4MB So uboot size is 4M

Get More technical Support

RK3588 Development Board

- RK3588 Development Board

ota upgrade tools(otaStar) and server

- RK3566/RK3568/RK3588 Android OTA upgrade tools and server

How Qt5.14.2 cross-compile

- RK3588 Qt5.14.2 cross-compile for Ubuntu and Debian Linux OS

Build Videorecorder Bundle use Networkoptix Client on HYY H-3588 Tablet

- Build Videorecorder Bundle use Networkoptix Client

Build new ubuntu rootfs for HYY H-3588 Tablet

-Build new ubuntu rootfs for RK3566 RK3568 RK3588 products

Contacts

re-build-ubuntu20.04-rootfs-for-rk3566-rk3568-rk3588's People

Contributors

industrialtablet avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ibskimi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.