User/pass is linaro/linaro ... I don't remember that being documented, found it by trial and error.
On Mar 3, 2015 9:53 PM, Jason Liu <liu.h.jason(a)gmail.com> wrote:
Hi Guys,
I flashed the hikey-jessie_developer_20150208-104.emmc.img into the
system and boot up,
but don't know the login name and passwd for the debian system? Could
someone help it?
Jason Liu
_______________________________________________
Dev mailing list
Dev(a)lists.96boards.org
https://lists.96boards.org/mailman/listinfo/dev
Hi,
Since UEFI boot menus don't persist[1], configuring boot is
troublesome. The workaround is to use a "startup.nsh" script in the
boot partition (/dev/mmcblk0p6). My script looks like:
fs0:\Image dtb=hi6220-hikey.dtb
nfsroot=192.168.1.6:/data/srv/nfs/jessie-arm64,hard,intr,tcp,nfsvers=3
rootwait ip=dhcp console=ttyAMA0,115200 earlycon=pl011,0xf8015000
root=/dev/nfs rw quiet
During boot (serial cable required), interrupt the boot and select shell:
-snip-
The default boot selection will start in 8 seconds
[1] Linux from eMMC
[2] Shell
[3] Boot Manager
Start: 2
-snip-
Unless you interrupt the shell, in 5sec it will run startup.nsh.
A quick breakdown of my command line:
fs0:\
- UEFI idea of boot partition
Image
- The filename of the kernel to boot
dtb=hi6220-hikey.dtb
- Name of the device tree file
Rest of the line is kernel command line. In my case I boot from
NFSroot. Adapt to your setup. There is also the option I don't use:
initrd=fooo.img
- Name of the initrd file. I don't use an initrd so this is not in my
command line.
[1] https://github.com/96boards/bugs/issues/8
Efi shell script doc:
https://software.intel.com/en-us/articles/efi-shells-and-scripting
Hi all,
From: https://www.96boards.org/forums/topic/problem-with-microsd-card/#post-6695
There seems to be a conflict between the microSD card and other USB
peripherals (in my particular case, a USB-ethernet dongle). When the
USB-ethernet is connected, the kernel reports the following errors
[ 2571.527346] dwmmc_k3 f723e000.dwmmc1: failed to set rate 0Hz
[ 2571.547337] dwmmc_k3 f723e000.dwmmc1: failed to set rate 400000Hz
[ 2571.570917] dwmmc_k3 f723e000.dwmmc1: failed to set rate 400000Hz
[ 2571.573227] dwmmc_k3 f723e000.dwmmc1: failed to set rate 400000Hz
[ 2571.588534] dwmmc_k3 f723e000.dwmmc1: failed to set rate 400000Hz
[ 2571.590143] dwmmc_k3 f723e000.dwmmc1: failed to set rate 0Hz
And the microSD card is not discovered. Absent the USB-ethernet
dongle, it works ok.
Has anyone encountered this error, and has any suggestion how it could be fixed?
Thanks
Steve
____________________
Steve Taylor
Linaro Marketing Director
Hi,
Does anyone know where the gen_loader.py and generate_ptable.sh scripts
mentioned on this page https://github.com/96boards/documentation/wiki/UEFI
under the "Build UEFI for HiKey" section are located?
I'm building UEFI and arm trusted firmware from source, but without those
scripts can't create the final image to flash.
regards,
Peter.
All,
what is working / not working on the HiKey board. I've tried both the
on board wifi plus a RealTek usb wifi, neither works for me. I don't
think that the drivers are seeing the hardware and they're certainly
not loading firmware. By the way, the USB wifi works fine under x86 linux.
David
--
David Rusling, CTO
Linaro
Harston Mill
Royston Road
Harston, cambridge CB22 7GG
Linaro.org │ Open source software for ARM SoCs
Hi Everyone,
I'd like to announce that Jorge Ramirez-Ortiz has volunteered to act
as the maintainer and gatekeeper for the 96Boards Linux kernel.
Since 96Boards is a community effort we need person to actively handle
merge requests and manage the branches in the kernel. Jorge has
graciously volunteered to do just that. Please join me in thanking
him for volunteering his time.
At this time I would like the kernel on GitHub become the main kernel
for the HiKey board. So at this time I would like all who have access
to the internal kernels used for bringup to stop using them and switch
to the publicly available kernel on GitHub. Please submit patches for
inclusion to the kernel against this tree:
https://github.com/96boards/linux
I'll let Jorge work out how he can work best with the 96Boards
community. I'm sure he will do a stellar job and I look forward to
him working with the community in the future.
Regards,
Scott
--
Scott Bambrough
Technical Director, Member Services
Linaro
Hi,
The kernel tree for 96boards boards is located here:
https://github.com/96boards/linux
It currently has three branches:
1) 'hikey' - 3.18 based hisilicon vendor kernel for the hikey board
2) 'master' - unmodified Linus Torvalds' linux, currently 4.0.0-rc1
3) 'hikey-mainline-rebase' - cherry-picked patches from the vendor branch
rebased on top of latest Torvalds, currently 4.0.0-rc1
I don't know how the branch structure will evolve when more 96boards boards
will surface, I guess someone will need to write a spec for that.
The 4.0rc based branch seems to be at feature parity with the 3.18 branch:
no output on my monitor, flaky wifi, unstable eMMC and uSD cards don't get
detected.
I'm using the dtb from 3.18 with that to get all the device data populated.
Hopefully the rebased patches will be replaced (or in the case of the
sysconfig patch: go away completely) with ones posted to lkml for review
now that the Chinese New Year holiday period is coming to an end.
Currently running on my board:
root@hikey:~# uname -a
Linux hikey 4.0.0-rc1 #110 SMP Wed Feb 25 16:36:46 CST 2015 aarch64
GNU/Linux
root@hikey:~# uptime
11:33:12 up 4 days, 1:28, 2 users, load average: 1.00, 1.01, 1.05