• dtv_driver.ko


            替换dtv_driver.ko .步骤:
            shell@android:/ # get_rootfs.sh                                                
            grep -w boot /proc/partinfo | grep -o part.. |grep -o '[1-9]*[0-9]$'
            cat /dev/block/mmcblk0p5 > /cache/out/boot.img
            split_bootimg /cache/out/boot.img
            gunzip -dc /cache/out/boot.img-ramdisk.gz | cpio -i
            27166 blocks
            Extracting rootfs into 
            ===>  /cache/out/rootfs
            Update rootfs by 
            ===> update_rootfs.sh
     
           shell@android:/ # 
           shell@android:/ # cd /cache/out/rootfs/                                        
           shell@android:/cache/out/rootfs # rm -rf dtv_driver.ko       
                      
           shell@android:/cache/out/rootfs # cp /usbdisk/dtv_driver.ko .                                       <
           shell@android:/cache/out/rootfs # sync      
           shell@android:/cache/out/rootfs # update_rootfs.sh                             
           grep -w boot /proc/partinfo | grep -o part.. |grep -o '[1-9]*[0-9]$'
           mkbootfs /cache/out/rootfs | gzip > /cache/out/new-boot.img-ramdisk.gz
     
     
           mkbootimg  --kernel /cache/out/boot.img-kernel  --ramdisk /cache/out/new-boot.img-ramdisk.gz --output /cache/out/new-boot.img
          dd of=/dev/block/mmcblk0p5 bs=1M if=/cache/out/new-boot.img
          8+1 records in
          8+1 records out
          9060352 bytes (8.6MB) copied, 0.539586 seconds, 16.0MB/s
          shell@android:/cache/out/rootfs #
     
          重启
  • 相关阅读:
    vue 中 vue-router、transition、keep-alive 怎么结合使用?
    vue 对列表数组删除和增加
    eclipse如何快速查找某个类
    在 eclipse 中设置每行的字数
    如何查看某个端口被谁占用
    sql只修改第一二行数据
    android真机自动化测试
    appium自动化测试中获取toast消息的解决方法【转】
    eclipse下python的selenium自动化环境的搭建
    Xpath用法官方手册
  • 原文地址:https://www.cnblogs.com/jary-wang/p/3905698.html
Copyright © 2020-2023  润新知