PINE64
U-Boot for A64 git - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+--- Thread: U-Boot for A64 git (/showthread.php?tid=99)

Pages: 1 2 3 4


RE: U-Boot for A64 git - longsleep - 05-29-2016

Err please post no patches on this forum. If you want me to take a serious look please make a pull request on GitHub.


RE: U-Boot for A64 git - mont3z - 05-29-2016

(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.


RE: U-Boot for A64 git - mont3z - 06-02-2016

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...


RE: U-Boot for A64 git - longsleep - 06-19-2016

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/longsleep/pine64-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.


RE: U-Boot for A64 git - MarkHaysHarris777 - 08-30-2016

(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.


RE: U-Boot for A64 git - psychedup - 08-30-2016

(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.


RE: U-Boot for A64 git - longsleep - 03-11-2017

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/longsleep/pine64-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.


RE: U-Boot for A64 git - ak_hepcat - 03-21-2017

@longsleep -

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.


RE: U-Boot for A64 git - longsleep - 03-21-2017

(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-pine64-image/blob/master/simpleimage/flash_u-boot_only.sh

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

Cheers
Simon