Thread: DIY - KeK
View Single Post
Old 08-11-2012, 08:36 PM   #253
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Hmm. I followed the instructions, to the letter.

Got the relevant Git repo of the freescale Das U-boot.

me@dev ~/BLDS/kindle $ git clone http://git.freescale.com/git/cgit.cg...uboot-imx.git/

Activated my chain

export PATH=~/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin:$PATH

Configured the repo via the chain

me@dev ~/GIT/u-boot $ make versatilepb_config arch=ARM CROSS_COMPILE=arm-none-linux-gnueabi-

made it with the chain

me@dev ~/GIT/u-boot $ make versatilepb_config arch=ARM CROSS_COMPILE=arm-none-linux-gnueabi-

cp'd it to the kindle BLDS dir

me@dev ~/BLDS $ cd kindle/
me@dev ~/BLDS/kindle $ ls
rootfs.cpio u-boot.bin uImage

but it dies:

me@dev ~/BLDS/kindle $ qemu-system-arm -M versatilepb -nographic -no-reboot -kernel u-boot.bin
Code:
oss: Could not initialize DAC
oss: Failed to open `/dev/dsp'
oss: Reason: No such file or directory
oss: Could not initialize DAC
oss: Failed to open `/dev/dsp'
oss: Reason: No such file or directory
audio: Failed to create voice `lm4549.out'
qemu: fatal: Trying to execute code outside RAM or ROM at 0xffff06dc

R00=fffcbf70 R01=ffff0000 R02=00000000 R03=0101bf60
R04=ffff0000 R05=fffcbf70 R06=ffff0000 R07=00000000
R08=008fff78 R09=feff0000 R10=0101bf60 R11=00000000
R12=fffcbfe8 R13=fffcbf60 R14=ffff06dc R15=ffff06dc
PSR=600001d3 -ZC- A svc32
Aborted
me@dev ~/BLDS/kindle $
Fail.

Not sure about this one. Perhaps I should rebuild my qemu? hrmm. dunno.
I will ruminate upon it.

added bin tar geezedded for extra interested people

EDIT: I should probably go on about being certain you know what this is before you do anything with it. There, I did.
Attached Files
File Type: gz u-boot.bin.tar.gz (60.3 KB, 522 views)

Last edited by twobob; 08-11-2012 at 09:26 PM. Reason: added actual commands
twobob is offline   Reply With Quote