[Buildroot] [PATCH] Add package raspberrypi-firmware.

Arnout Vandecappelle arnout at mind.be
Wed Sep 19 19:49:42 UTC 2012


On 09/19/12 10:09, Belisko Marek wrote:
> On Wed, Sep 19, 2012 at 9:59 AM, Diego Iastrubni<diegoiast at gmail.com>  wrote:
>> On Wed, Sep 19, 2012 at 1:01 AM, Arnout Vandecappelle<arnout at mind.be>
>> wrote:
>>>>
>>>> +define RASPBERRYPI_FIRMWARE_INSTALL_TARGET_BOOTLOADER
>>>> +       if [ ! -d "$(TARGET_DIR)/boot" ]; then \
>>>> +               mkdir $(TARGET_DIR)/boot; \
>>>> +       fi; \
>>>
>>>
>>>   Just "mkdir -p $(TARGET_DIR)/boot".  Or even better, replace the cp
>>> below with
>>>          install -D -m 0644<fromfile>  <tofile>
>>>
>>>
>>
>> Wait... this implies that /boot/ is on the rootfs... ext2... and rbpi
>> demands that the "boot" partition will be vfat.. right? What am I missing?
> My mistake, this shouldn't got to $(TARGET_DIR) but to $(IMAGES_DIR)
> which will then can be copied by user to FAT partition of SD card
> necessary for booting.
> There is no need to have it in rootfs/boot.

  Shouldn't all images be in that boot directory, then?  Or rather, doesn't
it make more sense to place the bootfiles directly in the images dir?

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F


More information about the buildroot mailing list