-
Notifications
You must be signed in to change notification settings - Fork 185
Description
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