DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 5th December 2018
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default Installing OpenBSD to eMMC

I'm try to think through and plan the installation of OpenBSD amd64/current to a netbook with eMMC storage.

My netbook has 2 current issues. install64.fs (?bsd.rd) does not recognize eMMC storage and the wireless card, rtl8723BE, is not presently supported. Per Kevin Lo, rtl8723BE support is in the works. There are reports that formated eMMC storage is recognized by bsd.sp/bsd.mp.

Quote:
Thank you for the suggestion, Stuart! That was fun, but now the plot gets
thicker.
I installed 6.3 to a usb stick, but when I reboot into the install, my
eMMC is suddenly showing up as 29GB, as it should.

Should I try somehow manually installing from my openbsd install on the usb
to the eMMC? That seems convoluted but possibly fun.

Here are the sdmmc related lines from dmesg in the install environment:
source: http://openbsd-archive.7691.n7.nabbl...-td352781.html

The latest linux kernel, and by report FreeBSD 12rc, recognize eMMC storage and I was able to install Arch Linux. The Arch Linux partitions:

Code:
Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: AB2391E3-95E4-4EA2-9856-7965843FBD23

Device            Start      End  Sectors  Size Type
/dev/mmcblk0p1     2048  2099199  2097152    1G BIOS boot
/dev/mmcblk0p2  2099200 18876415 16777216    8G Linux swap
/dev/mmcblk0p3 18876416 38334463 19458048  9.3G Linux filesystem
/dev/mmcblk0p4 38334464 61069311 22734848 10.9G Linux filesystem
I'm wondering about changing /dev/mmcblk0p1 to an EFI partition and
Code:
mount /dev/mmcblk0p1/mnt2
mkdir -p /mnt2/efi/boot
cp /mnt/usr/mdec/BOOTX64.EFI /mnt2/efi/boot
Delete partitions /dev/mmcblk0p2 -> /dev/mmcblk0p4 and create /dev/mmcblk0p2 out of the remaining space as type A6. disklabel /dev/mmcblk0. Then a choice: extract all fileset manually or just bsd.rd and hopefully install the remaining filesets.

Advice/Comments?

Last edited by shep; 5th December 2018 at 07:49 PM.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing OpenBSD under QEMU/KVM bsd007 OpenBSD Packages and Ports 4 26th October 2017 11:37 AM
Installing KDE on OpenBSD 5.2 EverydayDiesel OpenBSD General 3 17th January 2013 11:25 PM
Installing Cacti on OpenBSD 4.9 ai-danno Guides 6 23rd September 2011 06:59 PM
OpenBSD installing OpenBSD from USB ocicat News 5 5th April 2010 10:51 PM
installing openbsd bsdnewbie999 OpenBSD Installation and Upgrading 12 4th May 2009 11:55 AM


All times are GMT. The time now is 04:21 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick