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.