Pinebook Pro not booting
#7
Hi

I've read you created a partition on eMMC with GPT
This is wrong
The SD card and/or eMMC images should be (almost ?) the same
eMMC is basically a SD card on steroids, i.e. with more pin

The stage0 bootloader in the SoC needs a special layout
http://opensource.rock-chips.com/wiki_Boot_option
As you can see at the above link

As simple

Code:
xzcat $IMAGE | sudo dd of=$DEVICE bs=1M
should work

If you want to check the written image, zou have written with this method you must do some trickery
because dd reads by default the whole device and the image is compresses

Code:
xzcat $IMAGE | md5sum
dd if=$DEVICE bs=1M count=$COUNT | md5sum

This should work (untested) with following assumtions
- you know/remember the block count number from the first command, this will show up at the end of copy
- the copied data from the decompression has an alignment of 1M blocksize, you will not see some 'copied 1000 blocks+500'

Use $DEVICE, $IMAGE, $COUNT as appropriate


Messages In This Thread
Pinebook Pro not booting - by waweic - 01-01-2020, 10:21 AM
RE: Pinebook Pro not booting - by tophneal - 01-01-2020, 05:38 PM
RE: Pinebook Pro not booting - by waweic - 01-02-2020, 05:20 PM
RE: Pinebook Pro not booting - by waweic - 01-01-2020, 05:42 PM
RE: Pinebook Pro not booting - by bcnaz - 01-02-2020, 12:19 AM
RE: Pinebook Pro not booting - by waweic - 01-02-2020, 05:10 PM
RE: Pinebook Pro not booting - by ElektromAn - 01-03-2020, 06:47 AM
RE: Pinebook Pro not booting - by waweic - 01-03-2020, 07:03 AM
RE: Pinebook Pro not booting - by waweic - 01-03-2020, 12:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook Pro Initial Impressions kunger 443 598,384 04-16-2024, 07:29 PM
Last Post: KC9UDX
  looking to buy one pinebook pro (mainland China) duanduan 3 2,375 03-21-2024, 07:44 PM
Last Post: wangyukunshan
  Cellular module for Pinebook Pro Lotech 1 458 03-05-2024, 05:40 AM
Last Post: KC9UDX
  Screen on pinebook stays black but can ssh into machine tuxxpine 0 344 02-23-2024, 04:22 PM
Last Post: tuxxpine
  Sale my ANSI PineBook Pro cuthbertdavies 0 331 02-14-2024, 09:12 PM
Last Post: cuthbertdavies
  Compiling with -j6 on the Pinebook Pro (Overheat) KC9UDX 0 265 02-14-2024, 09:01 AM
Last Post: KC9UDX
  Pinebook Pro in EU for Sale - €90 jan_vdk 2 742 02-07-2024, 02:12 AM
Last Post: 23Ro
  Pinebook Pro for sale tomekdev 2 818 02-01-2024, 11:35 AM
Last Post: tomekdev
  Video Editing Is Possible On The PineBook Pro! ImmyChan 10 7,781 12-17-2023, 09:29 PM
Last Post: insideau786
  Brand new Pinebook Pro doesn't boot after Manjaro update johnboiles 8 2,391 12-15-2023, 02:11 PM
Last Post: wdt

Forum Jump:


Users browsing this thread: 1 Guest(s)