Giter VIP home page Giter VIP logo

Comments (4)

umiddelb avatar umiddelb commented on August 15, 2024

Hi @kennethlimcp,

the tar archive contains the contents of the root filesystem. So you create the filesystem by yourself (no need to expand it afterwards) and extract the tar archive on the newly created filesystem.

sudo mkfs.ext4 -O ^has_journal -b 4096 -L rootfs /dev/sdb1
sudo mount /dev/sdb1 /mnt
curl -sSL https://www.dropbox.com/sh/rfxvv8ayozeitlu/AABi5TPly63oqg-PLXO8p_4Ha/trusty.tar.bz2?dl=0 | sudo tar --numeric-owner -xpjf - -C /mnt

Please remember to install the u-boot bootloader as well, if you haven't used the uSD with the CuBox-i before, see here.

sudo dd if=/mnt/boot/SPL of=/dev/sdb bs=1K seek=1
sudo dd if=/mnt/boot/u-boot.img of=/dev/sdb bs=1K seek=42

from armhf.

kennethlimcp avatar kennethlimcp commented on August 15, 2024

Ok thanks!

from armhf.

umiddelb avatar umiddelb commented on August 15, 2024

What kind of Hummingboard do you have? The tar archive contains two dtb files for the Hummingboard, but I'm not sure if the bootloader for the CuBox-i does also fit the Hummingboard. Can you see some bootloader messages when the Hummingboard start up?

from armhf.

kennethlimcp avatar kennethlimcp commented on August 15, 2024

I have a i1 and i2eX. Once i get it on the sd card i will test it out and let you know ;)

from armhf.

Related Issues (20)

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.