firefly8
发表于 2016-8-3 22:15:15
loading 发表于 2016-8-3 16:44
看看,,,arch/arm/configs/ 这个路径下,,,有firefly-rk3288-reload_defconfig这个文件吗?
找过了 没看到有。
firefly8
发表于 2016-8-3 22:15:47
看过了,没有
loading
发表于 2016-8-4 09:40:49
可能是你代码没更新好,或者是更新的分支有问题,我在他们托管网站有看到下面几个,供参考
https://bitbucket.org/T-Firefly/firenow-lollipop/
firefly-rk3288-reload-lcdTP_defconfig
firefly-rk3288-reload-linux_defconfig
firefly-rk3288-reload_defconfig
firefly-rk3288_defconfig
firefly8
发表于 2016-8-4 11:49:31
本帖最后由 firefly8 于 2016-8-4 14:08 编辑
你说的对,知道上面有,但不知道怎么更新这个分支,请指教,谢谢:)
firefly8
发表于 2016-8-6 07:21:49
lsc@ubuntu:~/rockchip/rk3288_android51$ git pull bitbucket Firefly-RK3288:Firefly-RK3288
remote: Counting objects: 20378, done.
remote: Compressing objects: 100% (16377/16377), done.
remote: Total 20378 (delta 11367), reused 4044 (delta 2305)
Receiving objects: 100% (20378/20378), 286.98 MiB | 592 KiB/s, done.
Resolving deltas: 100% (11367/11367), done.
From https://bitbucket.org/T-Firefly/firenow-lollipop
8edf8bc..3daaa76Firefly-RK3288 -> Firefly-RK3288
* FirePrime_Android5.1_201506260948 -> FirePrime_Android5.1_201506260948
* FirePrime_Android5.1_201507211424 -> FirePrime_Android5.1_201507211424
* rk312x_android5.1_rel_v1.09_0529 -> rk312x_android5.1_rel_v1.09_0529
* rk312x_android5.1_rel_v1.10_0603 -> rk312x_android5.1_rel_v1.10_0603
From https://bitbucket.org/T-Firefly/firenow-lollipop
* Firefly-RK3288-Reload_Android5.1_201603151017 -> Firefly-RK3288-Reload_Android5.1_201603151017
* Firefly-RK3288_Android5.1_201607151016 -> Firefly-RK3288_Android5.1_201607151016
* rk3288_box_android-5.1_v2.00 -> rk3288_box_android-5.1_v2.00
Warning: fetch updated the current branch head.
Warning: fast-forwarding your working tree from
Warning: commit 8edf8bc1e1655f488bef409d848320977c5af641.
Already up-to-date.
firefly8
发表于 2016-8-6 07:33:12
本帖最后由 firefly8 于 2016-8-6 07:53 编辑
root@ubuntu:/home/lsc/rockchip/rk3288_android51# make menuconfig============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=5.1.1
TARGET_PRODUCT=rk3288_box
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a15
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.5.0-23-generic-x86_64-with-Ubuntu-12.04-precise
HOST_BUILD_TYPE=release
BUILD_ID=LMY49F
OUT_DIR=out
============================================
Checking build tools versions...
************************************************************
You are attempting to build with the incorrect version
of javac.
Your version is: javac 1.6.0_45.
The required version is: "1.7"
版本不对肿莫办
Please follow the machine setup instructions at
https://source.android.com/source/download.html
************************************************************
build/core/main.mk:221: *** stop.Stop.
root@ubuntu:/home/lsc/rockchip/rk3288_android51#
这个问题谁处理过?你们是怎么解决的呢
firefly8
发表于 2016-8-6 07:48:58
本帖最后由 firefly8 于 2016-8-6 07:54 编辑
arch/arm/boot/compressed/atags_to_fdt.c: In function 'merge_fdt_bootargs':
arch/arm/boot/compressed/atags_to_fdt.c:96:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
AS arch/arm/boot/compressed/piggy.lzo.o
LD arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
Kernel: arch/arm/boot/zImage is ready
Image:kernel.img is ready
Pack to resource.img successed!
Image:resource.img (with firefly-rk3288-reload.dtb logo.bmp ) is ready
lsc@ubuntu:~/rockchip/rk3288_android51/kernel$
内核编译怎么这么快,不用半小时就编译好了。
carter123456
发表于 2017-4-10 10:59:11
请问你carterli@carterli:~/proj/fireprime$ git pull bitbucket fireprime:fireprime
remote: Counting objects: 10183, done.
remote: Compressing objects: 100% (4236/4236), done.
error: RPC failed; result=18, HTTP code = 200.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: 过早的文件结束符(EOF)
fatal: index-pack failed
怎么解决的
dianziit
发表于 2017-4-10 16:14:17
感恩无私的分享与奉献 :)
Lambert
发表于 2017-5-24 21:50:07
请问楼主最后是怎么解决这个问题的?我也遇到了这个问题。{:5_243:}