# HG changeset patch # User Paul Boddie # Date 1433887164 -7200 # Node ID cb3bfca90216a01e201e52e77385a161a58b495b # Parent f0292b2578bd835343bad2eef6877fdfbaf35658 Updated the documentation. diff -r f0292b2578bd -r cb3bfca90216 README.txt --- a/README.txt Tue Jun 09 23:55:00 2015 +0200 +++ b/README.txt Tue Jun 09 23:59:24 2015 +0200 @@ -8,13 +8,27 @@ routines for "bare metal" software usage in order to illustrate the initialisation requirements and to make it possible to deploy other software. +The payloads can be deployed on the Ben NanoNote using the USB boot mode as +described on the Qi-Hardware site: + +http://en.qi-hardware.com/wiki/USB_BOOT_mode + +A suitable command can be issued on a USB host machine as follows (given +sufficient privileges): + +usbboot -c 'boot' -1 stage1/stage1.bin -2 stage2/stage2.bin + +An attempt has been made to also generate payloads for the jz4730-based +MiniPC/Mipsbook/Minibook device. This device does not appear to support USB +boot mode, and thus any payloads will need to be deployed by other means. + Related U-Boot Resources ------------------------ -Some resources may only exist in the branch of U-Boot identified as -u-boot-2012.10-rc2 when configuring OpenWrt. Others may exist in the principal -U-Boot development branch, but differ between that branch and the previous -XBurst-supporting branch. +For the Ben NanoNote, some resources may only exist in the branch of U-Boot +identified as u-boot-2012.10-rc2 when configuring OpenWrt. Others may exist in +the principal U-Boot development branch, but differ between that branch and +the previous XBurst-supporting branch. arch/mips/cpu/xburst/jz4740.c RAM and clock-related initialisation arch/mips/lib/board.c generic board initialisation