
On Wed, May 31, 2017 at 10:27:23AM +0800, Eddie Cai wrote:
Hi Lukasz
2017-05-29 15:51 GMT+08:00 Lukasz Majewski lukma@denx.de:
Good morning Eddie,
this patch enable rockusb support on rk3288 based device.
Signed-off-by: Eddie Cai eddie.cai.linux@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
I've give this patch set a try on travisCI:
https://travis-ci.org/lmajewski/u-boot-dfu/jobs/237068149
Unfortunately, there are some problem with following boards:
chromebook_jerry, chromebook_minnie ...
I did it by myself last week. i got the same error. then i fix those chromebook error and test again. I still got some 3036 board error. But it build successfully when i build it on my computer. here is the travis-ci.org error log https://travis-ci.org/eddiecailinux/u-boot/jobs/236232837 I have no idea what can i do to fix it.
You can try using the same toolchain, from .travis.yml: wget http://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/aarch64... && wget http://releases.linaro.org/components/toolchain/binaries/6.3-2017.02/arm-lin... && tar -C /tmp -xf gcc-linaro-6.3.1-2017.02-x86_64_aarch64-linux-gnu.tar.xz && tar -C /tmp -xf gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf.tar.xz;