X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-yw0-f169.google.com (mail-yw0-f169.google.com [209.85.161.169]) by lists.alpinelinux.org (Postfix) with ESMTP id 965FE5C552A for ; Fri, 27 Jul 2018 23:44:13 +0000 (GMT) Received: by mail-yw0-f169.google.com with SMTP id w76-v6so2478800ywg.4 for ; Fri, 27 Jul 2018 16:44:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=7SCqOZITKNeK0fW69nPdbsIQ7iX9DsaEHOq/9Ca6klo=; b=lCCLWtEzMzNWqi+lXxE5pdv+I9ikHp86Fa3DnTeu7LcajfXaj1PhasQWJrs5mAJ8F0 G5sWUJCVFvN4FOFXNZaOlksdEbawMAT4BTCyet31/5gHklJkA8CKKtslKpQC3mJteFLL CwaSAA+FXAlN3X14kIR/qQzYnLNakiGBRm3AY6Za3C9anmhuELUne9VOAyh03Nkh0nBN z5OLdBuibWpPUEnaMmsvyE+IugO7agnEvHnwhdKvRpMT90QQRNfEsEwbX9pjXqKw7b7j mlO/p2Ll0KsJ4WDMUYCXi+WxhyRsZUiyzDddRRQuguo6XR6O6DR/Tdk3ctRFUVy8fzkU pckw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7SCqOZITKNeK0fW69nPdbsIQ7iX9DsaEHOq/9Ca6klo=; b=NOrnrk1WiOw3lP0shXVKrpWE6Et9S0sM+Jli88mt8aqwtSnTkA2zqgQSd54im/oxtK C4i+2tXwF5AGWaHZ/SQ/vJF8SEG3O4xTLBZqliWdk/8fzdox4QkMQcQmwi1kN6nWdyD4 ocvMfjJ4E/ZADkpihO0KUWsuZj+vqeoMOGFUwEbBnW3zdGR1fgFDkNgvb4NhMgghU1Ji krJxfm4jMtfrdVxhwAi77XUO5XGh00chcthlIwk4Q0w8UXsKRXwEp+wYz1BLKHXUpHxD jQKP3bkM3e1kg+07+S/Xy7bwMcavmt+b3W35oA3ZFElbluaNDaEifg1Go9TBUWiSvEUY 3hFA== X-Gm-Message-State: AOUpUlGBeZ1Lt866ks37NWqdQ61l06F+dftmZaXySD7fXZqXKPlNkavC D6U5WDgkeTiseXwub3K+HQmcPUp1M+Ey3rKGpISKD4c= X-Google-Smtp-Source: AAOMgpfC27V4KpoFCBMDR2v8LuvHuGDe7hdGhTNLfIOs+n2uiNXTGH8VXdbNlgRM0m7j7jkTotQnRUvoRRwrmwATnNM= X-Received: by 2002:a81:7c02:: with SMTP id x2-v6mr4449594ywc.81.1532735053209; Fri, 27 Jul 2018 16:44:13 -0700 (PDT) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 2002:a81:ed0a:0:0:0:0:0 with HTTP; Fri, 27 Jul 2018 16:44:12 -0700 (PDT) From: Stuart Hungerford Date: Sat, 28 Jul 2018 09:44:12 +1000 Message-ID: Subject: [alpine-user] Need advice on Raspberry Pi install from SD card... To: alpine-user@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hi, I'm trying to bring Alpine Linux 3.8.0 up on a Raspberry Pi 3B using a bootable SD card. The pi is not booting and the activity LEDs don't flash. Here's the steps I've followed to setup the SD card on an Antergos linux system: 1. Partition an SD card with parted: $ sudo parted /dev/mmblkc0 mklabel msdos mkpart primary fat32 2048s 100% set 1 boot on print Model: (file) Disk /dev/mmcblk0: 4128MB Sector size (logical/physical): 512B/512B Partition Table: msdos Disk Flags: Number Start End Size Type File system Flags 1 1049kB 4127MB 4126MB primary fat32 boot, lba 2. Format as fat32 with: $ sudo mkfs.vfat /dev/mmblkc0 3. Expand the distro tar file: $ sudo mkdir /mnt/SD $ sudo mount -t vfat /dev/mmcblk0 /mnt/SD $ sudo cd /mnt/SD $ sudo wget http://dl-cdn.alpinelinux.org/alpine/v3.8/releases/armhf/alpine-rpi-3.8.0-armhf.tar.gz $ sudo tar -xzvf alpine-rpi-3.8.0-armhf.tar.gz --no-same-owner $ sudo rm alpine-rpi-3.8.0-armhf.tar.gz 4. Add a usercfg.txt file as per https://wiki.alpinelinux.org/wiki/Classic_install_or_sys_mode_on_Raspberry_Pi 5. Unmount and load the SD card into Raspberry Pi and power on. I've also tried a different SD card and tried both cards in two different Raspberry Pi 3B's all with the same result. I think there's some assumed step or setting that I'm missing--can anyone advise? Thanks, Stu --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---