I'm having some trouble getting this running.  It just stops at 

Starting kernel ...

Cross compile the kernel (I an fairly confident it works, I am using the 
same compiler I use for armhf wandboard)

Follow the directions in the file included in the README.md file (copy over 
zImage -- don't appear to need uImage -- and the dtbs and reboot). 
make ARCH=arm CROSS_COMPILE=${CC} LOADADDR=0x80008000 uImage dtbs

root@yoda:~/kernel/kernel# echo $CC
/root/gcc-linaro-arm-linux-gnueabihf-4.8-2013.07-1_linux/bin/arm-linux-gnueabihf-

Here is my uEnv.txt (it is clean "out of the box" from the flasher image).

kernel_file=zImage
initrd_file=uInitrd
initrd_high=0xffffffff
fdt_high=0xffffffff

#Video: Uncomment to override:
#kms_force_mode=video=HDMI-A-1:1024x768@60

##BeagleBone Cape Overrides
##Note: On the BeagleBone Black, there is also an uEnv.txt in the eMMC, so 
if th
ese changes do not seem to be makeing a difference...

##BeagleBone Black:
##Disable HDMI/eMMC
#optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G

console=ttyO0,115200n8

mmcroot=UUID=731c488d-ddc0-47b9-807f-056742dd5bc9 ro
mmcrootfstype=ext4 rootwait fixrtc

loadkernel=load mmc ${mmcdev}:${mmcpart} 0x80200000 ${kernel_file}
loadinitrd=load mmc ${mmcdev}:${mmcpart} 0x81000000 ${initrd_file}; setenv 
initr
d_size ${filesize}
loadfdt=load mmc ${mmcdev}:${mmcpart} 0x815f0000 /dtbs/${fdtfile}

boot_classic=run loadkernel; run loadinitrd
boot_ftd=run loadkernel; run loadinitrd; run loadfdt

device_args=run expansion_args; run mmcargs
mmcargs=setenv bootargs console=${console} ${optargs} ${kms_force_mode} 
root=${m
mcroot} rootfstype=${mmcrootfstype} ${expansion}

expansion_args=setenv expansion ip=${ip_method}
#Classic Board File Boot:
#uenvcmd=run boot_classic; run device_args; bootz 0x80200000 
0x81000000:${initrd
_size}
#New Device Tree Boot:
uenvcmd=run boot_ftd; run device_args; bootz 0x80200000 
0x81000000:${initrd_size
} 0x815f0000

On Thursday, October 10, 2013 5:09:24 PM UTC-7, RobertCNelson wrote:
>
> So here is the deal; 3.8 is old, and 3.12-rc4 is newer/better/etc... 
>
> Functionally, it seems ready in my small 5 board sample size.  3 of 
> which have been running 24/7 @ 100% since rc3.. 
>
> Anywho, we need community testing. (Here's looking at you!) 
>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to