-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CreatingABootableSD_Card - OrangePi_4G_IOT #103
Comments
I'm experimenting with the build order now: I hope it's gonna solve the problem, I waited 42 days to get this OrangePi4G-IOT :-) |
We will check it.
发自我的iPhone
…------------------ Original ------------------
From: Z <[email protected]>
Date: Tue,Dec 29,2020 5:23 AM
To: orangepi-xunlong/OrangePi_Build <[email protected]>
Cc: Subscribed <[email protected]>
Subject: Re: [orangepi-xunlong/OrangePi_Build] CreatingABootableSD_Card - OrangePi_4G_IOT (#103)
I'm experimenting with the build order now:
Build Linux -> Build kernel -> Build uboot and the release image
I hope it's gonna solve the problem, I waited 42 days to get this OrangePi4G-IOT :-)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Could you have any progress with this problem? |
no. It doesnt work.
…On 2021. Jan 28., Thu at 16:10, pmunozsigma ***@***.***> wrote:
Could you have any progress with this problem?
I have the same error and I don't know how to fix it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADC2AMOH7OB2LA3NOA6KUADS4F463ANCNFSM4VMPK73A>
.
|
@kerzol81 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I followed the readme and tried a couple of times in a virtualised Ubuntu 18.04 environment (fully upgraded), however I always get this error:
============================================
make: Entering directory '/home/zoli/OrangePi4G-iot/uboot/lk'
make[1]: Entering directory '/home/zoli/OrangePi4G-iot/uboot/lk'
libshowlogo new path ------- platform/mt6735/../../lib/libshowlogo
BOOT_LOGO = hd720
lk/logo/dir=dev/logo,builddir=/home/zoli/OrangePi4G-iot/output/lk/build-bd6737m_35g_b_m0
including app/mt_boot dev/keys dev/lcm dev/video lib/debug lib/heap lib/libc lib/libfdt lib/libshowlogo lib/ptable lib/zlib
generating /home/zoli/OrangePi4G-iot/output/lk/build-bd6737m_35g_b_m0/config.h
Compiling_BMP_TO_RAW dev/logo/hd720/hd720_uboot.bmp
dev/logo/tool/bmp_to_raw /home/zoli/OrangePi4G-iot/output/lk/build-bd6737m_35g_b_m0/dev/logo/hd720/hd720_uboot.raw dev/logo/hd720/hd720_uboot.bmp
dev/logo/tool/bmp_to_raw: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
dev/logo/rules.mk:180: recipe for target '/home/zoli/OrangePi4G-iot/output/lk/build-bd6737m_35g_b_m0/dev/logo/hd720/hd720_uboot.raw' failed
make[1]: *** [/home/zoli/OrangePi4G-iot/output/lk/build-bd6737m_35g_b_m0/dev/logo/hd720/hd720_uboot.raw] Error 127
make[1]: Leaving directory '/home/zoli/OrangePi4G-iot/uboot/lk'
makefile:20: recipe for target 'make-make' failed
make: *** [make-make] Error 2
make: Leaving directory '/home/zoli/OrangePi4G-iot/uboot/lk'
Do you guys succeded to create a Bootable SD card?
Should I copy the content of the Google/Badoo ubuntu source to somewhere in the OrangePi4G-iot directory?
I downloaded the ubuntu from the google drive and copied all the content into OrangePi4G-iot/uboot/lk directory but it dowsn make a difference, the error message is gonna be the same
The text was updated successfully, but these errors were encountered: