User Tools

Site Tools


samsung_chromebook_plus_xe513c24

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
samsung_chromebook_plus_xe513c24 [2024/02/21 21:46] austinsamsung_chromebook_plus_xe513c24 [2024/09/22 22:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Samsung Chromebook Plus XE513C24 ====== ====== Samsung Chromebook Plus XE513C24 ======
 +
 +{{ :chromebookplus.jpg?400 |}}
  
 === Developer Mode === === Developer Mode ===
Line 474: Line 476:
  
 {{ :conky.png?400 |}} {{ :conky.png?400 |}}
 +
 +=== Docker ===
 +
 +When attempted to emerge docker I got errors about circular deps with dev-lang/go.  I also needed to recompile binutils with gold use flag.
 +<code>
 +sys-devel/binutils gold
 +</code>
 +Then I emerged dev-lang/go by itself.
 +<code>
 +emerge --ask devlang/go
 +</code>
 +Finally I emerged docker.
 +<code>
 +emerge --ask app-containers/docker
 +</code>
 +
 +After that I found I couldn't start a container.  I was missing some required kernel CONFIG options.  
 +
 +  * I ran this [[https://github.com/moby/moby/blob/master/contrib/check-config.sh|script]] to figure out what needed to be changed.
 +  * Then compile the kernel and modules as normal.
 +  * Follow the steps above to recreate the image for p1.
 +  * dd the image, ensure to take in account that the device is now probably /dev/mmcblk1
  
 === Refrences === === Refrences ===
samsung_chromebook_plus_xe513c24.1708551964.txt.gz · Last modified: 2024/09/22 22:08 (external edit)