pkfox
Members-
Posts
248 -
Joined
-
Last visited
Recent Profile Visitors
4508 profile views
-
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
-
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) ```
-
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 ?
-
build/config/boards/rpi5b.csc Has gone missing
pkfox replied to pkfox's topic in Advanced users - Development
Thanks @Werner -
build/config/boards/rpi5b.csc Has gone missing
pkfox replied to pkfox's topic in Advanced users - Development
Thanks very much @c0rnelius -
build/config/boards/rpi5b.csc Has gone missing
pkfox replied to pkfox's topic in Advanced users - Development
I wonder what the chances of that happening are - do you think I can use the rpi4b config ? -
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 ? 🙂
-
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)
-
Ok thanks @Werner
-
Hi all, is it possible to boot from an NVME without a sdcard ?
