[Buildroot] [PATCH] rpi-firmware: Add default kernel name to config.txt

Maxime Hadjinlian maxime.hadjinlian at gmail.com
Sun Jan 13 10:51:49 UTC 2013


On Sun, Jan 13, 2013 at 10:38 AM, Cam Hutchison <camh at xdna.net> wrote:
> Maxime Hadjinlian <maxime.hadjinlian at gmail.com> writes:
>
>>diff --git a/package/rpi-firmware/config.txt b/package/rpi-firmware/config.txt
>>index 2cabd68..da212c4 100644
>>--- a/package/rpi-firmware/config.txt
>>+++ b/package/rpi-firmware/config.txt
>>@@ -6,6 +6,7 @@
>>
>> arm_freq=700
>> core_freq=250
>>+kernel='zImage'
>
> In my experiments, no quotes (single or double) should be around zImage.
> With either, it fails to boot. Just:
>
> kernel=zImage
You're right, I got bitten by the two partition stuff, I changed the
file in the rootfs when I tested.
>
>> disable_overscan=1
>> gpu_mem_256=100
>> gpu_mem_512=100
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


More information about the buildroot mailing list