| Summary: | raspberry pi 3 b+: missing BSP for 64-bit kernel | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | nospam+busybox |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2018.05 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
nospam+busybox
2018-06-24 19:45:53 UTC
(In reply to nospam+busybox from comment #0) Did try the raspberrypi3_64_defconfig (on buildroot-git master) on rpi3b (no plus), did work out of the box with functional login on HDMI and serial console. The three changes which are post 2018.5 are: - configs/raspberrypi*: bump kernel version (from 4.14.29 to 4.15.39), see [1] - configs/raspberrypi3_64_defconfig: add support for rpi3b+, see [2] - package/rpi-firmware: bump version, see [3] [1] https://git.buildroot.net/buildroot/commit/configs/raspberrypi3_64_defconfig?id=b677b490f7055963ac1f5a15856a6eab904ccbc7 [2] https://git.buildroot.net/buildroot/commit/configs/raspberrypi3_64_defconfig?id=fbb45f6d7f937e503900a04ff920320c411d8f34 [3] https://git.buildroot.net/buildroot/commit/package/rpi-firmware?id=975fff568f9b5ea99d02b1c24d434ee4cb490864 So no need for 1. and 2. Suggestion 3. works (as expected), patch welcome ;-) Regards, Peter |