Code Monkey home page Code Monkey logo

Comments (9)

daniel-thompson avatar daniel-thompson commented on August 18, 2024

Is this the entire repo sync output? Google translate does suggest any of the supplied text is an error message...

If you are getting errors it would be better to run "repo sync" without the "-j8" since it will reduce the amount of parallel activity (which it turn should make error messages more obvious). Can you re-run and share the full output.

from documentation.

mipsan avatar mipsan commented on August 18, 2024

Thanks Daniel,

I tried same job as you said, without '-j8' option.
But same error occurred at different time as follow;

 * [새로운 태그]               v4.3-rc6               -> v4.3-rc6
 * [새로운 태그]               v4.3-rc7               -> v4.3-rc7

error: Exited sync due to fetch errors

This log was cut only several lines at the end.

I would like to run self-built Android M on DB410c indeed,
but any kind of instructions did not help me.

Any other advice?

from documentation.

daniel-thompson avatar daniel-thompson commented on August 18, 2024

Still, in part, I suggest trying to switch repo into English. You mentioned you are not seeing a clear error report and I wonder it there might be some problem with the i18n.

I know this because I do get a clear error report:

Fetching projects:  99% (462/466)  fatal: remote error: access denied or repository not exported: /gitroot/android-x86/platform/external/libpciaccess
error: Cannot fetch platform/external/libpciaccess

error: Exited sync due to fetch errors

This turns out to be because sourceforge has altered their git hosting requiring changes to the repo manifest. I made the following changes to my .repo/local_manifests as was able to complete the pull:
sf_fix.txt

from documentation.

mipsan avatar mipsan commented on August 18, 2024

Thanks Daniel,
To build, I modified .repo/local_manifests/linaro.xml as your diff.
Build job was done with couple of further modifications and running build command several times.
Finally, I've got 7 img files, that is,

boot-db410c.img  
boot.img  
cache.img  
dt.img  
ramdisk.img  
system.img  
userdata.img.

While flash fusing these img files through fastboot, system.img and userdata.img return fastboot fail and fastboot crashes..

Should I redefine partition for this target??

from documentation.

daniel-thompson avatar daniel-thompson commented on August 18, 2024

What version of the bootloader do you have installed? I suspect this release would have been tested with: http://builds.96boards.org/releases/dragonboard410c/linaro/rescue/16.06/dragonboard410c_bootloader_emmc_android-50.zip

from documentation.

mipsan avatar mipsan commented on August 18, 2024

image

After installation dragonboard410c_bootloader_emmc_android-50.zip,
when I try to fuse userdata.img and system.img, fastboot crashed with this error message on terminal.

Then, I'm re-building whole source tree to try once more.

from documentation.

daniel-thompson avatar daniel-thompson commented on August 18, 2024

Any news here?

What does the file command say about the images.

For example:

wychelm$ file system.img 
system.img: Android sparse image, version: 1.0, Total of 314554 4096-byte output blocks in 2809 input chunks.
wychelm$ file userdata.img 
userdata.img: Android sparse image, version: 1.0, Total of 1310720 4096-byte output blocks in 203 input chunks.

from documentation.

mipsan avatar mipsan commented on August 18, 2024

Thanks Daniel,

I attach the result;

youngwha@db410c$ file system.img
system.img: Linux rev 1.0 ext4 filesystem data, UUID=da594c53-9beb-f85c-85c5-cedf76546f7a, volume name "system" (extents) (large files)
youngwha@db410c$ file userdata.img
userdata.img: Linux rev 1.0 ext4 filesystem data, UUID=c25d03d9-ea27-3358-873e-b911bfaab62b, volume name "data" (extents) (large files)

from documentation.

daniel-thompson avatar daniel-thompson commented on August 18, 2024

Interesting that these are not sparse images. Having said that fastboot should handle raw images like this automatically. How old if the version of fastboot you are using?

from documentation.

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.