mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-25 21:31:53 +02:00
add cross toolchain download url to README
This commit is contained in:
parent
3b4f0cd52a
commit
91b9652629
2
Makefile
2
Makefile
@ -158,7 +158,7 @@ kernel:
|
||||
.PHONY: flash-tool
|
||||
flash-tool: stage1 stage2
|
||||
mkdir -p $(FLASH_TOOL_BIN_PATH)
|
||||
cp $(FLASH_TOOL_PATH)/usb_boot.cfg $(FLASH_TOOL_BIN_PATH)
|
||||
cp $(FLASH_TOOL_PATH)/src/usb_boot.cfg $(FLASH_TOOL_BIN_PATH)
|
||||
cd $(FLASH_TOOL_PATH) && \
|
||||
./autogen.sh && \
|
||||
./configure && \
|
||||
|
14
README
14
README
@ -1,6 +1,13 @@
|
||||
Pi is a Chinese device.
|
||||
We want port Openmoko to Pi, All free software
|
||||
=Cross toolchain=
|
||||
you can get the cross toolchain at:
|
||||
http://www.openmobilefree.net/other/file/mipseltools-gcc412-glibc261.tar.bz2
|
||||
ftp://ftp.ingenic.cn/3sw/01linux/00toolchain/mipseltools-gcc412-glibc261.tar.bz2
|
||||
ftp://ftp.ingenic.cn/3sw/01linux/00toolchain/jz-crosstools-src.tar.bz2
|
||||
|
||||
or you can build is from source:
|
||||
make toolchain
|
||||
|
||||
=Serial Console=
|
||||
1. open the case
|
||||
|
||||
2. take off the cover of PCB
|
||||
@ -11,8 +18,7 @@ We want port Openmoko to Pi, All free software
|
||||
3. you need a "RS-232 <--> TTL" converter to
|
||||
get the correct output date
|
||||
|
||||
CPU Jz4740:
|
||||
|
||||
=CPU Jz4740=
|
||||
Jz4740 is a multimedia application processor targeted at mobile devices
|
||||
PMP. Incorporates the XBurst CPU core based on leading
|
||||
micro-architecture technology, this processor provides high integration,
|
||||
|
Loading…
Reference in New Issue
Block a user