Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Question about building RPI images with -current sources




To: port-arm%netbsd.org@localhost

Subject: Question about building RPI images with -current sources

From: Brian Buhrow <buhrow%nfbcal.org@localhost>

Date: Wed, 4 Jan 2017 11:18:33 -0800


 hello.  In order to get RPI images to build, I had to make the
following change to the RPI_INSTALL and RPI2_INSTALL kernel configuration files.
My question is, how is it that the automated builder can build these images
without this change, but I cannot?  I am running into buffer size issues
without this change. My sources are CVS'd as of 12/27/2016.
My resulting kernels don't boot, but I think that's an unrelated issue to
the one I'm having.
Here's the diff, then my build arguments.

-thanks
-Brian


Index: RPI_INSTALL
===================================================================
RCS file: /cvsroot/src/sys/arch/evbarm/conf/RPI_INSTALL,v
retrieving revision 1.8
diff -u -r1.8 RPI_INSTALL
--- RPI_INSTALL 23 Feb 2015 23:21:47 -0000 1.8
+++ RPI_INSTALL 4 Jan 2017 19:09:24 -0000
@@ -8,7 +8,7 @@
 include "arch/evbarm/conf/INSTALL"
 
 no options MEMORY_DISK_ROOT_SIZE
-options  MEMORY_DISK_ROOT_SIZE=29696
+options  MEMORY_DISK_ROOT_SIZE=65535
 
 makeoptions RAMDISKNAME=sshramdisk
 no makeoptions DEBUG


Build arguments:

===> build.sh command:    ./build.sh -N 2 -D /var/tmp/netbsd-rpi -O /usr/local/netbsd/obj-rpi -m evbarm -a earmhf -j 4 -U release




Follow-Ups:

Re: Question about building RPI images with -current sources
From: Nick Hudson

Re: Question about building RPI images with -current sources
From: Martin Husemann




Prev by Date: Re: Fwd: Gumstix Verdex not booting with NetBSD 7.0 and newer

Next by Date: Re: Question about building RPI images with -current sources

Previous by Thread: Gumstix Verdex not booting with NetBSD 7.0 and newer

Next by Thread: Re: Question about building RPI images with -current sources

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index