PINE64

Full Version: U-Boot for A64 git
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Err please post no patches on this forum. If you want me to take a serious look please make a pull request on GitHub.
(05-29-2016, 11:02 AM)longsleep Wrote: [ -> ]Err please post no patches on this forum. If you want me to take a serious look please make a pull request on GitHub.

Sorry about this. I'm not so experienced with contributing to open source projects. I edited my post.
Hi all,

I'm trying to compile sunxi-pack-tools from:
git clone https://github.com/longsleep/sunxi-pack-tools.git sunxi-pack-tools

Using the command:
make -C sunxi-pack-tools

However I'm getting the following error:
undefined reference to 'memcpy@GLIBC_2.2.5'.

Did any one experience this issue?

Thx...
I updated the simpleimage build to include the latest changes to ATF, Kernel and initrd. See the first post in this thread for the list of changes.

Get 20160618-1 from https://www.stdin.xyz/downloads/people/l...64-images/

To update both Kernel an U-Boot to the latest releases, run the following commands (as root):
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
and reboot.
(08-30-2016, 07:35 AM)fossilbones Wrote: [ -> ]Is there a Linux image available which will run the 7in touch screen. I want to build a new car computer as well as platform for Software Defined Radio (SDR)  using the Pine64 with Linux, and not Android, which I would currently be restricted to....thanks

hi fossilbones, there is at this time no image provided on pine64.pro which supports the 7" LCD touch screen. 

If you want to use the 7" LCD touch screen with the PineA64 board, you must (at this time) use the LCD Android image provided and specifically designed to run with the pine board and the 7" LCD touch screen.
(08-30-2016, 07:35 AM)fossilbones Wrote: [ -> ]Is there a Linux image available which will run the 7in touch screen. I want to build a new car computer as well as platform for Software Defined Radio (SDR)  using the Pine64 with Linux, and not Android, which I would currently be restricted to....thanks

How is that question related to U-Boot?

edit : marcus: ... its not. sorry your thread was hijacked. I've taken care of it. Carry on.
I updated the simpleimage build to include the latest Kernel, U-Boot and initrd. See the first post in this thread for the list of changes.

Get 20170311-1 from https://www.stdin.xyz/downloads/people/l...64-images/

To update both Kernel an U-Boot to the latest releases, run the following commands (as root):
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_uboot.sh)
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh)
and reboot.
-

my Pine64 decided (cosmic rays?) to hiccup during the latest uboot update, and now will not boot.

Do you have a write-up for JTAG (or other) recovery procedures? my google-fu isn't working very well this morning,
and i'm getting far too much generic non-recovery info.

Thanks.
(03-21-2017, 12:36 PM)ak_hepcat Wrote: [ -> ]Do you have a write-up for JTAG (or other) recovery procedures?   my google-fu isn't working very well this morning,
and i'm getting far too much generic non-recovery info.

Well, just write the stuff to the sdcard again (eg. from another system). Eg. use https://github.com/longsleep/build-pine6...ot_only.sh

If you do not want to build it yourself, follow https://github.com/longsleep/build-pine6...sh#L67-L68 for instructions. Also that whole script can be easily adapted to work on another linux system.

Cheers
Simon
Pages: 1 2 3 4