mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 05:12:03 +00:00 
			
		
		
		
	Update referenced Raspberry Pi firmware
Update Raspberry Pi firmware used in mkimage-rpi3 to the latest stable version to support newer hardware models such as the 3B+ Signed-off-by: Richard Connon <richard@connon.me.uk>
This commit is contained in:
		| @@ -27,7 +27,7 @@ var ( | ||||
| 		"vhd":         "linuxkit/mkimage-vhd:4cc60c4f46b07e11c64ba618e46b81fa0096c91f", | ||||
| 		"dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:99b9009ed54a793020d3ce8322a42e0cc06da71a", | ||||
| 		"vmdk":        "linuxkit/mkimage-vmdk:b55ea46297a16d8a4448ce7f5a2df987a9602b27", | ||||
| 		"rpi3":        "linuxkit/mkimage-rpi3:cb8427df175b61dd6b635e76f0e88bf261e30d8b", | ||||
| 		"rpi3":        "linuxkit/mkimage-rpi3:9f2d993daa83152c5d52af16ebb7fefa1e69f28e", | ||||
| 	} | ||||
| ) | ||||
|  | ||||
|   | ||||
| @@ -34,7 +34,7 @@ RUN patch -p 1 < /u-boot.patch && \ | ||||
|     cp tools/mkimage /out/bin | ||||
|  | ||||
| # fetch the Raspberry Pi 3 firmware (latest master) | ||||
| ENV RPI_COMMIT=f8939644f7bd3065068787f1f92b3f3c79cf3de9 | ||||
| ENV RPI_COMMIT=e1900836948f6c6bdf4571da1b966a9085c95d37 | ||||
| RUN mkdir -p /out/boot && \ | ||||
|     cd /out/boot && \ | ||||
|     curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/LICENCE.broadcom && \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user