On Thu, Jan 15, 2015 at 12:09 PM, William Pretty Security <[email protected]> wrote: > >> It is a software RAID, and I am struggling with Robert's scripts :( > > I dunno anything about that. I can only say what I would do. > I would provide enough info about what I've tried so far then someone might > know right away what's up. > > Ok here we go: > > A couple of months ago I was looking for a Debian image with software RAID > support. > The one I was using did not. Robert kindly pointed me to one that, as it > turned out had 'crippled' RAID > support. In that while 'md' was present none of the software RAID Modem > modules were. > I tried to get some help just "adding" the modules support to my existing > image. But nobody replied. > > So I looked around an found the following instructions: > > ------------------------------------------------------------------- > git clone https://github.com/RobertCNelson/ti-linux-kernel-dev.git > cd ti-linux-kernel-dev > git checkout origin/ti-linux-3.14.y -b tmp > ./build_kernel.sh > > After that kernel upgrades are as easy as: > > wget http://rcn-ee.net/deb/raring-armhf/v3.8.13-bone28/install-me.sh > sudo /bin/bash install-me.sh > > --------------------------------------------------------------------- > > The first part compiled a Kernel, but I can't get it to load to a uSD card > and work properly. > I modified 'system.sh' per the instructions in the README file. > > I copied a Debian image to the uSD card and then ran "install_kernel.sh". > I can find out what the image file name was, I just didn't have it handy. > The result was a uSD card that doesn't boot.
I think it's time to just nuke that script... > All I can think is that there is kernel mismatch or something. > Either that or I selected the wrong options during the 'build kernel' phase. > That's why I was looking for a .config file from somebody that I know works. > > Any help would be REALLY appreciated at this point. Step 1: grab usb serial thing Step 2: check where zImage/uImage/etc is loaded from Step 3: check where *.dtb is loaded from: >From the build, copy zImage/uImage to boot loacation, copy *.dtb to the boot location, install modules. See: https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-CopyKernelFiles For where they are expected to be today.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- 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/d/optout.
