1. 26 Nov, 2019 1 commit
  2. 21 Nov, 2019 1 commit
  3. 18 Nov, 2019 3 commits
  4. 17 Nov, 2019 6 commits
  5. 13 Nov, 2019 1 commit
  6. 12 Nov, 2019 1 commit
  7. 11 Nov, 2019 3 commits
    • Rabeeh Khoury's avatar
      add more build goodies · 09c2501f
      Rabeeh Khoury authored
      1. add buildroot to the build targets (still not used as rootfs).
      2. bootstrap ubuntu 19.04 rootfs using multistrap and
      qemu-aarch64-static
      3. build and install restool under ubuntu rootfs
      4. Image and dtb are added to ubuntu 19.04 partition
      5. The micro SD now contains a file called ubuntu-core.img. That image
      can be copied to NVME drive, SATA drive or USB drive and using it's
      PARTUUID the kernel finds the right root partition and mounts it.
      
      To install the image on NVME M.2 drive; stop u-boot count down and run -
      
      load mmc 0:1 0xa4000000 ubuntu-core.img
      nvme scan
      nvme write 0xa4000000 0 262144
      nvme write 0xac000000 262144 262144
      nvme write 0xb4000000 524288 204800
      
      To install to SATA drive -
      load mmc 0:1 0xa4000000 ubuntu-core.img
      scsi reset
      scsi write 0xa4000000 0 0xb2000
      
      then run 'boot'.
      
      First thing after booting ubuntu -
      1. resize the main partition to include bigger partition than the default.
      2. run resize2fs /dev/nvme0n1p1 or resize2fs /dev/sda1 to enlarge the
      rootfs to new partition
      3. run 'dhclient'
      4. get ntp clock by running 'ntpdate pool.ntp.org'
      5. store clock to RTC chip 'hwclock -w'
      Signed-off-by: default avatarRabeeh Khoury <rabeeh@solid-run.com>
      09c2501f
    • Rabeeh Khoury's avatar
      921ac301
    • Rabeeh Khoury's avatar
      uboot fixes - · db2183ec
      Rabeeh Khoury authored
      0007... dpl load into 0x80001000 fixes the 1Gbps network and all other ports
      0008... adds NVME support to u-boot and distroboot
      Signed-off-by: default avatarRabeeh Khoury <rabeeh@solid-run.com>
      db2183ec
  8. 05 Nov, 2019 1 commit
  9. 26 Sep, 2019 2 commits
  10. 12 Sep, 2019 2 commits
  11. 11 Sep, 2019 1 commit
  12. 10 Sep, 2019 1 commit
  13. 30 Jul, 2019 1 commit
  14. 29 Jul, 2019 1 commit
  15. 28 Jul, 2019 13 commits