Date: Tue, 10 Apr 2018 21:34:42 -0400 From: Curtis Villamizar <curtis@orleans.occnc.com> To: freebsd-arm@freebsd.org Cc: Curtis Villamizar <curtis@orleans.occnc.com> Subject: RPi3 aka RaspberryPi3 and crochet - IMAGE_SIZE too small
| raw e-mail | index | archive | help
FYI- Building RPi3 with crochet and FreeBSD-current (I'm using r331537) and crochet runs out of room in the imgage. Increasing from 2GB to 3GB solves this. Might be a good idea to change GENERIC to the nodebug version at some point if using current. Curtis --- crochet/board/RaspberryPi3/setup.sh.orig 2018-03-25 04:07:27.027237000= -0400 +++ crochet/board/RaspberryPi3/setup.sh 2018-03-31 19:16:43.359150000 -040= 0 @@ -2,7 +2,7 @@ RPI3_UBOOT_PORT=3D"u-boot-rpi3" RPI3_UBOOT_BIN=3D"u-boot.bin" RPI3_UBOOT_PATH=3D"/usr/local/share/u-boot/${RPI3_UBOOT_PORT}" -IMAGE_SIZE=3D$((2000 * 1000 * 1000)) +IMAGE_SIZE=3D$((3 * 1024 * 1024 * 1024)) TARGET_ARCH=3Daarch64 TARGET=3Daarch64 DTB_REPO=3D"https://github.com/raspberrypi/firmware/blob/master/boot/"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>