On Fri, Jul 24, 2015 at 2:50 PM, <[email protected]> wrote: > > ===INFO=== > Cross Compiler: > gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux > Image used: > Angstrom-TI-GNOME-image-eglibc-ipk-v2012.01-core-beagleboard-2012.01.11.img > Beagleboard Kernel Repository: github > Tried kernels from: kernel.org > ========== > > The Angstrom image does boot and network comes up right away. > > I Extracted config from uImage of Angstron. > Merged config with omap2plus_defconfig using 'make olddefconfig'. Made sure > 'Default kernel command string' had this line. > (root=/dev/mmcblk0p2 rootwait console=ttyO2,115200) > > My process includes, > make mrproper > make olddefconfig > make menuconfig # make sure CMDLINE was correct, and that SMSC95XX was > enabled. > make uImage -j4 LOADADDR=0x80008000 > make modules > make modules_install # I had all my environment variables exported. > Install dir was directed to temporary directory. > > I then would copy uImage to /boot on the SD card and module directory to > /lib/modules/ > > Results of kernel 3.0.101 from kernel.org: > This one booted, however, the network never came up and the network device > was never found. > I believe one of the USB devices was not found. > This one was successfully patched with patch-3.0.101-rt130.patch.xz from > here > > Results of kernels from github.com: > The only one which would successfully compile was 3.13. This one stopped at > 'Starting kernel ...' > > I have already tried suggestions here. > > My only idea is the machine id is wrong, however I have no reference on how > this is set or changed. > I have looked for the settings suggested to enable the kernel to print its > message about the kernel > but some, it just did not exist, the one that it did exist did not print > anything after 'Starting kernel'. > > The information at beagleboard.org does not work. Nothing there worked.
it's just old and not updated for the beagle classic.. Just use: https://eewiki.net/display/linuxonarm/BeagleBoard Regards, -- Robert Nelson https://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.
