Jump to content

pkfox

Members
  • Posts

    248
  • Joined

  • Last visited

Recent Profile Visitors

4508 profile views
  1. Apologies this seems to have posted twice could admin please delete one of them Hi all, I built an image for my new Odroid M2 16 GB board using the parameters in my config-odroid.conf BOARD=odroidm2 RELEASE=trixie BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=no Issued compile.sh odroid It built and booted first time I configured it using armbian-install to boot from the emmc and use a 1tb Samsung nvme as the system disk Rebooted after removing the sdcard Everything seemed to work until I tried to flash another image to the sdcard with dd The flash immediately stalled and killed my windows Putty session Some of the errors from dmesg mmc1: Card stuck being busy! __mmc_poll_for_busy dwmmc_rockchip fe2c0000.mmc: Busy; trying anyway mmc_host mmc1: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80200000) GPT PMBR size mismatch (7675903 != 62333951) The primary GPT table is corrupt, but the backup appears OK. I have no idea what to do My intention was to try different images to ascertain which worked best which I can still do but i have to flash the card on another box I hope this makes sense Kind regards Pete Kane
  2. Hi all, I built an image for my new Odroid M2 16 GB board using the parameters in my config-odroid.conf ``` BOARD=odroidm2 RELEASE=trixie BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=no ``` And issued compile.sh odroid It built and booted first time I configured it using armbian-install to boot from the emmc and use the 1tb Samsung nvme as the system disk Rebooted after removing the sdcard Everything seemed to work until I tried to flash an image to the sdcard with dd The flash immediately stalled and killed my Putty session Some of the errors from dmesg ``` mmc1: Card stuck being busy! __mmc_poll_for_busy dwmmc_rockchip fe2c0000.mmc: Busy; trying anyway mmc_host mmc1: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80200000) ```
  3. I flashed a home built nanpim4v2 image to two brand new Silicon Power 32GB sdcards and they wont boot whereas SanDisk 32GB boot OK can anyone explain why ?
  4. I wonder what the chances of that happening are - do you think I can use the rpi4b config ?
  5. Hi guys I cloned the build earlier with a view to building an image for a rpi5b git clone --depth 1 --branch main https://github.com/armbian/build and build/config/boards/rpi5b.csc was present. I've just refreshed the clone and it's not there - has it been removed for some reason ? Edit It's not on github either - am I going mad ? 🙂
  6. I've recently used armbian-install to enable booting from my nvme/ssd drive and all appears to be working fine. However, I'm curious to know, why, the device is mounted twice as shown below. The / mount point is in /etc/fstab but where/how does the device get mounted again on /var/log.hdd. mount|grep nvme /dev/nvme0n1p1 on / type ext4 (rw,noatime,errors=remount-ro,commit=120) /dev/nvme0n1p1 on /var/log.hdd type ext4 (rw,noatime,errors=remount-ro,commit=120)
  7. Ok thanks @Werner
  8. Hi all, is it possible to boot from an NVME without a sdcard ?
  9. Ah that's good to know thanks very much for your help - are you a kernel developer ?
  10. Good stuff thanks - why put them in /lib/firmware/updates ? I'm not doubting you just tring to make sense of all this 😀
  11. That's probably what I'll do - I'm fairly sure it's broadcom related - I have another pi 5 with raspbian installed (which has wlan0 present by default) so I can probably glean some info there - wish me luck
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines