[beagleboard] Flashing Compiled Kernel

2014-02-10 Thread godsfshrmn
I have compiled the latest debian kernel using instructions I found on another post: git clone git://github.com/RobertCNelson/linux-dev.git cd linux-dev/ git checkout origin/am33x-v3.8 -b tmp ./build_kernel.sh The build is complete. I can't figure out how or which file I need to use to flash

Re: [beagleboard] Flashing Compiled Kernel

2014-02-10 Thread Robert Nelson
On Sat, Feb 8, 2014 at 9:30 AM, godsfsh...@gmail.com wrote: I have compiled the latest debian kernel using instructions I found on another post: git clone git://github.com/RobertCNelson/linux-dev.git cd linux-dev/ git checkout origin/am33x-v3.8 -b tmp ./build_kernel.sh The build is

Re: [beagleboard] Flashing Compiled Kernel

2014-02-10 Thread William Hermans
Osmosis ? On Mon, Feb 10, 2014 at 6:57 AM, Robert Nelson robertcnel...@gmail.comwrote: On Sat, Feb 8, 2014 at 9:30 AM, godsfsh...@gmail.com wrote: I have compiled the latest debian kernel using instructions I found on another post: git clone