Port-arm archive

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

2013-11-08-netbsd-raspi.img (Re: Raspberry Pi update please.)



I've updated 2013-11-08-netbsd-raspi.img.gz for RPI.

ftp://ftp.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/2013-11-08-earmhf/2013-11-08-netbsd-raspi.img.gz

Update:
- NetBSD-current 6.99.25 evbarm-earmhf 201311060020Z from nyftp
- pkgsrc-current         2013-11-02 tarball from ftp.NetBSD
- This is hardfloat image: build with earmhf
   softfloat: 2013-09-09-02-netbsd-evbarm.img.gz  evbarm (02:firmupdate) 
>> hardfloat: 2013-11-08-netbsd-raspi.img.gz      earmhf

Todo:
- More Migration test for hardfloat: userland and pkgsrc
  Check your favorite pkgsrc on RPI.
  This image is a sample NetBSD workbench for you.
  Once you make NetBSD environment,It should run on every hardware you have.
- Benchmarking between softfloat vs hardfloat: recommended benchmark?
- need more good web browser. (seamonkey,midori,deforaos)
- test deforaos 
- Need GPIO & bus controll document and implimentation (via lua?)
- (comment out kernel DEBUG option)

=====================

For Kansai OpenSource 2013 NetBSD booth
 (https://www.facebook.com/events/149008965300908/)
demonstration use, I've updated raspberry-pi image.

- NetBSD 6.99.25 earmhf rpi.img.gz base
- Connect HDMI,USB Keyboard,USB Mouse,Ether(dhcpd and ntpd will work)
- login root (no passwd)
- startx ,and icewm running.
  twitter client (net/mikutter) on 40inch home TV.
  http://movapic.com/pic/2013061822184751c05e37e612e
- running mikutter.
  # startx
  # dillo &
  # mikutter &
  copy twitter auth URL and paste into dillo URL bar.
  -> get pin number.
  -> paste pin number to mikutter
  ==== one or two or threee moment =====
  Get your twitter timeline with your family!

Features:
  - fit size for 2GB SD Card
  - with X11
  - increase more inodes on /dev/ld0a
  - Recent current RPI kernel
  - USB/video support: as -current (video needs more tests)
  - pkgsrc: 2013-11-02 tree inside.
  - pre-build packages
   
ftp://ftp.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/2013-11-08-earmhf/packages

Installed Packages:
kterm
tcsh
vlgothic-ttf
icewm
xli
mikutter
uim
fossil
raspberrypi-userland
sudo
git-base
zsh
dillo
mlterm
pkg_chk
lintpkgsrc

To set HDMI output,add "console=fb" on cmdline.txt.
 rpi$ more /boot/cmdline.txt
 root=ld0a console=fb

Keyboard layout checkpoint:
/etc/wscons.conf
 #encoding sv
 #encoding us.swapctrlcaps
 encoding jp

/root/.xinitrc
 setxkbmap -model jp106 jp

Build sample script:
 https://github.com/ebijun/NetBSD/tree/master/RPI/RPIimage/Image

Guide:
 https://github.com/ebijun/NetBSD/blob/master/Guide/RPI.rst

Fixed:
1. devel/tradcpp build broken on evbearmv6hf-el 6.99.23
 port-evbarm/48132: 
 s/-msoft-float/-marm -mthumb-interwork  -mfloat-abi=hard -mhard-float/

2. mlterm-fb color problem.
update pkgsrc:mlterm 3.3.0 

3. pkg_add problem
port-arm/48215: pkg_add fails on recent NetBSD/evbearmv6hf-el current
port-arm/48267: pkg_add thinks it's running on earm even though it's running on 
earmhf
 http://mail-index.netbsd.org/source-changes/2013/10/26/msg048721.html

#  Workaround and around for loser.
#  add /etc/mk.conf
#  PKG_ADD_CMD:=   /usr/sbin/pkg_add -m earmhf

4. icu build problem.
 http://mail-index.netbsd.org/pkgsrc-changes/2013/11/05/msg097227.html

5. ruby build problem
 http://mail-index.netbsd.org/pkgsrc-changes/2013/11/06/msg097245.html

Need Fix:
1. Cannot input Japanese special keys of JP106 keyboard with NetBSD/evbarm(RPI) 
or some arch. (sample binary replaced in this image)
 xsrc/48347:open 
 http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48347

patch: xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c
 http://www.yagoto-urayama.jp/~oshimaya/netbsd/files/xf86-input-keyboard_N6.diff

 bluetooth keyboard: add configration
  include "dev/bluetooth/bluetoothdevices.config"

2. icewm icon color problem.
need update icewm 1.2 to 1.3, or apply patch.
http://www.yagoto-urayama.jp/~oshimaya/netbsd/files/icewm-1.2.35.diff

3. pkgsrc/misc/raspberrypi-userland/ (sample binary replaced in this image)
 Makefile says ONLY_FOR_PLATFORM=      NetBSD-*-*arm


Wishlist from RPI user: please notify @ebijun
1. USB multifunction dongle.
 Bluetooth and urtwn : need multifunction support codes.
 http://www.raspberrypi.org/phpBB3/viewtopic.php?f=82&t=58873
 
https://github.com/ebijun/NetBSD/blob/master/Guide/Device/BT-Micro3H2X/index.rst
2. pkgsrc/devel/gmp -> works!
3. pkgsrc/lang/squeak
4. USB camera with mplayer
5. pkgsrc/lang/ocaml
6. pkgsrc/www/seamonkey

One more time: (we're gonna celebrate

 1. login root
 2. start mlterm-fb 
   # mlterm-fb
 3. ftp http://mlterm.sf.net/vimperator.six
 4. cat vimperator.six

--
Jun Ebihara


Home | Main Index | Thread Index | Old Index