- Has anyone successfully built and installed a new kernel?
If so, what web site did you follow?
- Has anyone been able to change the uInitrd initial RAM disk?
If so, what tool did you use to edit or create it?
- Has anyone gotten the kernel to boot while showing the whole
boot log on the serial port?
If so, how did you do this?
thanks
Bob Smith
On Wed, Jun 15, 2011 at 9:34 PM, Bob Smith <bsm...@linuxtoys.org> wrote:
> I am trying to come up to speed on the club reference board
> and have some questions about it.....
>
> - Has anyone successfully built and installed a new kernel?
> If so, what web site did you follow?
What do you mean by a "new kernel"?
> - Has anyone been able to change the uInitrd initial RAM disk?
> If so, what tool did you use to edit or create it?
>
> - Has anyone gotten the kernel to boot while showing the whole
> boot log on the serial port?
> If so, how did you do this?
It just does that by default.
I downloaded and installed the minimal image and the validation image.
Here's a link to the minimal FS
http://omappedia.org/wiki/Minimal-FS
Here's a link to the validation stuff:
http://pandaboard.org/node/13531/#debug
And, I was also able to build and boot using the SD Card image built
using this site:
http://hbrobotics.org/wiki/index.php?title=SD_Card_Image
--
Dave Hylands
Shuswap, BC, Canada
http://www.davehylands.com
The HBRC wiki has some pages:
http://hbrobotics.org/wiki/index.php?title=Robot_Reference_Platform
On 06/15/2011 09:34 PM, Bob Smith wrote:
> I am trying to come up to speed on the club reference board
> and have some questions about it.....
>
> - Has anyone successfully built and installed a new kernel?
> If so, what web site did you follow?
I'm not sure if the scripts actually build a new kernel or not
not.
> - Has anyone been able to change the uInitrd initial RAM disk?
> If so, what tool did you use to edit or create it?
Since I am not really a kernel person, I do not understand this
question. Maybe somebody else can answer it.
> - Has anyone gotten the kernel to boot while showing the whole
> boot log on the serial port?
> If so, how did you do this?
http://hbrobotics.org/wiki/index.php?title=SD_Card_Image
When I was all done, the whole thing booted from a serial
port only.
-Wayne
>> - Has anyone been able to change the uInitrd initial RAM disk?
>> If so, what tool did you use to edit or create it?
This may be an initramfs and not an initrd. The mkinitramfs
utility can make them but I'd like to examine what is in the one
we already have.
>> - Has anyone gotten the kernel to boot while showing the whole
>> boot log on the serial port?
>> If so, how did you do this?
>
> It just does that by default.
Hmmmm.... do you see a message "Freeing unused memory" just the
system starts running the userspace init scripts? I do not.
> Here's a link to the minimal FS
> http://omappedia.org/wiki/Minimal-FS
Yeah, omappedia has been the best reference so far and want a
minimal Debian system. Not Ubuntu and not Android.
> Here's a link to the validation stuff:
> http://pandaboard.org/node/13531/#debug
The board runs fine.
> And, I was also able to build and boot using the SD Card image built
> using this site:
> http://hbrobotics.org/wiki/index.php?title=SD_Card_Image
Yes, this works fine too.
thanks
Bob Smith
A little more searching found an answer to this one.
http://omappedia.org/wiki/Development_With_Ubuntu
Bob
On Wed, Jun 15, 2011 at 10:08 PM, Bob Smith <bsm...@linuxtoys.org> wrote:
...snip...
>>> - Has anyone gotten the kernel to boot while showing the whole
>>> boot log on the serial port?
>>> If so, how did you do this?
>>
>> It just does that by default.
>
> Hmmmm.... do you see a message "Freeing unused memory" just the
> system starts running the userspace init scripts? I do not.
I captured my boot log from booting from the minimal-FS:
http://www.davehylands.com/Misc/hb/boot-minimal.txt
and another when booting the SD-Card Image created from the HBRobotRef Wiki:
<http://www.davehylands.com/Misc/hb/boot-hb.txt>
I included a printenv of my u-boot environment as well (for each one -
since they're different).
Bob
Wayne C. Gramlich wrote:
> The HBRC wiki has some pages:Dave Hylands wrote:
Dave Hylands wrote:
> I captured my boot log from booting from the minimal-FS:
> http://www.davehylands.com/Misc/hb/boot-minimal.txt