Hello, I'm trying to build a custom kernel for BBB using the source code from *https://github.com/beagleboard/linux/tree/3.8 <https://github.com/beagleboard/linux/tree/3.8> *.
I did *1. make clean2. * *make ARCH=arm CROSS_COMPILE=arm-linux- bb.org_defconfig3. make ARCH=arm CROSS_COMPILE=arm-linux- *using tftpboot I downloaded the Linux uImage to 0x82000000 address and run using bootm 0x82000000. *U-boot~# bootm 81000000 82000000## Booting kernel from Legacy Image at 81000000 ... Image Name: Embedded Linux-BBB Created: 2015-12-19 17:12:31 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 9234816 Bytes = 8.8 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OKStarting Linux kernel...*after the above message, kernel hangs. I believe the problem is due missing of debug serial port. When I tried to configure the debug serial port i.e., UART1 in *make ARCH=arm CROSS_COMPILE=arm-linux- menuconfig*I don't find any UART here. This particular support should've been in Kconfig but I didn't find that. Can anyone please guide me how I could build the running kernel. Regards, Bharath -- 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.
