Coder Social home page Coder Social logo

linkitsmart-chatbox's Introduction

linkitsmart-chatbox

Mounting the root FS on an SD card

  • https://docs.labs.mediatek.com/resource/linkit-smart-7688/en/tutorials/file-storage/mounting-the-root-fs-on-an-sd-card
  • confirm ext4 support ย  - check supported file system cat /proc/filesystems
    • check keneral version uname -r
    • Install kmod-fs-ext4
      • wget http://openwrt.jaru.eu.org/chaos_calmer/ramips/packages/kmod-fs-ext4_3.18.45-1_ramips_24kec.ipk
      • opkg install kmod-fs-ext4_3.18.45-1_ramips_24kec.ipk --nodeps
      • wget http://openwrt.jaru.eu.org/chaos_calmer/ramips/packages/kmod-crypto-hash_3.18.45-1_ramips_24kec.ipk
      • opkg install kmod-crypto-hash_3.18.45-1_ramips_24kec.ipk --nodeps
      • wget http://openwrt.jaru.eu.org/chaos_calmer/ramips/packages/kmod-lib-crc16_3.18.45-1_ramips_24kec.ipk
      • opkg install kmod-lib-crc16_3.18.45-1_ramips_24kec.ipk --nodeps
      • wget http://openwrt.jaru.eu.org/chaos_calmer/ramips/packages/kmod-usb-storage-extras_3.18.45-1_ramips_24kec.ipk
      • opkg install kmod-usb-storage-extras_3.18.45-1_ramips_24kec.ipk --nodeps

Check module loaded

modprobe sd_mod
modprobe usb-storage
modprobe ext4
  • or use vfat instead of ext4
    • opkg update
    • opkg install mkdosfs
    • mkfs.vfat /dev/mmcblk0p1 instead of mkfs.ext4 /dev/mmcblk0p1

linkitsmart-chatbox's People

Contributors

rogerhokp avatar

Watchers

 avatar  avatar

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.