Skip to content

Commit

Permalink
for KOF2017
Browse files Browse the repository at this point in the history
  • Loading branch information
ebijun committed Nov 5, 2017
1 parent b56bb76 commit 873cbf0
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Guide/Picture/Days
@@ -1,2 +1,2 @@
../Picture.org/2017/01/17/*
../Picture.org/2017/01/18/*
../Picture.org/2017/01/27/*
../Picture.org/2017/01/28/*
18 changes: 18 additions & 0 deletions Guide/Place/osaka.rst
Expand Up @@ -126,6 +126,24 @@ Maps:
2004/10-22-23,大阪産業創造館,XCAST ふきだしくん
2003/10/31-11/1,大阪産業創造館,XCAST トレバ

2017
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. image:: ../Picture/2017/01/28/1485566785347.jpg
.. image:: ../Picture/2017/01/28/1485566869394.jpg
.. image:: ../Picture/2017/01/28/1485576501116.jpg
.. image:: ../Picture/2017/01/28/1485576535614.jpg
.. image:: ../Picture/2017/01/28/1485576891338.jpg
.. image:: ../Picture/2017/01/28/DSC_2975.JPG
.. image:: ../Picture/2017/01/28/DSC_2976.JPG
.. image:: ../Picture/2017/01/28/DSC_2977.JPG
.. image:: ../Picture/2017/01/28/DSC_2978.JPG
.. image:: ../Picture/2017/01/28/DSC_2979.JPG
.. image:: ../Picture/2017/01/28/DSC_2980.JPG
.. image:: ../Picture/2017/01/28/DSC_2981.JPG
.. image:: ../Picture/2017/01/28/DSC_2982.JPG
.. image:: ../Picture/2017/01/28/DSC_2983.JPG
.. image:: ../Picture/2017/01/28/DSC_2985.JPG

2016
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. image:: ../Picture/2016/11/11/DSC_2641.JPG
Expand Down
8 changes: 4 additions & 4 deletions RPI/RPIimage/Image/Copy
Expand Up @@ -4,11 +4,11 @@ DEVICE=rsd0d
BOARD=raspi-earmv6hf
#BOARD=armv7-earmv7hf

COMPRESS=-z
SUFFIX=.gz
#COMPRESS=-z
#SUFFIX=.gz

#DATE=`date +%Y-%m-%d`
DATE=2017-10-28
DATE=`date +%Y-%m-%d`
#DATE=2017-10-28

progress $COMPRESS -f ${DATE}-netbsd-${BOARD}.img${SUFFIX} dd of=/dev/${DEVICE} bs=4m

4 changes: 2 additions & 2 deletions RPI/RPIimage/Image/Makefile
Expand Up @@ -3,11 +3,11 @@
ARCH=earmv6hf
#ARCH=earm

PKG_PATH=http://cdn.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/${ARCH}/2017-10-28/
PKG_PATH=http://cdn.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/${ARCH}/2017-11-10/

# iso file information

IMAGE=/usr/release/images/NetBSD-8.99.5-evbarm-${ARCH}-201711030230Z.iso
IMAGE=/usr/release/images/NetBSD-8.99.5-evbarm-${ARCH}-201711050240Z.iso

PKGSRC=../../../pkgsrc/pkgsrc-2016Q1.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions RPI/RPIimage/Image/NewestISO
Expand Up @@ -13,8 +13,8 @@ BRANCH="/pub/NetBSD-daily/HEAD/"
#BRANCH="/pub/NetBSD-daily/netbsd-7/"
IMAGES="/usr/release/images/"

ARCH="earmv7hf"
#ARCH="earmv6hf"
#ARCH="earmv7hf"
ARCH="earmv6hf"
#ARCH="earm"


Expand Down
14 changes: 7 additions & 7 deletions RPI/RPIimage/Image/RPI
@@ -1,16 +1,16 @@
make -f Makefile
make -f Makefile release
make -f Makefile pkg
#make -f Makefile
#make -f Makefile release
#make -f Makefile pkg
#
#make -f Makefile firm #XXX
#make -f Makefile libssls #XXX
#
#adding packages.
#
#./03_back
#mv back.img `date +%Y-%m-%d`-netbsd-raspi-earmv6hf.img
#make -f Makefile logclean
#make -f Makefile pkg-back
./03_back
mv back.img `date +%Y-%m-%d`-netbsd-raspi-earmv6hf.img
make -f Makefile logclean
make -f Makefile pkg-back
#
# update kernel
#make cdmount
Expand Down

0 comments on commit 873cbf0

Please sign in to comment.