• Register
    • Login
    • Search
    • Recent
    • Wiki
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop

    Upgrade CM5's miniloader and uboot using the dd command

    PI CM5 Laptop
    2
    2
    424
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      george last edited by

      • When the coolpi-kernel is synchronized to the latest compiled and updated kernel, the system will display a device node of /dev/mtdblock0.
        b23e8108-5142-4cc3-9904-ba7410762151-image.png

      • Synchronize the coolpi-loader code to the latest version, switch to the develop branch, compile and generate cm5-notebook-nor-upgrade. img
        e003d588-8088-4fad-bda1-9386e7ae8f5e-image.png

      • Use the following command to update:

        sudo dd if=/**/cm5-notebook-nor-upgrade.img of=/dev/mtdblock0 bs=1k count=8192
      
      • You can also directly use the Disk Image Writer built-in in the Ubuntu system to update
        0fb41724-b411-4992-8fa8-000ec35fcc4f-image.png
      1 Reply Last reply Reply Quote 0
      • B
        berkaroad last edited by berkaroad

        在x86机器上的docker环境 ubuntu:20.04 下可以构建成功。arm 笔记本上发现最后一步不形,估计是使用的工具有x86下的二进制文件.

        apt install build-essential device-tree-compiler bc python2
        
        ./build-loader.sh cm5-notebook
        
        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post