Hi folks,
For anyone who is interested there is a open source OpenOCD / GDB WIP debug
solution available for HiKey.
I've created a wiki page here
https://github.com/96boards/documentation/wiki/JTAG-on-HiKey
Which documents the hardware setup, where you can get the code, and a
overview of what is currently working.
Thanks to Philip Attfield who has already provided some patches to overcome
several issues I was facing with read_memory and GDB config.
Please feel free to update the wiki page with any additional info you find
out (thanks to Dan Thompson for already doing this), and patches making
OpenOCD support for HiKey even better are most welcome :)
regards,
Peter.
hello there,
A new release Linux release for the DragonBoard 410c is now available.
The Linaro Linux release 15.07 is an Ubuntu-based Linaro Build that
provides developers with a desktop like environment using Ubuntu and
the LXDE desktop, as well as a console-only image.
What’s new in 15.07 release?
* Upgrade to Mesa 10.6.2
* Bluetooth support is now available by default at boot
* Initial support for h/w accelerated video playback using Gstreamer
(v4l2dec plugin)
* Migrate kernel distro configuration to distro.config file
* Various improvements in display/monitor support, especially with low
resolutions.
* Various fixes for bugs reported since 15.06 release
For more details and the list of bug fixes, or to download the
release, please go to:
http://builds.96boards.org/releases/dragonboard410c/linaro/ubuntu/15.07
For general question or support request, please go to 96boards Community forum:
https://www.96boards.org/dragonboard410c/forum
For any bug related to this release, please submit issues to the
96Boards Bug tracking system:
https://bugs.96boards.org/enter_bug.cgi?product=Dragonboard%20410c
Finally, to get in touch with us, you can also use IRC:
#96boards on irc.freenode.net
On behalf of the Linaro Qualcomm Landing team,
Cheers,
Nicolas
Hi,
After some unrelated delay, I have started using my Dragonboard. I
downloaded a Linaro customized Ubuntu image:
dragonboard410c_sdcard_install_ubuntu-40-47.zip
from:
http://builds.96boards.org/releases/dragonboard410c/linaro/ubuntu/latest/
I was very surprised to find out that the IP network stack is broken on
this image (cf. RFC 6540). The Kernel has been built with IPv6 disabled.
This means I can't reach a substantial part of my test network and my
production systems.
Who at LINARO do I need to poke to get this fixed?
Thomas
PS: The ZIP file contains a license file that seems to imply that ALL
contents are copyright QTI and subject to a proprietary license. I'm
rather sure Linus and a few other people would disagree with that.
Someone might want to fix that.
So I built hikey ATF and l-loader for the first time and seemed to be able to flash the l-loader.bin
However, the serial log shows this, what did I do wrong ?
debug EMMC boot: print init OK
debug EMMC boot: send RST_N .
debug EMMC boot: start eMMC boot......
load fastboot1!
Switch to aarch64 mode. CPU0 executes at 0xf9801000!
INFO: BL1: 0xf9810000 - 0xf9817000 [size = 28672]
NOTICE: Booting Trusted Firmware
NOTICE: BL1: v1.1(debug):a0c0399
NOTICE: BL1: Built : 09:31:15, May 28 2015
INFO: BL1: RAM 0xf9810000 - 0xf9817000
Platform exception reporting:
ESR_EL3: 0000000002000000
ELR_EL3: 00000000f9803348
...