Hi All,I need a tutorial to boot linux in bbb.I have booted 3.8 I have rootfs and boot partitionI have booted using a prebuild debian imageI see there is only one rootfs iin debian imagewhy there is difference between having boot and rootfs vs a single rootfs folder.I want to use latest kernel. I ran ./build.sh script and it did what it can do. I have now a zImage unlike a vmlinuz in the debian boot image. Why this difference?
How can I prepare a booting sd card using ./build.sh script and boot on my BBB.
took u-boot just now from this tutorial,two problems I see while compilingYour GCC is older than 6.0 and will not be supported starting in v2018.01.andlib/asm-offsets.c:1:0: error: bad value (armv5) for -march= switchWhy such errors?
took u-boot just now from this tutorial,two problems I see while compilingYour GCC is older than 6.0 and will not be supported starting in v2018.01.
andlib/asm-offsets.c:1:0: error: bad value (armv5) for -march= switch
Why such errors?Can't we use older u-boot that used to work?
yes, i didn't followed instructions, for cross compiler.I already have a cross compiler that I am using and that builds u-boot.A couple of more questions,I took this kernel For am33x-v4.4 (Longterm 4.4.x):There is another thing on this site1. TI BSPWhat its for?
2. I took this capemgr: v4.4.x+When I issued this./install.shI get an error Error: this script: [./install.sh] is not supported to run under [x86_64]
I am at menuconfig menu in terminal, I don't know where is bb.org_defconfig. Which configuration I choose for .config file to get booted on my BBB.
also why would I use TI's BSP? Is it important for a first timer?