raven123
-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
raven123 reacted to jock in RK3318 cant boot after update
@raven123 yes, I moved rockchip64 edge kernel to 6.10 and brought in the patch to fix the gpio2 bank that was causing the whole eMMC issue.
BTW, packages should be available in the near future when the armbian server will rebuild the things (hopefully, next sunday)
-
raven123 got a reaction from Alucn in RK3318 cant boot after update
Yesterday a lot of measurements were added to the GIT for the Rockchip family.
I rebuilt a new version with kernel 6.6.41.
And eMMC started to be detected correctly.
-
raven123 got a reaction from tERBO in RK3318 cant boot after update
Yesterday a lot of measurements were added to the GIT for the Rockchip family.
I rebuilt a new version with kernel 6.6.41.
And eMMC started to be detected correctly.
-
raven123 reacted to mrdotdotdot in CSC Armbian for RK3318/RK3328 TV box boards
Sure it wasn't too complicated really, I can give you the gist of it from memory.
1. Burn Armbian_22.05.0-trunk_Rk3318-box_jammy_current_5.15.35_xfce_desktop to usb drive, plug into usb otg port to boot.
2. Go through basic install routine as usual until you get to armbian desktop
3. You should see your emmc drive as a desktop icon
4. open terminal
5. mount your emmc and important dirs, I don't think I had to mount boot dir ymmv
example mount /dev/mmcblk2p1 /mnt
mount -t proc proc /mnt/proc
mount -t sysfs sys /mnt/sys
mount -o bind /dev /mnt/dev
mount -t devpts pts /mnt/dev/pts
chroot /mnt
6. Use armbian-config to install working kernel (6.6.32) as well as update bootloader.
7. Exit terminal and shut down system, once you no longer get a signal to display unplug usb drive and power cycle to verify bootup and you can freeze with armbian-config once booted up.
-
raven123 got a reaction from tERBO in RK3318 cant boot after update
The same problem when building the image yourself using compile.sh and installing from it.
I made images today with default kernel settings:
Armbian-unofficial_24.8.0-trunk_Rk3318-box_bookworm_current_6.6.38_xfce_desktop.img
Armbian-unofficial_24.8.0-trunk_Rk3318-box_bookworm_edge_6.9.8_minimal.img
Both of them show this problem.