Port-arm archive

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

2013-10-20-netbsd-raspi.img (Re: Raspberry Pi update please.)



I've updated 2013-10-20-netbsd-raspi.img.gz for RPI.

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

Update:
- NetBSD-current 6.99.24 2013-10-16
- pkgsrc-current         2013-10-05
- This is hardfloat image: build with earmhf
   softfloat: 2013-09-09-02-netbsd-evbarm.img.gz  evbarm (02:firmupdate) 
>> hardfloat: 2013-10-20-netbsd-raspi.img.gz      earmhf

- DMA support and (initial) isoc transfer support.
  http://mail-index.netbsd.org/source-changes/2013/10/15/msg048238.html
- Update firmware from today 2013-10-15 for 512M. Requested in PR/48288.
  http://mail-index.netbsd.org/source-changes/2013/10/15/msg048243.html

Todo:
- Check keyboard mapping on non-us keyboard.
- icewm icon color problem 
  To fix,need update icewm 1.3,thanx @oshimyja
  http://togetter.com/li/578022
- More Migration test for hardfloat: userland and pkgsrc
  Check your favorite pkgsrc on RPI.
- benchmarking between softfloat vs hardfloat: recommended benchmark?
- need more good web browser. (midori,deforaos,kazehakase)
- test deforaos 

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

For OpenSourceConference 2013 Tokyo/Fall
 (https://www.facebook.com/events/540784009296966/)
demonstration use, I've updated raspberry-pi image.

- NetBSD 6.99.24 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-10-05 tree inside.
  - pre-build packages
   
ftp://ftp.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/2013-10-20-earmhf/packages

Installed Packages:
kterm
tcsh
vlgothic-ttf
icewm
xli
mikutter
uim
fossil
sudo
git-base
zsh
dillo
mlterm
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 -layout 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:
 port-evbarm/48132: devel/tradcpp build broken on evbearmv6hf-el 6.99.23
 s/-msoft-float/-marm -mthumb-interwork  -mfloat-abi=hard -mhard-float/

Need Fix:
1. 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

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


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