Giter VIP home page Giter VIP logo

Comments (8)

killmind avatar killmind commented on May 28, 2024

@fydeos-alpha Could you help, sir?

from chromium_os-raspberry_pi.

zdm110 avatar zdm110 commented on May 28, 2024

I encount the same problem.

from chromium_os-raspberry_pi.

yunshansimon avatar yunshansimon commented on May 28, 2024

Remove CHROME_ORIGIN=LOCAL_SOURCE from make.conf will make it easier.

from chromium_os-raspberry_pi.

killmind avatar killmind commented on May 28, 2024

Removed CHROME_ORIGIN=LOCAL_SOURCE. It started to download source code from google server. But it did start to build without complicated configuation and syncing.

from chromium_os-raspberry_pi.

yunshansimon avatar yunshansimon commented on May 28, 2024

@killmind what's your meaning of "build without complicated configuration and syncing"?

from chromium_os-raspberry_pi.

killmind avatar killmind commented on May 28, 2024

When you clone the repository of chrome brower locally, it seems you would need to run sync_chrome manually to that local copy. I'm still investigating it.

from chromium_os-raspberry_pi.

haiyanghaiyang avatar haiyanghaiyang commented on May 28, 2024

I think the guide should be integral with everything inside to avoid confusion for beginners.
The raspberry_pi overy uses local source, which needs download chromium code first, and mount with cros_sdk.

To get chromium code

fetch --nohooks chromium

If it is broken, run this to continue or sync later.

gclient sync

There's problem to get WebRTC branch, and you may have to add this into ~/.gitconfig

[remote "origin"]
        fetch = +refs/branch-heads/*:refs/branch-heads/*

To sync with specific tag to match with raspbarry_pi overlay like r77, you need do this in chromium code, after first code syncing.

cd src
git checkout 77.0.3865.126
cd ..
gclient sync

After syncing, adding this line to end of .gclient in parent of src directory

target_os = ['chromeos']

Then you run cros_sdk to mount local chromium source code

cros_sdk --chrome-root ${chromium_path}

In cros_sdk environment, you could see chromium code mounted at /home/${your_account}/chrome_root directory. Then you can run build_packages or use "emerge-${BOARD} chromeos-base/chromeos-chrome" to build chromium.

from chromium_os-raspberry_pi.

fydeos-alpha avatar fydeos-alpha commented on May 28, 2024

Instructions added to README. Thank you @haiyanghaiyang

from chromium_os-raspberry_pi.

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.